Package org.eclipse.net4j.util.factory
Schnittstelle IFactory
- Alle bekannten Unterschnittstellen:
IManagedContainerFactory
,IPropertiesFactory
,ITreeFactory
- Alle bekannten Implementierungsklassen:
AnnotationFactory
,AuthenticatorFactory
,AuthorizableOperationFactory
,ChallengeNegotiatorFactory
,ChatRenderer.AvatarGenerator.Default.Factory
,ChatRenderer.Factory
,CredentialsProviderFactory
,Crypter.MetaFactory
,DelegableReentrantLock.DelegateDetector.Factory
,ElementWizardFactory
,EntryControlAdvisor.Factory
,ExceptionHandler.Factory
,ExecutorServiceFactory
,Factory
,FactoryDescriptor
,FileAuthenticatorFactory
,FileUserManagerFactory
,GZIPStreamWrapper.Factory
,IConfirmationProvider.Factory
,IConfirmationProvider.Factory.Default
,InteractiveConfirmationProvider.Factory
,IntrospectionProvider.Factory
,IStreamWrapper.Factory
,MenuFiller.Factory
,MetaFactory
,NegotiatorFactory
,OpenHandler.Factory
,OperationAuthorizerFactory
,PropertiesFactory
,PropertyExtender.Factory
,RandomizerFactory
,ResponseNegotiatorFactory
,SingletonFactory
,StringConverter.MetaFactory
,StringParser.MetaFactory
,StringTester.MetaFactory
,TimerLifecycle.DaemonFactory
,TreeFactory
,TreeFactory.ContainerAware
,UserManagerFactory
,ValueFormatter.Factory
public interface IFactory
Creates
objects from a string description
.
If a factory is registered in an IManagedContainer
, the IManagedContainerFactory
extension interface
injects that container into the factory for it to reach back into to obtain dependencies.
- Autor:
- Eike Stepper
- Siehe auch:
-
Methodenübersicht
-
Methodendetails
-
getKey
IFactoryKey getKey() -
create
- Löst aus:
ProductCreationException
-
getDescriptionFor
-