Modifier and Type | Interface | Description |
---|---|---|
interface |
UrlRepository |
A repository that can be globally identified by an URL.
|
Modifier and Type | Method | Description |
---|---|---|
Repository |
ContentEntity.getRepository() |
Returns the current repository, to which tis entity belongs.
|
Modifier and Type | Method | Description |
---|---|---|
static ContentItem |
RepositoryUtilities.createItem(Repository repository,
java.lang.String[] name) |
Tries to create a content item with the given path-name in the repository.
|
static ContentLocation |
RepositoryUtilities.createLocation(Repository repository,
java.lang.String[] name) |
Tries to create a content location with the given path-name in the repository.
|
static ContentEntity |
RepositoryUtilities.getEntity(Repository repository,
java.lang.String[] name) |
Returns the content entity for the given path name.
|
static boolean |
RepositoryUtilities.isExistsEntity(Repository repository,
java.lang.String[] name) |
Checks whether a given pathname points to a valid content entity.
|
static void |
RepositoryUtilities.writeAsZip(java.io.OutputStream outputStream,
Repository repository) |
Writes the given repository as ZIP-File into the given output stream.
|
static void |
RepositoryUtilities.writeToZipStream(java.util.zip.ZipOutputStream zipOutputStream,
Repository repository) |
Writes the given repository to the given ZIP-output stream.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DummyRepository |
A dummy repositor is a empty repository that swallows all content fed into it.
|
Modifier and Type | Method | Description |
---|---|---|
Repository |
DummyContentItem.getRepository() |
Returns the parent repository for this location.
|
Repository |
DummyContentLocation.getRepository() |
Returns the parent repository for this location.
|
Constructor | Description |
---|---|
DummyContentLocation(Repository repository,
java.lang.String name) |
Creates a new root DummyContentLocation with the given repository and name.
|
Modifier and Type | Class | Description |
---|---|---|
class |
FileRepository |
A file-repository uses a subset of the local filesystem to provide a repository view on top of it.
|
Modifier and Type | Method | Description |
---|---|---|
Repository |
FileContentEntity.getRepository() |
Returns the current repository, to which tis entity belongs.
|
Constructor | Description |
---|---|
FileContentLocation(Repository repository,
java.io.File backend) |
Creates a new root-location for the given repository and directory.
|
Modifier and Type | Class | Description |
---|---|---|
class |
StreamRepository |
A repository that feeds a single source.
|
Modifier and Type | Method | Description |
---|---|---|
Repository |
StreamContentItem.getRepository() |
Returns the current repository, to which tis entity belongs.
|
Repository |
StreamContentLocation.getRepository() |
Returns the current repository, to which tis entity belongs.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ZipRepository |
A read-write repository based on ZIP streams.
|
Modifier and Type | Method | Description |
---|---|---|
Repository |
ZipContentItem.getRepository() |
|
Repository |
ZipContentLocation.getRepository() |
Modifier and Type | Method | Description |
---|---|---|
void |
ZipRepository.writeToZipStream(java.util.zip.ZipOutputStream zipOutputStream,
Repository repository) |
Modifier and Type | Class | Description |
---|---|---|
class |
ZipReadRepository |
Provides read-only access to ZIP files.
|
Modifier and Type | Method | Description |
---|---|---|
Repository |
ZipReadContentItem.getRepository() |
|
Repository |
ZipReadContentLocation.getRepository() |
Modifier and Type | Class | Description |
---|---|---|
class |
ZipRepository |
Creation-Date: 01.12.2006, 21:12:39
|
Modifier and Type | Method | Description |
---|---|---|
Repository |
ZipContentItem.getRepository() |
|
Repository |
ZipContentLocation.getRepository() |