Uses of Class
org.apache.cxf.tools.common.toolspec.parser.TokenInputStream
Packages that use TokenInputStream
-
Uses of TokenInputStream in org.apache.cxf.tools.common.toolspec.parser
Methods in org.apache.cxf.tools.common.toolspec.parser with parameters of type TokenInputStreamModifier and TypeMethodDescriptionbooleanArgument.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)