Apache CXF API

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

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

public class OptionGroup
extends Object
implements TokenConsumer


Constructor Summary
OptionGroup(Element el)
           
 
Method Summary
 boolean accept(TokenInputStream args, Element result, ErrorVisitor errors)
           
 String getId()
           
 boolean isSatisfied(ErrorVisitor errors)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OptionGroup

public OptionGroup(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

getId

public String getId()

toString

public String toString()
Overrides:
toString in class Object

Apache CXF API

Apache CXF