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

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

 

Uses of Class
org.netbeans.modules.vcscore.cmdline.UserCommand

Packages that use UserCommand
org.netbeans.modules.vcscore.cmdline   
 

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

Methods in org.netbeans.modules.vcscore.cmdline that return UserCommand
 UserCommand UserCommandSupport.getVcsCommand()
          Get the UserCommand associated with this support.
 

Methods in org.netbeans.modules.vcscore.cmdline with parameters of type UserCommand
static String[] CommandLineVcsDirReader.translateElements(String[] cmdElements, UserCommand list)
          Translate elements obtained from the command line reader to elements used by RefreshCommandSupport
 

Constructors in org.netbeans.modules.vcscore.cmdline with parameters of type UserCommand
UserCommandSupport(UserCommand cmd, CommandExecutionContext executionContext)
          Creates a new instance of UserCommandSupport
ExecuteCommand(CommandExecutionContext executionContext, UserCommand cmd, Hashtable vars)
           
ExecuteCommand(CommandExecutionContext executionContext, UserCommand cmd, Hashtable vars, String preferredExec)
           
CommandLineVcsDirReaderRecursive(DirReaderListener listener, VcsFileSystem fileSystem, UserCommand listSub, Hashtable vars)
          Creates new CommandLineVcsDirReaderRecursive
CommandLineVcsDirReader(DirReaderListener listener, VcsFileSystem fileSystem, UserCommand list, Hashtable vars)
           
 


 

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