org.apache.cxf.tools.common.toolspec.parser
Class Argument
java.lang.Object
org.apache.cxf.tools.common.toolspec.parser.Argument
- All Implemented Interfaces:
- TokenConsumer
public class Argument
- extends Object
- implements TokenConsumer
toolspec
protected ToolSpec toolspec
Argument
public Argument(Element el)
accept
public boolean accept(TokenInputStream args,
Element result,
ErrorVisitor errors)
- Specified by:
accept
in interface TokenConsumer
isSatisfied
public boolean isSatisfied(ErrorVisitor errors)
- Specified by:
isSatisfied
in interface TokenConsumer
setToolSpec
public void setToolSpec(ToolSpec toolSpec)
getName
public String getName()
toString
public String toString()
- Overrides:
toString
in class Object
Apache CXF