Uses of Class
org.apache.cxf.tools.common.toolspec.parser.TokenInputStream
-
Packages that use TokenInputStream Package Description 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 Modifier and Type Method Description booleanArgument. accept(TokenInputStream args, Element result, ErrorVisitor errors)booleanForm. 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.booleanOption. accept(TokenInputStream args, Element result, ErrorVisitor errors)booleanOptionGroup. accept(TokenInputStream args, Element result, ErrorVisitor errors)booleanTokenConsumer. accept(TokenInputStream args, Element result, ErrorVisitor errors)booleanForm. hasInfoOption(TokenInputStream args)
-