Class ResourceSetConfigurer.Factory
- java.lang.Object
- 
- org.eclipse.net4j.util.factory.Factory
- 
- org.eclipse.emf.cdo.explorer.checkouts.ResourceSetConfigurer.Factory
 
 
- 
- All Implemented Interfaces:
- org.eclipse.net4j.util.factory.IFactory
 - Enclosing interface:
- ResourceSetConfigurer
 
 @Deprecated public abstract static class ResourceSetConfigurer.Factory extends org.eclipse.net4j.util.factory.FactoryDeprecated.As of 4.7.1 use org.eclipse.emf.cdo.common.util.ResourceSetConfigurer.Factory- Author:
- Eike Stepper
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringPRODUCT_GROUPDeprecated.
 - 
Constructor SummaryConstructors Constructor Description Factory(java.lang.String type)Deprecated.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description abstract ResourceSetConfigurercreate(java.lang.String description)Deprecated.
 
- 
- 
- 
Field Detail- 
PRODUCT_GROUPpublic static final java.lang.String PRODUCT_GROUP Deprecated.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
createpublic abstract ResourceSetConfigurer create(java.lang.String description) throws org.eclipse.net4j.util.factory.ProductCreationException Deprecated.- Throws:
- org.eclipse.net4j.util.factory.ProductCreationException
 
 
- 
 
-