Class QueryHandlerFactory

  • All Implemented Interfaces:
    org.eclipse.net4j.util.factory.IFactory
    Direct Known Subclasses:
    OCLQueryHandler.Factory

    public abstract class QueryHandlerFactory
    extends org.eclipse.net4j.util.factory.Factory
    If the meaning of this type isn't clear, there really should be more of a description here...
    Since:
    2.0
    Author:
    Eike Stepper
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PRODUCT_GROUP  
    • Constructor Summary

      Constructors 
      Constructor Description
      QueryHandlerFactory​(java.lang.String language)  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract IQueryHandler create​(java.lang.String description)  
      • Methods inherited from class org.eclipse.net4j.util.factory.Factory

        getDescriptionFor, getKey, getProductGroup, getType, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • QueryHandlerFactory

        public QueryHandlerFactory​(java.lang.String language)
    • Method Detail

      • create

        public abstract IQueryHandler create​(java.lang.String description)
                                      throws org.eclipse.net4j.util.factory.ProductCreationException
        Throws:
        org.eclipse.net4j.util.factory.ProductCreationException
        Since:
        3.0