org.mactor.framework.spec
Class ActionSpec

java.lang.Object
  extended by org.mactor.framework.spec.SpecNode
      extended by org.mactor.framework.spec.CommandSpec
          extended by org.mactor.framework.spec.ActionSpec

public class ActionSpec
extends CommandSpec


Field Summary
 
Fields inherited from class org.mactor.framework.spec.SpecNode
name, parentNode
 
Constructor Summary
ActionSpec()
           
 
Method Summary
 java.lang.String getShortDescription()
           
 java.lang.String getType()
           
static ActionSpec loadSpec(org.dom4j.Element element)
           
 
Methods inherited from class org.mactor.framework.spec.CommandSpec
addToElement, getCommand, getDescription, getParams, loadSpec, setCommand
 
Methods inherited from class org.mactor.framework.spec.SpecNode
getName, getParentNode, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionSpec

public ActionSpec()
Method Detail

loadSpec

public static ActionSpec loadSpec(org.dom4j.Element element)
                           throws MactorException
Throws:
MactorException

getShortDescription

public java.lang.String getShortDescription()
Specified by:
getShortDescription in class SpecNode

getType

public java.lang.String getType()
Specified by:
getType in class SpecNode


Copyright © 2008. All Rights Reserved.