Class AbstractRepositoryFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Repository getInstance​(org.w3c.dom.Element filter, java.util.Properties properties, org.w3c.dom.Element configuration)
      Create a resolver instance configured with given set of properties and repository-specific XML configuration.
      • Methods inherited from class java.lang.Object

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

      • AbstractRepositoryFactory

        AbstractRepositoryFactory()
    • Method Detail

      • getInstance

        public Repository getInstance​(org.w3c.dom.Element filter,
                                      java.util.Properties properties,
                                      org.w3c.dom.Element configuration)
        Description copied from interface: RepositoryFactory
        Create a resolver instance configured with given set of properties and repository-specific XML configuration.

        The meaning of properties and XML configuration is dependent on particular repository implementation.

        Specified by:
        getInstance in interface RepositoryFactory