|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandTask | |
org.netbeans.api.vcs.commands | |
org.netbeans.modules.vcscore | |
org.netbeans.modules.vcscore.cmdline | |
org.netbeans.modules.vcscore.commands | Commands scheduling and executing framework implementation. |
org.netbeans.spi.vcs.commands |
Uses of CommandTask in org.netbeans.api.vcs.commands |
Methods in org.netbeans.api.vcs.commands that return CommandTask | |
CommandTask |
Command.execute()
Execute the command. |
Uses of CommandTask in org.netbeans.modules.vcscore |
Methods in org.netbeans.modules.vcscore that return CommandTask | |
static CommandTask |
VcsFSCommandsAction.executeCommand(Command cmd,
FileObject[] files)
Execute the command. |
Uses of CommandTask in org.netbeans.modules.vcscore.cmdline |
Subclasses of CommandTask in org.netbeans.modules.vcscore.cmdline | |
class |
UserCommandTask
|
class |
WrappingCommandTask
This class ias a wrapper of several CommandTask s. |
Methods in org.netbeans.modules.vcscore.cmdline that return CommandTask | |
CommandTask |
ExecuteCommand.getTask()
Set the CommandTask, that is associated with this executor. |
Methods in org.netbeans.modules.vcscore.cmdline with parameters of type CommandTask | |
protected int |
UserCommandSupport.execute(CommandTask task)
Perform the actual execution of the command from the provided info. |
void |
ExecuteCommand.setTask(CommandTask task)
Get the CommandTask, that is associated with this executor. |
Uses of CommandTask in org.netbeans.modules.vcscore.commands |
Methods in org.netbeans.modules.vcscore.commands that return CommandTask | |
abstract CommandTask |
CommandTaskInfo.getTask()
Get the associated task. |
CommandTask |
CommandProcessor.getParentTask(CommandTask task)
Get the parent task if any. |
Methods in org.netbeans.modules.vcscore.commands with parameters of type CommandTask | |
void |
VcsCommandVisualizer.Wrapper.setTask(CommandTask task)
After instatiation this method is called with the task that is wrapped. |
void |
DialogVisualizerWrapper.setTask(CommandTask task)
|
long |
CommandProcessor.getTaskID(CommandTask task)
Get the task's ID. |
CommandTask |
CommandProcessor.getParentTask(CommandTask task)
Get the parent task if any. |
boolean |
CommandProcessor.isWaiting(CommandTask task)
Tells whether a task is waiting. |
boolean |
CommandProcessor.isRunning(CommandTask task)
Tells whether the executor is still running. |
void |
CommandProcessor.waitToFinish(CommandTask task)
Wait to finish the task. |
void |
CommandProcessor.kill(CommandTask task)
Kill the executor if it is running. |
long |
CommandProcessor.getStartTime(CommandTask task)
The start time of the command or zero, when the command was not started yet or can not be found. |
long |
CommandProcessor.getFinishTime(CommandTask task)
The finish time of the command or zero, when the command did not finish yet or can not be found. |
long |
CommandProcessor.getExecutionTime(CommandTask task)
The execution time of the command or zero, when the command did not finish yet or can not be found. |
Constructors in org.netbeans.modules.vcscore.commands with parameters of type CommandTask | |
CommandOutputVisualizer.CommandKillListener(CommandTask task)
|
|
CommandOutputVisualizer.CommandKillListener(CommandTask task,
Component owner)
|
|
CommandOutputCollector(CommandTask task,
VcsCommandsProvider provider)
|
Uses of CommandTask in org.netbeans.spi.vcs.commands |
Subclasses of CommandTask in org.netbeans.spi.vcs.commands | |
class |
CommandTaskSupport
The supported command task. |
Methods in org.netbeans.spi.vcs.commands with parameters of type CommandTask | |
protected Command |
CommandSupport.getCommand(CommandTask task)
Get the command associated with the given task. |
protected boolean |
CommandSupport.canExecute(CommandTask task)
Tell, whether the task can be executed now. |
protected abstract int |
CommandSupport.execute(CommandTask task)
Perform the actual execution of the command from the provided info. |
protected void |
CommandSupport.stop(CommandTask task)
Stop the command's execution. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |