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

Uses of Interface org.netbeans.modules.vcscore.commands.VcsCommandExecutor (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

Uses of Interface
org.netbeans.modules.vcscore.commands.VcsCommandExecutor

Packages that use VcsCommandExecutor
org.netbeans.modules.vcscore   
org.netbeans.modules.vcscore.cmdline   
org.netbeans.modules.vcscore.commands Commands scheduling and executing framework implementation. 
 

Uses of VcsCommandExecutor in org.netbeans.modules.vcscore
 

Methods in org.netbeans.modules.vcscore that return VcsCommandExecutor
 VcsCommandExecutor VcsFactory.getCommandExecutor(VcsCommand command, Hashtable variables)
          Deprecated. This method is retained for compatibility reasons. It may disappear after compatibility with old VCS "API" will not be needed.
static VcsCommandExecutor[] VcsAction.doLock(Table files, VcsFileSystem fileSystem)
          Deprecated. Lock files in VCS.
static VcsCommandExecutor[] VcsAction.doEdit(Table files, VcsFileSystem fileSystem)
          Deprecated. Prepare for edit files in VCS.
static VcsCommandExecutor[] VcsAction.doCommand(Table files, VcsCommand cmd, Hashtable additionalVars, VcsFileSystem fileSystem)
          Deprecated. Do a command on a set of files.
static VcsCommandExecutor[] VcsAction.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[] VcsAction.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.
 VcsCommandExecutor DefaultVcsFactory.getCommandExecutor(VcsCommand command, Hashtable variables)
          Deprecated. This method is retained for compatibility only. XXX how to replace usages? It's called from 31 places.
 

Uses of VcsCommandExecutor in org.netbeans.modules.vcscore.cmdline
 

Classes in org.netbeans.modules.vcscore.cmdline that implement VcsCommandExecutor
 class CommandLineVcsDirReader
          Read a single VCS directory.
 class CommandLineVcsDirReaderRecursive
          Read VCS directory recursively.
 class ExecuteCommand
          Execute command.
 

Methods in org.netbeans.modules.vcscore.cmdline that return VcsCommandExecutor
 VcsCommandExecutor UserCommandTask.getExecutor()
           
 

Uses of VcsCommandExecutor in org.netbeans.modules.vcscore.commands
 

Methods in org.netbeans.modules.vcscore.commands that return VcsCommandExecutor
 VcsCommandExecutor VcsDescribedTask.getExecutor()
          Get the executor of the command.
 VcsCommandExecutor VcsDescribedCommand.getExecutor()
          Deprecated. This is needed only for the compatibility with the old "API".
 

Methods in org.netbeans.modules.vcscore.commands with parameters of type VcsCommandExecutor
 void VcsDescribedCommand.setExecutor(VcsCommandExecutor executor)
          Deprecated. This is needed only for the compatibility with the old "API".
 long CommandsPool.getCommandID(VcsCommandExecutor vce)
          Deprecated. Get the command's ID.
 int CommandsPool.preprocessCommand(VcsCommandExecutor vce, Hashtable vars, VcsFileSystem fileSystem)
          Deprecated. Perform preprocessing of a new command.
 void CommandsPool.startExecutor(VcsCommandExecutor vce)
          Deprecated. Start the executor.
 void CommandsPool.startExecutor(VcsCommandExecutor vce, VcsFileSystem fileSystem)
          Deprecated. Start the executor.
 boolean CommandsPool.isWaiting(VcsCommandExecutor vce)
          Deprecated. Tells whether the executor is waiting.
 boolean CommandsPool.isRunning(VcsCommandExecutor vce)
          Deprecated. Tells whether the executor is still running.
 void CommandsPool.waitToFinish(VcsCommandExecutor vce)
          Deprecated. Wait to finish the executor.
 void CommandsPool.kill(VcsCommandExecutor vce)
          Deprecated. Kill the executor if it is running.
static void CommandExecutorSupport.postprocessCommand(CommandExecutionContext executionContext, VcsCommandExecutor vce)
          Postprocess the command after it's execution.
static void CommandExecutorSupport.checkRevisionChanges(VcsFileSystem fileSystem, VcsCommandExecutor vce)
           
static void CommandCustomizationSupport.commandNotification(VcsCommandExecutor vce, String notification, CommandExecutionContext executionContext)
           
 


 

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