Uses of Class
org.ow2.jonas.generators.genbase.generator.Config

Packages that use Config
org.ow2.jonas.generators.genbase.generator   
org.ow2.jonas.generators.genbase.modifier   
 

Uses of Config in org.ow2.jonas.generators.genbase.generator
 

Methods in org.ow2.jonas.generators.genbase.generator that return Config
 Config AbsGenerator.getConfig()
           
 Config GeneratorFactory.getConfiguration()
          Get the Configuration to use with newly created Generator.
 

Methods in org.ow2.jonas.generators.genbase.generator with parameters of type Config
 void GeneratorFactory.setConfiguration(Config config)
          Set the Configuration to use with newly created Generator.
 

Constructors in org.ow2.jonas.generators.genbase.generator with parameters of type Config
AbsGenerator(Config config)
          Creates a new Generator with the given Config.
 

Uses of Config in org.ow2.jonas.generators.genbase.modifier
 

Methods in org.ow2.jonas.generators.genbase.modifier with parameters of type Config
protected  Archive ArchiveModifier.save(Config config, String outname)
          Save the current archive using given configuration and given out filename.
protected static Archive ArchiveModifier.save(Config config, String outname, J2EEArchive archive)
          Save the curernt archive usin given configuration and given out filename.
 

Constructors in org.ow2.jonas.generators.genbase.modifier with parameters of type Config
AbsApplicationModifier(Application archive, Config config)
          Creates a new ApplicationModifier.
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.