| Package | Description |
|---|---|
| org.apache.cxf.tools.common | |
| org.apache.cxf.tools.common.model | |
| org.apache.cxf.tools.common.toolspec | |
| org.apache.cxf.tools.util |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaInterface.addMethod(JavaMethod method) |
| Modifier and Type | Method and Description |
|---|---|
void |
Tool.destroy() |
void |
ToolSupport.destroy() |
void |
ToolContainer.execute(boolean exitOnFinish) |
void |
AbstractToolContainer.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() |
| Constructor and Description |
|---|
ToolSpec(InputStream in) |
ToolSpec(InputStream in,
boolean validate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FileWriterUtil.isCollision(String packageName,
String fileName) |
| Constructor and Description |
|---|
FileWriterUtil() |
FileWriterUtil(String targetDir,
OutputStreamCreator osc) |
Apache CXF