站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 4.1.0

CommandExecutorSupport (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore.commands
Class CommandExecutorSupport

java.lang.Object
  extended byorg.netbeans.modules.vcscore.commands.CommandExecutorSupport

public class CommandExecutorSupport
extends Object

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

postprocessCommand

public static void postprocessCommand(CommandExecutionContext executionContext,
                                      VcsCommandExecutor vce)
Postprocess the command after it's execution.


doRefresh

public static void doRefresh(VcsFileSystem fileSystem,
                             String refreshPath,
                             boolean recursive)
Perform the refresh of a folder. Turbo compatible.

Parameters:
fileSystem - the file system to use
refreshPath - the folder to refresh
recursive - whether to do the refresh recursively

checkRevisionChanges

public static void checkRevisionChanges(VcsFileSystem fileSystem,
                                        VcsCommandExecutor vce)

 

Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.