Class FactoryDescriptor

  • All Implemented Interfaces:
    IFactory

    public class FactoryDescriptor
    extends Factory
    A factory that delegates to an extension registry contribution.

    Example contribution:

        <extension
              point="org.eclipse.net4j.util.factories">
           <factory
                 class="org.eclipse.net4j.util.concurrent.TimerLifecycle$DaemonFactory"
                 productGroup="org.eclipse.net4j.util.timers"
                 type="daemon"/>
        </extension>
     
    Author:
    Eike Stepper
    No Extend
    This class is not intended to be subclassed by clients.