Interface RuntimeRepositoryProviderType

    • Method Detail

      • uri

        java.net.URI uri()
        Returns:
        The URI that uniquely identifies this repository
      • name

        java.lang.String name()
        Returns:
        The name of the repository
      • openRepository

        RuntimeRepositoryType openRepository​(RuntimeRepositoryContextType context)
                                      throws java.io.IOException
        Create a new repository.
        Parameters:
        context - The runtime repository context
        Returns:
        A new repository
        Throws:
        java.io.IOException - On I/O errors