Class DummyRepository

    • Constructor Detail

      • DummyRepository

        public DummyRepository()
        Creates a new dummy repository.
    • Method Detail

      • getRoot

        public ContentLocation getRoot()
        Returns the repositories root directory entry.
        Specified by:
        getRoot in interface Repository
        Returns:
        the root directory.
      • getMimeRegistry

        public MimeRegistry getMimeRegistry()
        Returns the repositories MimeRegistry, which is used return basic content-type information about the items stored in this repository.
        Specified by:
        getMimeRegistry in interface Repository
        Returns:
        the mime registry.
        See Also:
        MimeRegistry