public abstract class AbstractGenerator<T> extends Object
| Constructor and Description |
|---|
AbstractGenerator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowImports() |
protected File |
createOutputDir(File file) |
abstract T |
generate(File file) |
org.apache.cxf.Bus |
getBus() |
File |
getOutputBase() |
protected org.apache.cxf.tools.util.OutputStreamCreator |
getOutputStreamCreator() |
org.apache.cxf.service.model.ServiceInfo |
getServiceModel() |
org.apache.cxf.tools.common.ToolContext |
getToolContext() |
void |
setAllowImports(boolean b) |
void |
setBus(org.apache.cxf.Bus b) |
void |
setOutputBase(File out) |
void |
setServiceModel(org.apache.cxf.service.model.ServiceInfo s) |
void |
setToolContext(org.apache.cxf.tools.common.ToolContext arg) |
public void setToolContext(org.apache.cxf.tools.common.ToolContext arg)
public org.apache.cxf.tools.common.ToolContext getToolContext()
public void setOutputBase(File out)
public File getOutputBase()
public void setServiceModel(org.apache.cxf.service.model.ServiceInfo s)
public org.apache.cxf.service.model.ServiceInfo getServiceModel()
public org.apache.cxf.Bus getBus()
public void setBus(org.apache.cxf.Bus b)
public void setAllowImports(boolean b)
public boolean allowImports()
protected org.apache.cxf.tools.util.OutputStreamCreator getOutputStreamCreator()
Apache CXF