public abstract class BasicCommand extends Object implements Command
| Constructor and Description |
|---|
BasicCommand() |
| Modifier and Type | Method and Description |
|---|---|
abstract StartupConfiguration |
getConfiguration() |
ActionNotifier<ApplicationState> |
getNotifier() |
boolean |
isStorageRequired() |
protected void |
setStorageRequired(boolean storageRequired) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAcceptedArguments, getDescription, getName, getUsage, runpublic ActionNotifier<ApplicationState> getNotifier()
public abstract StartupConfiguration getConfiguration()
public boolean isStorageRequired()
isStorageRequired in interface Commandprotected void setStorageRequired(boolean storageRequired)
Copyright © 2012. All Rights Reserved.