org.ow2.jonas.generators.genbase.generator
Class GeneratorFactories

java.lang.Object
  extended by org.ow2.jonas.generators.genbase.generator.GeneratorFactories

public class GeneratorFactories
extends Object

Allow to get/set current factory

Author:
Florent Benoit

Method Summary
static GeneratorFactory getCurrentFactory()
           
static void setCurrentFactory(GeneratorFactory currentFactory)
          Set the current factory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCurrentFactory

public static GeneratorFactory getCurrentFactory()
Returns:
the currentFactory.

setCurrentFactory

public static void setCurrentFactory(GeneratorFactory currentFactory)
Set the current factory

Parameters:
currentFactory - The factory to set.


Copyright © 2010 OW2 Consortium. All Rights Reserved.