|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.modules.vcscore.commands.CommandExecutorSupport
This class contains a support for VCS commands execution.
Method Summary | |
static void |
checkRevisionChanges(VcsFileSystem fileSystem,
VcsCommandExecutor vce)
|
static void |
doRefresh(VcsFileSystem fileSystem,
String refreshPath,
boolean recursive)
Perform the refresh of a folder. |
static void |
postprocessCommand(CommandExecutionContext executionContext,
VcsCommandExecutor vce)
Postprocess the command after it's execution. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void postprocessCommand(CommandExecutionContext executionContext, VcsCommandExecutor vce)
public static void doRefresh(VcsFileSystem fileSystem, String refreshPath, boolean recursive)
fileSystem
- the file system to userefreshPath
- the folder to refreshrecursive
- whether to do the refresh recursivelypublic static void checkRevisionChanges(VcsFileSystem fileSystem, VcsCommandExecutor vce)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |