|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.appassembler.GeneratorConfiguration
public class GeneratorConfiguration
This class contains the generator configuration.
| Constructor Summary | |
|---|---|
GeneratorConfiguration()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GeneratorConfiguration()
| Method Detail |
|---|
public String getGenerator()
public void setGenerator(String generator)
generator - public Properties getConfiguration()
public void setConfiguration(Properties configuration)
configuration - Set the given configuration.public String toString()
toString in class Objectpublic List getIncludes()
public void setIncludes(List includes)
includes - set to the given includes.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||