java.io.Serializable
, Repository
public class DummyRepository extends java.lang.Object implements Repository, java.io.Serializable
Constructor | Description |
---|---|
DummyRepository() |
Creates a new dummy repository.
|
Modifier and Type | Method | Description |
---|---|---|
MimeRegistry |
getMimeRegistry() |
Returns the repositories MimeRegistry, which is used return basic content-type information about the items stored
in this repository.
|
ContentLocation |
getRoot() |
Returns the repositories root directory entry.
|
public ContentLocation getRoot()
getRoot
in interface Repository
public MimeRegistry getMimeRegistry()
getMimeRegistry
in interface Repository
MimeRegistry