Uses of Class
org.apache.cxf.tools.common.ToolException

Packages that use ToolException
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
 void AbstractCXFToolContainer.checkParams(ErrorVisitor err)
          Check command-line parameters for validity.
 void ClassUtils.compile(ToolContext context)
           
 void VelocityGenerator.doWrite(String templateName, Writer outputs)
           
 void AbstractCXFToolContainer.execute(boolean exitOnFinish)
           
 boolean AbstractCXFToolContainer.hasInfoOption()
           
 File VelocityGenerator.parseOutputName(String packageName, String filename)
           
 File VelocityGenerator.parseOutputName(String packageName, String filename, String ext)
           
 void Processor.process()
           
 

Uses of ToolException in org.apache.cxf.tools.common.model
 

Methods in org.apache.cxf.tools.common.model that throw ToolException
 void JavaInterface.addMethod(JavaMethod method)
           
 

Uses of ToolException in org.apache.cxf.tools.common.toolspec
 

Methods in org.apache.cxf.tools.common.toolspec that throw ToolException
 void Tool.destroy()
           
 void ToolSupport.destroy()
           
 void AbstractToolContainer.execute(boolean exitOnFinish)
           
 void ToolContainer.execute(boolean exitOnFinish)
           
 Tool ToolSpec.getHandler()
           
 Tool ToolSpec.getHandler(ClassLoader loader)
           
 Document ToolContext.getInputDocument()
          Request a document based on the standard input stream.
 Document ToolContext.getInputDocument(String id)
          Request a document based on the input stream.
 InputStream ToolContext.getInputStream()
          Request the standard input stream.
 InputStream ToolContext.getInputStream(String id)
          Request an input stream.
 OutputStream ToolContext.getOutputStream()
           
 OutputStream ToolContext.getOutputStream(String id)
           
 String ToolContext.getParameter(String name)
           
 String[] ToolContext.getParameters(String name)
           
 boolean ToolContext.hasParameter(String name)
           
 void AbstractToolContainer.init()
           
 void Tool.init()
           
 void ToolSupport.init()
           
 void Tool.performFunction()
          A tool has to be prepared to perform it's duty any number of times.
 void ToolSupport.performFunction()
           
 

Constructors in org.apache.cxf.tools.common.toolspec that throw ToolException
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
 boolean FileWriterUtil.isCollision(String packageName, String fileName)
           
 

Constructors in org.apache.cxf.tools.util that throw ToolException
FileWriterUtil(String targetDir)
           
 



Apache CXF