| Package | Description |
|---|---|
| org.alfresco.bm.app |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCommandContext
Basic command context support.
|
class |
ClusterCommandContext
Command processor when in context of a specific cluster.
|
class |
ConfirmCommandContext
Command context to double-check a decision
|
class |
EntryCommandContext
Basic command context support.
|
class |
ExitCommandContext
Final command state indicating that the client can exit
|
class |
TestCommandContext
Command processor when in context of a specific test.
|
class |
TestRunCommandContext
Command processor when in context of a specific test run.
|
| Modifier and Type | Field and Description |
|---|---|
protected CommandContext |
ConfirmCommandContext.originalCommandContext |
| Modifier and Type | Method and Description |
|---|---|
protected CommandContext |
ClusterCommandContext.createTest(String test) |
protected CommandContext |
TestCommandContext.createTestRun(String testRun) |
protected CommandContext |
ClusterCommandContext.deleteTest(String test) |
protected CommandContext |
TestCommandContext.deleteTestRuns(String testRunPattern) |
CommandContext |
ConfirmCommandContext.ConfirmCommandHandler.doNo() |
CommandContext |
ConfirmCommandContext.ConfirmCommandHandler.doYes() |
CommandContext |
TestRunCommandContext.executeCommand(String command) |
CommandContext |
TestCommandContext.executeCommand(String command) |
CommandContext |
ExitCommandContext.executeCommand(String command) |
CommandContext |
EntryCommandContext.executeCommand(String command) |
CommandContext |
ConfirmCommandContext.executeCommand(String command) |
CommandContext |
CommandContext.executeCommand(String command)
Execute the given command in the context of the current instance
|
CommandContext |
ClusterCommandContext.executeCommand(String command) |
CommandContext |
AbstractCommandContext.executeCommand(String command)
For this to have been called, we have to assume that the command has
not been recognized further down the hierarchy.
|
protected CommandContext |
ClusterCommandContext.stopServer(String server) |
protected CommandContext |
ClusterCommandContext.useTest(String test) |
protected CommandContext |
TestCommandContext.useTestRun(String testRun) |
| Constructor and Description |
|---|
ConfirmCommandContext(CommandContext originalCommandContext,
String action,
ConfirmCommandContext.ConfirmCommandHandler yesNoHandler) |
Copyright © 2013. All Rights Reserved.