Package | Description |
---|---|
org.apache.cxf.tools.common.toolspec.parser |
Modifier and Type | Method and Description |
---|---|
boolean |
TokenConsumer.accept(TokenInputStream args,
Element result,
ErrorVisitor errors) |
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 |
Form.hasInfoOption(TokenInputStream args) |
Apache CXF