Uses of Class
org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor
Packages that use ErrorVisitor
Package
Description
-
Uses of ErrorVisitor in org.apache.cxf.tools.common
Methods in org.apache.cxf.tools.common with parameters of type ErrorVisitorModifier and TypeMethodDescriptionvoidAbstractCXFToolContainer.checkParams(ErrorVisitor err) Check command-line parameters for validity. -
Uses of ErrorVisitor in org.apache.cxf.tools.common.toolspec.parser
Methods in org.apache.cxf.tools.common.toolspec.parser with parameters of type ErrorVisitorModifier 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) booleanArgument.isSatisfied(ErrorVisitor errors) booleanForm.isSatisfied(ErrorVisitor errors) booleanOption.isSatisfied(ErrorVisitor errors) booleanOptionGroup.isSatisfied(ErrorVisitor errors) booleanTokenConsumer.isSatisfied(ErrorVisitor errors) voidCommandLineParser.throwUsage(ErrorVisitor errors) Constructors in org.apache.cxf.tools.common.toolspec.parser with parameters of type ErrorVisitor -
Uses of ErrorVisitor in org.apache.cxf.tools.corba
Methods in org.apache.cxf.tools.corba with parameters of type ErrorVisitorModifier and TypeMethodDescriptionvoidIDLToWSDL.checkParams(ErrorVisitor errors) voidWSDLToIDL.checkParams(ErrorVisitor errors) -
Uses of ErrorVisitor in org.apache.cxf.tools.java2js
Methods in org.apache.cxf.tools.java2js with parameters of type ErrorVisitor -
Uses of ErrorVisitor in org.apache.cxf.tools.java2ws
Methods in org.apache.cxf.tools.java2ws with parameters of type ErrorVisitor -
Uses of ErrorVisitor in org.apache.cxf.tools.misc
Methods in org.apache.cxf.tools.misc with parameters of type ErrorVisitorModifier and TypeMethodDescriptionvoidWSDLToService.checkParams(ErrorVisitor errors) voidWSDLToSoap.checkParams(ErrorVisitor errors) voidWSDLToXML.checkParams(ErrorVisitor errors) voidXSDToWSDL.checkParams(ErrorVisitor errors) -
Uses of ErrorVisitor in org.apache.cxf.tools.validator
Methods in org.apache.cxf.tools.validator with parameters of type ErrorVisitor -
Uses of ErrorVisitor in org.apache.cxf.tools.wsdlto
Methods in org.apache.cxf.tools.wsdlto with parameters of type ErrorVisitor -
Uses of ErrorVisitor in org.apache.cxf.tools.wsdlto.javascript
Methods in org.apache.cxf.tools.wsdlto.javascript with parameters of type ErrorVisitor