Apache CXF API

Uses of Class
org.apache.cxf.tools.common.toolspec.parser.TokenInputStream

Packages that use TokenInputStream
org.apache.cxf.tools.common.toolspec.parser   
 

Uses of TokenInputStream in org.apache.cxf.tools.common.toolspec.parser
 

Methods in org.apache.cxf.tools.common.toolspec.parser with parameters of type TokenInputStream
 boolean Argument.accept(TokenInputStream args, Element result, ErrorVisitor errors)
           
 boolean Form.accept(TokenInputStream args, Element result, ErrorVisitor errors)
          Attempt to consume all the args in the input stream by matching them to options, optionGroups and argument specified in the usage definition.
 boolean Option.accept(TokenInputStream args, Element result, ErrorVisitor errors)
           
 boolean OptionGroup.accept(TokenInputStream args, Element result, ErrorVisitor errors)
           
 boolean TokenConsumer.accept(TokenInputStream args, Element result, ErrorVisitor errors)
           
 boolean Form.hasInfoOption(TokenInputStream args)
           
 


Apache CXF API

Apache CXF