Modifier and Type | Method and Description |
---|---|
void |
AbstractCXFToolContainer.checkParams(ErrorVisitor err)
Check command-line parameters for validity.
|
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 |
TokenConsumer.isSatisfied(ErrorVisitor errors) |
boolean |
Argument.isSatisfied(ErrorVisitor errors) |
boolean |
Form.isSatisfied(ErrorVisitor errors) |
boolean |
Option.isSatisfied(ErrorVisitor errors) |
boolean |
OptionGroup.isSatisfied(ErrorVisitor errors) |
void |
CommandLineParser.throwUsage(ErrorVisitor errors) |
Constructor and Description |
---|
BadUsageException(ErrorVisitor err) |
BadUsageException(String use,
ErrorVisitor err) |
Modifier and Type | Method and Description |
---|---|
void |
WSDLToIDL.checkParams(ErrorVisitor errors) |
void |
IDLToWSDL.checkParams(ErrorVisitor errors) |
Modifier and Type | Method and Description |
---|---|
void |
JavaToJS.checkParams(ErrorVisitor errors) |
Modifier and Type | Method and Description |
---|---|
void |
JavaToWSContainer.checkParams(ErrorVisitor errs) |
Modifier and Type | Method and Description |
---|---|
void |
WSDLToSoap.checkParams(ErrorVisitor errors) |
void |
WSDLToXML.checkParams(ErrorVisitor errors) |
void |
WSDLToService.checkParams(ErrorVisitor errors) |
void |
XSDToWSDL.checkParams(ErrorVisitor errors) |
Modifier and Type | Method and Description |
---|---|
void |
WSDLValidator.checkParams(ErrorVisitor errors) |
Modifier and Type | Method and Description |
---|---|
void |
WSDLToJavaContainer.checkParams(ErrorVisitor errors) |
Modifier and Type | Method and Description |
---|---|
void |
JavaScriptContainer.checkParams(ErrorVisitor errors) |
Apache CXF