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

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

 

Uses of Class
org.netbeans.modules.vcscore.cmdline.exec.StructuredExec

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

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

Methods in org.netbeans.modules.vcscore.cmdline with parameters of type StructuredExec
 String ExecuteCommand.preprocessCommand(VcsCommand vc, Hashtable vars, String exec, StructuredExec sexec)
          This method can be used to do some preprocessing of the command which is to be run.
protected  void ExecuteCommand.runCommand(StructuredExec exec)
          Execute a command-line command.
 

Uses of StructuredExec in org.netbeans.modules.vcscore.cmdline.exec
 

Methods in org.netbeans.modules.vcscore.cmdline.exec that return StructuredExec
 StructuredExec StructuredExec.getExpanded(Hashtable vars, boolean warnUndefVars)
           
 

Methods in org.netbeans.modules.vcscore.cmdline.exec with parameters of type StructuredExec
 void ExternalCommand.setCommand(StructuredExec scommand)
           
static String[] ExternalCommand.parseParameters(StructuredExec sexec)
           
 

Constructors in org.netbeans.modules.vcscore.cmdline.exec with parameters of type StructuredExec
ExternalCommand(StructuredExec sexec)
           
 

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

Methods in org.netbeans.modules.vcscore.commands that return StructuredExec
 StructuredExec VcsDescribedCommand.getPreferredStructuredExec()
          Get a preferred structured execution property, which might have some variables or patterns expanded.
static StructuredExec CommandCustomizationSupport.preCustomizeStructuredExec(CommandExecutionContext executionContext, VcsCommand cmd, Hashtable vars)
          Perform the pre-customization of a command's structured execution string.
 

Methods in org.netbeans.modules.vcscore.commands with parameters of type StructuredExec
 void VcsDescribedCommand.setPreferredStructuredExec(StructuredExec preferredSExec)
          Set a preferred structured execution property, which might have some variables or patterns expanded.
 String VcsCommandExecutor.preprocessCommand(VcsCommand vc, Hashtable vars, String exec, StructuredExec sexec)
          This method can be used to do some preprocessing of the command which is to be run.
 


 

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