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

Uses of Class org.netbeans.modules.vcscore.VcsFileSystem (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

Uses of Class
org.netbeans.modules.vcscore.VcsFileSystem

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

Uses of VcsFileSystem in org.netbeans.modules.vcscore
 

Methods in org.netbeans.modules.vcscore with parameters of type VcsFileSystem
 void VcsRevisionAction.setFileSystem(VcsFileSystem fileSystem)
           
static VcsCommandExecutor[] VcsAction.doLock(Table files, VcsFileSystem fileSystem)
          Deprecated. Lock files in VCS.
static void VcsAction.doUnlock(Table files, VcsFileSystem fileSystem)
          Deprecated. Unlock 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.
static void VcsAction.addImportantFiles(Collection fos, Table res, boolean all, VcsFileSystem fileSystem)
          Deprecated. Add files.
static void VcsAction.addImportantFiles(Collection fos, Table res, boolean all, VcsFileSystem fileSystem, boolean doNotTestFS)
          Deprecated. Add files.
static void VcsAction.performVcsCommand(VcsCommand cmd, VcsFileSystem fileSystem, Collection fileObjects, boolean isExpert)
          Deprecated. Perform the specified VCS command on a collection of FileObjects.
static void VcsAction.performVcsCommand(VcsCommand cmd, VcsFileSystem fileSystem, Collection fileObjects, boolean isExpert, Hashtable additionalVars)
          Deprecated. Perform the specified VCS command on a collection of FileObjects.
 

Constructors in org.netbeans.modules.vcscore with parameters of type VcsFileSystem
VcsAttributes(File mountPoint, AbstractFileSystem.Info info, AbstractFileSystem.Change change, AbstractFileSystem.List list, VcsFileSystem fileSystem, VcsActionSupporter supp)
          Creates new VcsAttributes
DefaultVcsFactory(VcsFileSystem fileSystem)
          Creates new DefaultVcsFactory
 

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

Methods in org.netbeans.modules.vcscore.cmdline that return VcsFileSystem
protected  VcsFileSystem ExecuteCommand.getFileSystem()
           
 

Methods in org.netbeans.modules.vcscore.cmdline with parameters of type VcsFileSystem
protected static void ExecuteCommand.setAdditionalParams(Object execCommand, VcsFileSystem fileSystem)
          Search for optional methods and set additional parameters.
protected static void ExecuteCommand.setAdditionalParams(Object execCommand, VcsFileSystem fileSystem, CommandExecutionContext executionContext)
          Search for optional methods and set additional parameters.
 

Constructors in org.netbeans.modules.vcscore.cmdline with parameters of type VcsFileSystem
CommandLineVcsDirReaderRecursive(DirReaderListener listener, VcsFileSystem fileSystem, UserCommand listSub, Hashtable vars)
          Creates new CommandLineVcsDirReaderRecursive
CommandLineVcsDirReader(DirReaderListener listener, VcsFileSystem fileSystem, UserCommand list, Hashtable vars)
           
 

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

Methods in org.netbeans.modules.vcscore.commands with parameters of type VcsFileSystem
 int CommandsPool.preprocessCommand(VcsCommandExecutor vce, Hashtable vars, VcsFileSystem fileSystem)
          Deprecated. Perform preprocessing of a new command.
 void CommandsPool.startExecutor(VcsCommandExecutor vce, VcsFileSystem fileSystem)
          Deprecated. Start the executor.
static void CommandExecutorSupport.doRefresh(VcsFileSystem fileSystem, String refreshPath, boolean recursive)
          Perform the refresh of a folder.
static void CommandExecutorSupport.checkRevisionChanges(VcsFileSystem fileSystem, VcsCommandExecutor vce)
           
static void CommandCustomizationSupport.addImportantFiles(Collection fos, Table res, boolean all, VcsFileSystem fileSystem, boolean doNotTestFS)
          Add files.
 


 

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