Uses of Class
org.apache.cxf.tools.common.ToolException
-
Packages that use ToolException Package Description org.apache.cxf.tools.common org.apache.cxf.tools.common.model org.apache.cxf.tools.common.toolspec org.apache.cxf.tools.util -
-
Uses of ToolException in org.apache.cxf.tools.common
Methods in org.apache.cxf.tools.common that throw ToolException Modifier and Type Method Description voidAbstractCXFToolContainer. checkParams(ErrorVisitor err)Check command-line parameters for validity.voidClassUtils. compile(ToolContext context)voidVelocityGenerator. doWrite(String templateName, Writer outputs)voidAbstractCXFToolContainer. execute(boolean exitOnFinish)booleanAbstractCXFToolContainer. hasInfoOption()FileVelocityGenerator. parseOutputName(String packageName, String filename)FileVelocityGenerator. parseOutputName(String packageName, String filename, String ext)voidProcessor. process() -
Uses of ToolException in org.apache.cxf.tools.common.model
Methods in org.apache.cxf.tools.common.model that throw ToolException Modifier and Type Method Description voidJavaInterface. addMethod(JavaMethod method) -
Uses of ToolException in org.apache.cxf.tools.common.toolspec
Methods in org.apache.cxf.tools.common.toolspec that throw ToolException Modifier and Type Method Description voidTool. destroy()voidToolSupport. destroy()voidAbstractToolContainer. execute(boolean exitOnFinish)voidToolContainer. execute(boolean exitOnFinish)ToolToolSpec. getHandler()ToolToolSpec. getHandler(ClassLoader loader)DocumentToolContext. getInputDocument()Request a document based on the standard input stream.DocumentToolContext. getInputDocument(String id)Request a document based on the input stream.InputStreamToolContext. getInputStream()Request the standard input stream.InputStreamToolContext. getInputStream(String id)Request an input stream.OutputStreamToolContext. getOutputStream()OutputStreamToolContext. getOutputStream(String id)StringToolContext. getParameter(String name)String[]ToolContext. getParameters(String name)booleanToolContext. hasParameter(String name)voidAbstractToolContainer. init()voidTool. init()voidToolSupport. init()voidTool. performFunction()A tool has to be prepared to perform it's duty any number of times.voidToolSupport. performFunction()Constructors in org.apache.cxf.tools.common.toolspec that throw ToolException Constructor Description ToolSpec(InputStream in)ToolSpec(InputStream in, boolean validate) -
Uses of ToolException in org.apache.cxf.tools.util
Methods in org.apache.cxf.tools.util that throw ToolException Modifier and Type Method Description booleanFileWriterUtil. isCollision(String packageName, String fileName)Constructors in org.apache.cxf.tools.util that throw ToolException Constructor Description FileWriterUtil()FileWriterUtil(String targetDir, OutputStreamCreator osc)
-