org.codehaus.mojo.appassembler
Class GeneratorConfiguration

java.lang.Object
  extended by org.codehaus.mojo.appassembler.GeneratorConfiguration

public class GeneratorConfiguration
extends Object

This class contains the generator configuration.

Author:
Trygve Laugstøl

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

GeneratorConfiguration

public GeneratorConfiguration()
Method Detail

getGenerator

public String getGenerator()
Returns:
Current generator.

setGenerator

public void setGenerator(String generator)
Set the generator.

Parameters:
generator -

getConfiguration

public Properties getConfiguration()
Get the configuration.

Returns:
The configuration.

setConfiguration

public void setConfiguration(Properties configuration)
Set the configuration.

Parameters:
configuration - Set the given configuration.

toString

public String toString()
Overrides:
toString in class Object

getIncludes

public List getIncludes()
Get the includes.

Returns:
The includes.

setIncludes

public void setIncludes(List includes)
Define the includes.

Parameters:
includes - set to the given includes.


Copyright © 2006-2013 Codehaus. All Rights Reserved.