Class RepositoryActivityLog.Factory

  • All Implemented Interfaces:
    org.eclipse.net4j.util.factory.IFactory
    Direct Known Subclasses:
    RepositoryActivityLog.Rolling.Factory
    Enclosing class:
    RepositoryActivityLog

    public abstract static class RepositoryActivityLog.Factory
    extends org.eclipse.net4j.util.factory.PropertiesFactory
    Since:
    4.7
    Author:
    Eike Stepper
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PRODUCT_GROUP  
      • Fields inherited from class org.eclipse.net4j.util.factory.PropertiesFactory

        DEFAULT_KEY, PROPERTY_SEPARATOR
    • Constructor Summary

      Constructors 
      Constructor Description
      Factory​(java.lang.String type)  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      protected abstract RepositoryActivityLog create​(java.util.Map<java.lang.String,​java.lang.String> properties)  
      • Methods inherited from class org.eclipse.net4j.util.factory.PropertiesFactory

        create, createDescription
      • 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

      • Factory

        public Factory​(java.lang.String type)
    • Method Detail

      • create

        protected abstract RepositoryActivityLog create​(java.util.Map<java.lang.String,​java.lang.String> properties)
                                                 throws org.eclipse.net4j.util.factory.ProductCreationException
        Specified by:
        create in class org.eclipse.net4j.util.factory.PropertiesFactory
        Throws:
        org.eclipse.net4j.util.factory.ProductCreationException