Modifier and Type | Method | Description |
---|---|---|
ContentLocation |
ContentLocation.createLocation(java.lang.String name) |
Creates a new content location in the current location.
|
static ContentLocation |
RepositoryUtilities.createLocation(Repository repository,
java.lang.String[] name) |
Tries to create a content location with the given path-name in the repository.
|
ContentLocation |
ContentEntity.getParent() |
Returns a reference to the parent location.
|
ContentLocation |
Repository.getRoot() |
Returns the repositories root directory entry.
|
Constructor | Description |
---|---|
DefaultNameGenerator(ContentLocation location) |
|
DefaultNameGenerator(ContentLocation location,
java.lang.String defaultNameHint) |
|
DefaultNameGenerator(ContentLocation location,
java.lang.String defaultNameHint,
java.lang.String defaultSuffix) |
Modifier and Type | Class | Description |
---|---|---|
class |
DummyContentLocation |
A dummy content location holds references to all dummy items.
|
Modifier and Type | Method | Description |
---|---|---|
ContentLocation |
DummyContentLocation.createLocation(java.lang.String name) |
Creates a new content location in the current location.
|
ContentLocation |
DummyContentItem.getParent() |
Returns the parent, if there is any.
|
ContentLocation |
DummyContentLocation.getParent() |
Returns the parent, if there is any.
|
ContentLocation |
DummyRepository.getRoot() |
Returns the repositories root directory entry.
|
Constructor | Description |
---|---|
DummyContentItem(ContentLocation parent,
java.lang.String name) |
Creates a new dummy item for the given parent and having the given name.
|
DummyContentLocation(ContentLocation parent,
java.lang.String name) |
Creates a new DummyContentLocation with the given parent and name.
|
Modifier and Type | Class | Description |
---|---|---|
class |
FileContentLocation |
A content-location that uses a directory as backend.
|
Modifier and Type | Method | Description |
---|---|---|
ContentLocation |
FileContentLocation.createLocation(java.lang.String name) |
Creates a new content location in the current location.
|
ContentLocation |
FileContentEntity.getParent() |
Returns a reference to the parent location.
|
ContentLocation |
FileRepository.getRoot() |
Returns the repositories root directory entry.
|
Constructor | Description |
---|---|
FileContentItem(ContentLocation parent,
java.io.File backend) |
Creates a new file based content item for the given file and parent location.
|
FileContentLocation(ContentLocation parent,
java.io.File backend) |
Creates a new location for the given parent and directory.
|
Modifier and Type | Class | Description |
---|---|---|
class |
StreamContentLocation |
A content location that wraps around a single stream.
|
Modifier and Type | Method | Description |
---|---|---|
ContentLocation |
StreamContentLocation.createLocation(java.lang.String name) |
This method always throws an exception, as stream-repositories cannot create sub-locations.
|
ContentLocation |
StreamContentItem.getParent() |
Returns a reference to the parent location.
|
ContentLocation |
StreamContentLocation.getParent() |
Returns a reference to the parent location.
|
ContentLocation |
StreamRepository.getRoot() |
Returns the content root of this repository.
|
Constructor | Description |
---|---|
StreamContentItem(java.lang.String name,
ContentLocation parent,
WrappedInputStream inputStream,
WrappedOutputStream outputStream) |
Creates a new stream-content item.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ZipContentLocation |
Modifier and Type | Method | Description |
---|---|---|
ContentLocation |
ZipContentLocation.createLocation(java.lang.String name) |
|
ContentLocation |
ZipContentItem.getParent() |
|
ContentLocation |
ZipContentLocation.getParent() |
|
ContentLocation |
ZipRepository.getRoot() |
Modifier and Type | Class | Description |
---|---|---|
class |
ZipReadContentLocation |
Modifier and Type | Method | Description |
---|---|---|
ContentLocation |
ZipReadContentLocation.createLocation(java.lang.String name) |
|
ContentLocation |
ZipReadContentItem.getParent() |
|
ContentLocation |
ZipReadContentLocation.getParent() |
|
ContentLocation |
ZipReadRepository.getRoot() |
Modifier and Type | Class | Description |
---|---|---|
class |
ZipContentLocation |
Creation-Date: 01.12.2006, 21:13:24
|
Modifier and Type | Method | Description |
---|---|---|
ContentLocation |
ZipContentLocation.createLocation(java.lang.String name) |
|
ContentLocation |
ZipContentItem.getParent() |
|
ContentLocation |
ZipContentLocation.getParent() |
|
ContentLocation |
ZipRepository.getRoot() |
Constructor | Description |
---|---|
ZipContentLocation(ZipRepository repository,
ContentLocation parent,
java.lang.String name) |