|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.janrufmonitor.framework.command.AbstractCommand
public abstract class AbstractCommand
This class is an abstract implementation of a command.
| Field Summary | |
|---|---|
protected II18nManager |
m_i18n
|
protected String |
m_language
|
protected Logger |
m_logger
|
| Constructor Summary | |
|---|---|
AbstractCommand()
|
|
| Method Summary | |
|---|---|
String |
getLabel()
Gets the label of the command. |
abstract String |
getNamespace()
Gets the namespace of this command implementation. |
Map |
getParameters()
Gets the parameters which can be evaluated during execution time. |
abstract IRuntime |
getRuntime()
Gets the current runtime object. |
void |
setParameters(Map m)
Sets the parameters which can be evaluated during execution time. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface de.janrufmonitor.framework.command.ICommand |
|---|
execute, getID, isExecutable, isExecuting |
| Field Detail |
|---|
protected Logger m_logger
protected String m_language
protected II18nManager m_i18n
| Constructor Detail |
|---|
public AbstractCommand()
| Method Detail |
|---|
public String getLabel()
ICommand
getLabel in interface ICommandpublic abstract IRuntime getRuntime()
public abstract String getNamespace()
public Map getParameters()
ICommand
getParameters in interface ICommandpublic void setParameters(Map m)
ICommand
setParameters in interface ICommandm - a parameter map
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||