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, wait
getAcceptedArguments, getDescription, getName, getUsage, run
public ActionNotifier<ApplicationState> getNotifier()
public abstract StartupConfiguration getConfiguration()
public boolean isStorageRequired()
isStorageRequired
in interface Command
protected void setStorageRequired(boolean storageRequired)
Copyright © 2012. All Rights Reserved.