Apache CXF API

org.apache.cxf.tools.common.toolspec.parser
Class Argument

java.lang.Object
  extended by org.apache.cxf.tools.common.toolspec.parser.Argument
All Implemented Interfaces:
TokenConsumer

public class Argument
extends Object
implements TokenConsumer


Field Summary
protected  ToolSpec toolspec
           
 
Constructor Summary
Argument(Element el)
           
 
Method Summary
 boolean accept(TokenInputStream args, Element result, ErrorVisitor errors)
           
 String getName()
           
 boolean isSatisfied(ErrorVisitor errors)
           
 void setToolSpec(ToolSpec toolSpec)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

toolspec

protected ToolSpec toolspec
Constructor Detail

Argument

public Argument(Element el)
Method Detail

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 API

Apache CXF