com.ebmwebsourcing.easyviper.core.api.factory
Class AbstractFactoryImpl

java.lang.Object
  extended by com.ebmwebsourcing.easyviper.core.api.factory.AbstractFactoryImpl

public abstract class AbstractFactoryImpl
extends java.lang.Object

Author:
Nicolas Salatge - eBM WebSourcing

Field Summary
static java.lang.String DEFAULT_FACTORY_NAME
           
 
Constructor Summary
AbstractFactoryImpl()
           
 
Method Summary
protected  Core createCore(java.lang.String name, ConfigurationEngine configuration, java.lang.Class<? extends Core> coreClass)
           
static Core getCore()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_FACTORY_NAME

public static final java.lang.String DEFAULT_FACTORY_NAME
See Also:
Constant Field Values
Constructor Detail

AbstractFactoryImpl

public AbstractFactoryImpl()
Method Detail

createCore

protected Core createCore(java.lang.String name,
                          ConfigurationEngine configuration,
                          java.lang.Class<? extends Core> coreClass)
                   throws CoreException
Throws:
CoreException

getCore

public static Core getCore()


Copyright © 2012 Petals Link. All Rights Reserved.