org.grinvin.factories

Class FactoryManager


public final class FactoryManager
extends java.lang.Object

Helper class to handle configuration of Factory objects.

Method Summary

static boolean
configureFactory(Factory factory)
static SingletonBroker
getGeneratorBroker()
Return the shared generator broker.
static SingletonBroker
getGraphFactoryBroker()
Return the shared graph factory broker.

Method Details

configureFactory

public static boolean configureFactory(Factory factory)
            throws FactoryParameterException

getGeneratorBroker

public static SingletonBroker getGeneratorBroker()
Return the shared generator broker.

getGraphFactoryBroker

public static SingletonBroker getGraphFactoryBroker()
Return the shared graph factory broker.