Interface Repository.Factory

  • Enclosing interface:
    Repository

    public static interface Repository.Factory
    An factory interface for constructing repositories. See RepositoryPlugin.
    • Method Detail

      • create

        Repository create​(RepositoryMetaData metadata)
                   throws java.lang.Exception
        Constructs a repository.
        Parameters:
        metadata - metadata for the repository including name and settings
        Throws:
        java.lang.Exception