Class Form
java.lang.Object
org.apache.cxf.tools.common.toolspec.parser.Form
- All Implemented Interfaces:
TokenConsumer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(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.getName()booleanbooleanisSatisfied(ErrorVisitor errors) toString()
-
Constructor Details
-
Form
-
-
Method Details
-
accept
Attempt to consume all the args in the input stream by matching them to options, optionGroups and argument specified in the usage definition.- Specified by:
acceptin interfaceTokenConsumer
-
hasInfoOption
-
isSatisfied
- Specified by:
isSatisfiedin interfaceTokenConsumer
-
getName
-
toString
-