org.eclipse.net4j.util.factory
Interface IFactory

All Known Implementing Classes:
ChallengeNegotiatorFactory, CredentialsProviderFactory, ElementWizardFactory, ExecutorServiceFactory, Factory, FactoryDescriptor, FileUserManagerFactory, NegotiatorFactory, RandomizerFactory, ResponseNegotiatorFactory, TimerLifecycle.DaemonFactory, UserManagerFactory

public interface IFactory

Creates objects from a string description.


Method Summary
 Object create(String description)
           
 String getDescriptionFor(Object product)
           
 IFactoryKey getKey()
           
 

Method Detail

getKey

IFactoryKey getKey()

create

Object create(String description)
              throws ProductCreationException
Throws:
ProductCreationException

getDescriptionFor

String getDescriptionFor(Object product)


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.