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) |
Bus |
getBus() |
File |
getOutputBase() |
protected OutputStreamCreator |
getOutputStreamCreator() |
ServiceInfo |
getServiceModel() |
ToolContext |
getToolContext() |
void |
setAllowImports(boolean b) |
void |
setBus(Bus b) |
void |
setOutputBase(File out) |
void |
setServiceModel(ServiceInfo s) |
void |
setToolContext(ToolContext arg) |
public void setToolContext(ToolContext arg)
public ToolContext getToolContext()
public void setOutputBase(File out)
public File getOutputBase()
public void setServiceModel(ServiceInfo s)
public ServiceInfo getServiceModel()
public Bus getBus()
public void setBus(Bus b)
public void setAllowImports(boolean b)
public boolean allowImports()
protected OutputStreamCreator getOutputStreamCreator()
Apache CXF