Package org.eclipse.net4j.util.factory
Klasse Factory
java.lang.Object
org.eclipse.net4j.util.factory.Factory
- Alle implementierten Schnittstellen:
IFactory
,IFactoryKeyAware
- Bekannte direkte Unterklassen:
AuthenticatorFactory
,AuthorizableOperationFactory
,ChatRenderer.AvatarGenerator.Default.Factory
,ChatRenderer.Factory
,CredentialsProviderFactory
,DelegableReentrantLock.DelegateDetector.Factory
,ElementWizardFactory
,EntryControlAdvisor.Factory
,ExceptionHandler.Factory
,ExecutorServiceFactory
,IConfirmationProvider.Factory
,IntrospectionProvider.Factory
,IStreamWrapper.Factory
,MenuFiller.Factory
,MetaFactory
,NegotiatorFactory
,OpenHandler.Factory
,OperationAuthorizerFactory
,PropertiesFactory
,PropertyExtender.Factory
,RandomizerFactory
,SingletonFactory
,TimerLifecycle.DaemonFactory
,TreeFactory
,UserManagerFactory
,ValueFormatter.Factory
A default implementation of a
factory
.- Autor:
- Eike Stepper
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetDescriptionFor
(Object product) getKey()
getType()
protected final ProductCreationException
productCreationException
(String description) protected final ProductCreationException
productCreationException
(String description, Throwable cause) void
setFactoryKey
(IFactoryKey factoryKey) toString()
-
Felddetails
-
NO_DESCRIPTION
- Seit:
- 3.23
-
-
Konstruktordetails
-
Factory
public Factory()- Seit:
- 3.23
-
Factory
-
Factory
- Seit:
- 3.23
-
Factory
-
Factory
- Seit:
- 3.16
-
-
Methodendetails
-
getFactoryKey
- Seit:
- 3.23
-
setFactoryKey
- Angegeben von:
setFactoryKey
in SchnittstelleIFactoryKeyAware
-
getKey
-
getProductGroup
-
getType
-
getDescriptionFor
- Angegeben von:
getDescriptionFor
in SchnittstelleIFactory
-
productCreationException
protected final ProductCreationException productCreationException(String description, Throwable cause) - Seit:
- 3.23
-
productCreationException
- Seit:
- 3.23
-
toString
-