|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.modules.vcscore.VcsAction
Several static methods.
Method Summary | |
static void |
addImportantFiles(Collection fos,
Table res,
boolean all,
VcsFileSystem fileSystem)
Deprecated. Add files. |
static void |
addImportantFiles(Collection fos,
Table res,
boolean all,
VcsFileSystem fileSystem,
boolean doNotTestFS)
Deprecated. Add files. |
static void |
assureFilesSaved(Collection fos)
Deprecated. Make sure, that the files are saved. |
static VcsCommandExecutor[] |
doCommand(Table files,
VcsCommand cmd,
Hashtable additionalVars,
VcsFileSystem fileSystem)
Deprecated. Do a command on a set of files. |
static VcsCommandExecutor[] |
doCommand(Table files,
VcsCommand cmd,
Hashtable additionalVars,
VcsFileSystem fileSystem,
CommandOutputListener stdoutListener,
CommandOutputListener stderrListener,
CommandDataOutputListener stdoutDataListener,
CommandDataOutputListener stderrDataListener)
Deprecated. Do a command on a set of files. |
static VcsCommandExecutor[] |
doCommand(Table files,
VcsCommand cmd,
Hashtable additionalVars,
VcsFileSystem fileSystem,
CommandOutputListener stdoutListener,
CommandOutputListener stderrListener,
CommandDataOutputListener stdoutDataListener,
CommandDataOutputListener stderrDataListener,
boolean saveProcessingFiles)
Deprecated. Do a command on a set of files. |
static VcsCommandExecutor[] |
doEdit(Table files,
VcsFileSystem fileSystem)
Deprecated. Prepare for edit files in VCS. |
static VcsCommandExecutor[] |
doLock(Table files,
VcsFileSystem fileSystem)
Deprecated. Lock files in VCS. |
static void |
doUnlock(Table files,
VcsFileSystem fileSystem)
Deprecated. Unlock files in VCS. |
static void |
performVcsCommand(VcsCommand cmd,
VcsFileSystem fileSystem,
Collection fileObjects,
boolean isExpert)
Deprecated. Perform the specified VCS command on a collection of FileObjects. |
static void |
performVcsCommand(VcsCommand cmd,
VcsFileSystem fileSystem,
Collection fileObjects,
boolean isExpert,
Hashtable additionalVars)
Deprecated. Perform the specified VCS command on a collection of FileObjects. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static VcsCommandExecutor[] doLock(Table files, VcsFileSystem fileSystem)
files
- the table pairs of file name and associated FileObject
null
is returned.public static void doUnlock(Table files, VcsFileSystem fileSystem)
files
- the table pairs of file name and associated FileObject
public static VcsCommandExecutor[] doEdit(Table files, VcsFileSystem fileSystem)
files
- the table pairs of file name and associated FileObject
null
is returned.public static VcsCommandExecutor[] doCommand(Table files, VcsCommand cmd, Hashtable additionalVars, VcsFileSystem fileSystem)
files
- the table of pairs of files and file objects, to perform the command oncmd
- the command to performadditionalVars
- additional variables to FS variables, or null when no additional variables are neededfileSystem
- the VCS file system
public static VcsCommandExecutor[] doCommand(Table files, VcsCommand cmd, Hashtable additionalVars, VcsFileSystem fileSystem, CommandOutputListener stdoutListener, CommandOutputListener stderrListener, CommandDataOutputListener stdoutDataListener, CommandDataOutputListener stderrDataListener)
files
- the table of pairs of files and file objects, to perform the command oncmd
- the command to performadditionalVars
- additional variables to FS variables, or null when no additional variables are neededfileSystem
- the VCS file system
public static VcsCommandExecutor[] doCommand(Table files, VcsCommand cmd, Hashtable additionalVars, VcsFileSystem fileSystem, CommandOutputListener stdoutListener, CommandOutputListener stderrListener, CommandDataOutputListener stdoutDataListener, CommandDataOutputListener stderrDataListener, boolean saveProcessingFiles)
files
- the table of pairs of files and file objects, to perform the command oncmd
- the command to performadditionalVars
- additional variables to FS variables, or null when no additional variables are neededfileSystem
- the VCS file systemsaveProcessingFiles
- whether save processing files prior command execution
public static void assureFilesSaved(Collection fos)
fos
- the collection of FileObjects which or under which modified
files are saved.public static void addImportantFiles(Collection fos, Table res, boolean all, VcsFileSystem fileSystem)
res
- the Table
of path and FileObject pairs.all
- whether to add unimportant files as wellfileSystem
- the file systempublic static void addImportantFiles(Collection fos, Table res, boolean all, VcsFileSystem fileSystem, boolean doNotTestFS)
res
- the Table
of path and FileObject pairs.all
- whether to add unimportant files as wellfileSystem
- the file systemdoNotTestFS
- if true, FileObjects will not be tested whether they belong to VcsFileSystempublic static void performVcsCommand(VcsCommand cmd, VcsFileSystem fileSystem, Collection fileObjects, boolean isExpert)
public static void performVcsCommand(VcsCommand cmd, VcsFileSystem fileSystem, Collection fileObjects, boolean isExpert, Hashtable additionalVars)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |