Package org.eclipse.emf.cdo.spi.server
Class RepositoryConfigurator.Factory
java.lang.Object
org.eclipse.net4j.util.factory.Factory
org.eclipse.emf.cdo.spi.server.RepositoryConfigurator.Factory
- All Implemented Interfaces:
org.eclipse.net4j.util.container.IManagedContainer.ContainerAware
,org.eclipse.net4j.util.factory.IFactory
,org.eclipse.net4j.util.factory.IFactoryKeyAware
- Direct Known Subclasses:
RepositoryConfigurator.Factory.Default
- Enclosing class:
- RepositoryConfigurator
public abstract static class RepositoryConfigurator.Factory
extends org.eclipse.net4j.util.factory.Factory
implements org.eclipse.net4j.util.container.IManagedContainer.ContainerAware
- Since:
- 4.7
- Author:
- Eike Stepper
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.eclipse.net4j.util.factory.Factory
NO_DESCRIPTION
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal RepositoryConfigurator
abstract RepositoryConfigurator
void
setManagedContainer
(org.eclipse.net4j.util.container.IManagedContainer container) Methods inherited from class org.eclipse.net4j.util.factory.Factory
getDescriptionFor, getFactoryKey, getKey, getProductGroup, getType, productCreationException, productCreationException, setFactoryKey, toString
-
Field Details
-
PRODUCT_GROUP
- See Also:
-
-
Constructor Details
-
Factory
-
-
Method Details
-
setManagedContainer
public void setManagedContainer(org.eclipse.net4j.util.container.IManagedContainer container) - Specified by:
setManagedContainer
in interfaceorg.eclipse.net4j.util.container.IManagedContainer.ContainerAware
-
create
public final RepositoryConfigurator create(String description) throws org.eclipse.net4j.util.factory.ProductCreationException - Specified by:
create
in interfaceorg.eclipse.net4j.util.factory.IFactory
- Throws:
org.eclipse.net4j.util.factory.ProductCreationException
-
create
public abstract RepositoryConfigurator create(org.eclipse.net4j.util.container.IManagedContainer container, String description) throws org.eclipse.net4j.util.factory.ProductCreationException - Throws:
org.eclipse.net4j.util.factory.ProductCreationException
-