|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandExecutionContext | |
org.netbeans.modules.vcscore | |
org.netbeans.modules.vcscore.cmdline | |
org.netbeans.modules.vcscore.commands | Commands scheduling and executing framework implementation. |
org.netbeans.modules.vcscore.util | This package provides declarative UI parsing and rendering engine. |
Uses of CommandExecutionContext in org.netbeans.modules.vcscore |
Classes in org.netbeans.modules.vcscore that implement CommandExecutionContext | |
class |
VcsFileSystem
Generic VCS filesystem. |
Uses of CommandExecutionContext in org.netbeans.modules.vcscore.cmdline |
Methods in org.netbeans.modules.vcscore.cmdline that return CommandExecutionContext | |
CommandExecutionContext |
UserCommandSupport.getExecutionContext()
Get the execution context, that is associated with this support. |
Methods in org.netbeans.modules.vcscore.cmdline with parameters of type CommandExecutionContext | |
static boolean |
UserCommandSupport.setCommandFilesFromTable(Command command,
Table files,
CommandExecutionContext executionContext)
Set the files as arguments to the command. |
protected static void |
ExecuteCommand.setAdditionalParams(Object execCommand,
VcsFileSystem fileSystem,
CommandExecutionContext executionContext)
Search for optional methods and set additional parameters. |
static Collection |
ExecuteCommand.createProcessingFiles(CommandExecutionContext executionContext,
Hashtable vars)
Get the set of files being processed by the command. |
Constructors in org.netbeans.modules.vcscore.cmdline with parameters of type CommandExecutionContext | |
UserCommandSupport(UserCommand cmd,
CommandExecutionContext executionContext)
Creates a new instance of UserCommandSupport |
|
UserCommandCustomizer(CommandExecutionContext executionContext)
Creates a new instance of UserCommandCustomizer |
|
ExecuteCommand(CommandExecutionContext executionContext,
UserCommand cmd,
Hashtable vars)
|
|
ExecuteCommand(CommandExecutionContext executionContext,
UserCommand cmd,
Hashtable vars,
String preferredExec)
|
Uses of CommandExecutionContext in org.netbeans.modules.vcscore.commands |
Methods in org.netbeans.modules.vcscore.commands with parameters of type CommandExecutionContext | |
static void |
CommandExecutorSupport.postprocessCommand(CommandExecutionContext executionContext,
VcsCommandExecutor vce)
Postprocess the command after it's execution. |
static FileObject[] |
CommandCustomizationSupport.getApplicableFiles(CommandExecutionContext executionContext,
VcsCommand cmd,
FileObject[] files)
|
static boolean |
CommandCustomizationSupport.preCustomize(CommandExecutionContext executionContext,
VcsCommand cmd,
Hashtable vars)
Perform the pre-customization of a command. |
static String |
CommandCustomizationSupport.preCustomizeExec(CommandExecutionContext executionContext,
VcsCommand cmd,
Hashtable vars)
Perform the pre-customization of a command's execution string. |
static StructuredExec |
CommandCustomizationSupport.preCustomizeStructuredExec(CommandExecutionContext executionContext,
VcsCommand cmd,
Hashtable vars)
Perform the pre-customization of a command's structured execution string. |
static void |
CommandCustomizationSupport.defineGlobalOptions(Map vars,
CommandExecutionContext executionContext,
VcsCommand cmd)
Insert the global options into the map of variables. |
static void |
CommandCustomizationSupport.commandNotification(VcsCommandExecutor vce,
String notification,
CommandExecutionContext executionContext)
|
static void |
CommandCustomizationSupport.setupUncustomizedCommand(CommandExecutionContext executionContext,
String exec,
Hashtable vars,
VcsCommand cmd)
Setup some necessary variables, but do not present any GUI - the command does not wish to be customized. |
static VariableInputDialog |
CommandCustomizationSupport.createInputDialog(CommandExecutionContext executionContext,
String exec,
Hashtable vars,
VcsDescribedCommand dcmd,
boolean[] forEachFile,
StringBuffer retTitle)
|
Constructors in org.netbeans.modules.vcscore.commands with parameters of type CommandExecutionContext | |
PreCommandPerformer(CommandExecutionContext executionContext,
Hashtable vars)
Creates new CommandPerformer |
Uses of CommandExecutionContext in org.netbeans.modules.vcscore.util |
Methods in org.netbeans.modules.vcscore.util that return CommandExecutionContext | |
CommandExecutionContext |
VariableInputNest.getCommandExecutionContext()
If customizing command returns it's CommandExecutionContext |
Methods in org.netbeans.modules.vcscore.util with parameters of type CommandExecutionContext | |
void |
VariableInputDialog.setExecutionContext(CommandExecutionContext executionContext,
Hashtable vars)
Set the VCS file system, that is needed to execute the selector command and the variables table. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |