public class GeneratorConfiguration extends Object
| Constructor and Description |
|---|
GeneratorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Properties |
getConfiguration()
Get the configuration.
|
String |
getGenerator() |
List |
getIncludes()
Get the includes.
|
void |
setConfiguration(Properties configuration)
Set the configuration.
|
void |
setGenerator(String generator)
Set the generator.
|
void |
setIncludes(List includes)
Define the includes.
|
String |
toString() |
public String getGenerator()
public void setGenerator(String generator)
generator - public Properties getConfiguration()
public void setConfiguration(Properties configuration)
configuration - Set the given configuration.public List getIncludes()
public void setIncludes(List includes)
includes - set to the given includes.Copyright © 2006-2013 Codehaus. All Rights Reserved.