org.eclipse.net4j.util.factory
Class Factory
java.lang.Object
org.eclipse.net4j.util.factory.Factory
- All Implemented Interfaces:
- IFactory
- Direct Known Subclasses:
- AcceptorFactory, ClientFacilityFactory, ClientProtocolFactory, ConnectorFactory, FactoryDescriptor, NegotiatorFactory, RandomizerFactory, ServerFacilityFactory, ServerProtocolFactory, UserManagerFactory
public abstract class Factory
- extends java.lang.Object
- implements IFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.net4j.util.factory.IFactory |
create |
Factory
public Factory(FactoryKey key)
Factory
public Factory(java.lang.String productGroup,
java.lang.String type)
getKey
public FactoryKey getKey()
- Specified by:
getKey
in interface IFactory
getProductGroup
public java.lang.String getProductGroup()
getType
public java.lang.String getType()
getDescriptionFor
public java.lang.String getDescriptionFor(java.lang.Object product)
- Specified by:
getDescriptionFor
in interface IFactory
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object