public interface ExecutionContext extends ProjectContext
Context for the execution of Command instances within a Profile
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
addCancelledListener(CommandCancellationListener listener) Attaches a listener for cancellation events |
|
public void |
cancel() Allows cancelling of the running command |
|
public CommandLine |
getCommandLine()
|
Methods inherited from class | Name |
---|---|
interface ProjectContext |
getBaseDir, getConfig, getConsole, navigateConfig, navigateConfigForType |
Attaches a listener for cancellation events
listener
- The CommandCancellationListenerAllows cancelling of the running command