| Package | Description |
|---|---|
| org.apache.cxf.tools.common | |
| org.apache.cxf.tools.common.toolspec |
| Modifier and Type | Method and Description |
|---|---|
ToolContext |
ToolContext.makeCopy()
This method attempts to do a deep copy of items which may change in this ToolContext.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassUtils.compile(ToolContext context) |
void |
FrontEndGenerator.generate(ToolContext penv) |
void |
Processor.setEnvironment(ToolContext env) |
| Modifier and Type | Field and Description |
|---|---|
protected ToolContext |
AbstractToolContainer.context |
| Modifier and Type | Method and Description |
|---|---|
ToolContext |
AbstractToolContainer.getContext() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ToolRunner.runTool(Class<? extends ToolContainer> clz,
InputStream toolspecStream,
boolean validate,
String[] args,
boolean exitOnFinish,
ToolContext context) |
static void |
ToolRunner.runTool(Class<? extends ToolContainer> clz,
InputStream toolspecStream,
boolean validate,
String[] args,
boolean exitOnFinish,
ToolContext context,
OutputStream os) |
static void |
ToolRunner.runTool(Class<? extends ToolContainer> clz,
InputStream toolspecStream,
boolean validate,
String[] args,
ToolContext context) |
void |
ToolContainer.setContext(ToolContext context) |
void |
AbstractToolContainer.setContext(ToolContext c) |
Apache CXF