Klasse URIHandlerFactory

java.lang.Object
org.eclipse.net4j.util.factory.Factory
org.eclipse.emf.cdo.spi.common.util.URIHandlerFactory
Alle implementierten Schnittstellen:
org.eclipse.net4j.util.factory.IFactory, org.eclipse.net4j.util.factory.IFactoryKeyAware

public abstract class URIHandlerFactory extends org.eclipse.net4j.util.factory.Factory
Creates URI handler instances.
Seit:
4.13
Autor:
Eike Stepper
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final String
     

    Von Klasse geerbte Felder org.eclipse.net4j.util.factory.Factory

    NO_DESCRIPTION
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    abstract URIHandler
    create(String description)
     

    Von Klasse geerbte Methoden org.eclipse.net4j.util.factory.Factory

    getDescriptionFor, getFactoryKey, getKey, getProductGroup, getType, productCreationException, productCreationException, setFactoryKey, toString

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Felddetails

  • Konstruktordetails

    • URIHandlerFactory

      public URIHandlerFactory(String type)
  • Methodendetails

    • create

      public abstract URIHandler create(String description) throws org.eclipse.net4j.util.factory.ProductCreationException
      Löst aus:
      org.eclipse.net4j.util.factory.ProductCreationException