Modifier and Type | Interface | Description |
---|---|---|
interface |
ContentItem |
A content item holds the actual content.
|
interface |
ContentLocation |
This represents a container in the repository.
|
Modifier and Type | Method | Description |
---|---|---|
static ContentEntity |
RepositoryUtilities.getEntity(Repository repository,
java.lang.String[] name) |
Returns the content entity for the given path name.
|
ContentEntity |
ContentLocation.getEntry(java.lang.String name) |
Returns the content entity with the given name.
|
ContentEntity[] |
ContentLocation.listContents() |
Returns all content entities stored in this content-location.
|
Modifier and Type | Method | Description |
---|---|---|
static java.lang.String |
RepositoryUtilities.buildName(ContentEntity entity,
java.lang.String separator) |
Builds a string of an absolute pathname for the given entity and using the given separator to separate filename
segments..
|
static java.lang.String[] |
RepositoryUtilities.buildNameArray(ContentEntity entity) |
Builds a absolute pathname for the given entity.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DummyContentItem |
A dummy content item, that does not provide any input and that does swallow all content fed into it.
|
class |
DummyContentLocation |
A dummy content location holds references to all dummy items.
|
Modifier and Type | Method | Description |
---|---|---|
ContentEntity |
DummyContentLocation.getEntry(java.lang.String name) |
Returns the content entity with the given name.
|
ContentEntity[] |
DummyContentLocation.listContents() |
Returns all content entities stored in this content-location.
|
Modifier and Type | Class | Description |
---|---|---|
class |
FileContentEntity |
A content-entity that uses a java.io.File as backend.
|
class |
FileContentItem |
A content item wrapping a file.
|
class |
FileContentLocation |
A content-location that uses a directory as backend.
|
Modifier and Type | Method | Description |
---|---|---|
ContentEntity |
FileContentLocation.getEntry(java.lang.String name) |
Returns the content entity with the given name.
|
ContentEntity[] |
FileContentLocation.listContents() |
Lists all content entities stored in this content-location.
|
Modifier and Type | Class | Description |
---|---|---|
class |
StreamContentItem |
A stream-content item that wraps around the input and output streams given in the repository.
|
class |
StreamContentLocation |
A content location that wraps around a single stream.
|
Modifier and Type | Method | Description |
---|---|---|
ContentEntity |
StreamContentLocation.getEntry(java.lang.String name) |
Returns the content entity with the given name.
|
ContentEntity[] |
StreamContentLocation.listContents() |
Returns all content entities stored in this content-location.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ZipContentItem |
Todo: Document Me
|
class |
ZipContentLocation |
Modifier and Type | Method | Description |
---|---|---|
ContentEntity |
ZipContentLocation.getEntry(java.lang.String name) |
|
ContentEntity[] |
ZipContentLocation.listContents() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
ZipContentLocation.removeEntity(ContentEntity entity) |
Modifier and Type | Class | Description |
---|---|---|
class |
ZipReadContentItem |
Creation-Date: 17.12.2007, 12:19:20
|
class |
ZipReadContentLocation |
Modifier and Type | Method | Description |
---|---|---|
ContentEntity |
ZipReadContentLocation.getEntry(java.lang.String name) |
|
ContentEntity[] |
ZipReadContentLocation.listContents() |
Modifier and Type | Class | Description |
---|---|---|
class |
ZipContentItem |
Creation-Date: 01.12.2006, 21:23:25
|
class |
ZipContentLocation |
Creation-Date: 01.12.2006, 21:13:24
|
Modifier and Type | Method | Description |
---|---|---|
ContentEntity |
ZipContentLocation.getEntry(java.lang.String name) |
|
ContentEntity[] |
ZipContentLocation.listContents() |