|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |