org.codehaus.mojo.appassembler
Class GeneratorConfiguration

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

public class GeneratorConfiguration
extends Object


Constructor Summary
GeneratorConfiguration()
           
 
Method Summary
 Properties getConfiguration()
           
 String getGenerator()
           
 void setConfiguration(Properties configuration)
           
 void setGenerator(String generator)
           
 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()

setGenerator

public void setGenerator(String generator)

getConfiguration

public Properties getConfiguration()

setConfiguration

public void setConfiguration(Properties configuration)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2011 Codehaus. All Rights Reserved.