|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.mactor.framework.spec.SpecNode org.mactor.framework.spec.CommandSpec
public abstract class CommandSpec
Field Summary |
---|
Fields inherited from class org.mactor.framework.spec.SpecNode |
---|
name, parentNode |
Constructor Summary | |
---|---|
CommandSpec()
|
Method Summary | |
---|---|
org.dom4j.Element |
addToElement(org.dom4j.Element parent)
|
java.lang.String |
getCommand()
|
java.lang.String |
getDescription()
|
java.util.List<java.lang.String> |
getParams()
|
protected static CommandSpec |
loadSpec(CommandSpec spec,
org.dom4j.Element element)
|
void |
setCommand(java.lang.String command)
|
Methods inherited from class org.mactor.framework.spec.SpecNode |
---|
getName, getParentNode, getShortDescription, getType, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommandSpec()
Method Detail |
---|
public java.lang.String getCommand()
public java.util.List<java.lang.String> getParams()
protected static CommandSpec loadSpec(CommandSpec spec, org.dom4j.Element element) throws MactorException
MactorException
public java.lang.String getDescription()
getDescription
in class SpecNode
public org.dom4j.Element addToElement(org.dom4j.Element parent)
addToElement
in class SpecNode
public void setCommand(java.lang.String command)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |