Modifier and Type | Method | Description |
---|---|---|
ContentItem |
ContentLocation.createItem(java.lang.String name) |
Creates a new data item in the current location.
|
static ContentItem |
RepositoryUtilities.createItem(Repository repository,
java.lang.String[] name) |
Tries to create a content item with the given path-name in the repository.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
DefaultMimeRegistry.getMimeType(ContentItem item) |
Queries the mime-type for a given content-item.
|
java.lang.String |
MimeRegistry.getMimeType(ContentItem item) |
Queries the mime-type for a given content-item.
|
static int |
RepositoryUtilities.getZipLevel(ContentItem item) |
Computes the declared Zip-Compression level for the given content-item.
|
static int |
RepositoryUtilities.getZipMethod(ContentItem item) |
Computes the declared Zip-Compression mode for the given content-item.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
ContentItem |
DummyContentLocation.createItem(java.lang.String name) |
Creates a new data item in the current location.
|
Modifier and Type | Class | Description |
---|---|---|
class |
FileContentItem |
A content item wrapping a file.
|
Modifier and Type | Method | Description |
---|---|---|
ContentItem |
FileContentLocation.createItem(java.lang.String name) |
Creates a new data item in the current location.
|
Modifier and Type | Class | Description |
---|---|---|
class |
StreamContentItem |
A stream-content item that wraps around the input and output streams given in the repository.
|
Modifier and Type | Method | Description |
---|---|---|
ContentItem |
StreamContentLocation.createItem(java.lang.String name) |
Creates a new data item in the current location.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ZipContentItem |
Todo: Document Me
|
Modifier and Type | Method | Description |
---|---|---|
ContentItem |
ZipContentLocation.createItem(java.lang.String name) |
Modifier and Type | Class | Description |
---|---|---|
class |
ZipReadContentItem |
Creation-Date: 17.12.2007, 12:19:20
|
Modifier and Type | Method | Description |
---|---|---|
ContentItem |
ZipReadContentLocation.createItem(java.lang.String name) |
Modifier and Type | Class | Description |
---|---|---|
class |
ZipContentItem |
Creation-Date: 01.12.2006, 21:23:25
|
Modifier and Type | Method | Description |
---|---|---|
ContentItem |
ZipContentLocation.createItem(java.lang.String name) |
Creates a new data item in the current location.
|