com.ebmwebsourcing.easyviper.core.api.factory
Class AbstractFactoryImpl<C extends ConfigurationEngine>

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

public abstract class AbstractFactoryImpl<C extends ConfigurationEngine>
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, C configuration, java.lang.Class<? extends Core> coreClass)
           
 
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,
                          C configuration,
                          java.lang.Class<? extends Core> coreClass)
                   throws CoreException
Throws:
CoreException


Copyright © 2009 eBM WebSourcing. All Rights Reserved.