Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
L
M
N
O
P
R
S
U
V
W
Z
A
available()
- Method in class org.pentaho.reporting.libraries.repository.stream.
WrappedInputStream
B
buildName(ContentEntity, String)
- Static method in class org.pentaho.reporting.libraries.repository.
RepositoryUtilities
Builds a string of an absolute pathname for the given entity and using the given separator to separate filename segments..
buildNameArray(ContentEntity)
- Static method in class org.pentaho.reporting.libraries.repository.
RepositoryUtilities
Builds a absolute pathname for the given entity.
C
close()
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailEntryOutputStream
close()
- Method in class org.pentaho.reporting.libraries.repository.stream.
WrappedInputStream
close()
- Method in class org.pentaho.reporting.libraries.repository.stream.
WrappedOutputStream
close()
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipEntryOutputStream
close()
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipEntryOutputStream
close()
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipRepository
CONTENT_TYPE
- Static variable in class org.pentaho.reporting.libraries.repository.
LibRepositoryBoot
A attribute name representing the content-entities mime-type information (if stored in the repository).
ContentCreationException
- Exception in
org.pentaho.reporting.libraries.repository
A exception that indicates that a new ContentEntry could not be created in the repository.
ContentCreationException()
- Constructor for exception org.pentaho.reporting.libraries.repository.
ContentCreationException
Creates a ContentCreationException with no message and no parent.
ContentCreationException(String, Exception)
- Constructor for exception org.pentaho.reporting.libraries.repository.
ContentCreationException
Creates an ContentCreationException.
ContentCreationException(String)
- Constructor for exception org.pentaho.reporting.libraries.repository.
ContentCreationException
Creates an ContentCreationException.
ContentEntity
- Interface in
org.pentaho.reporting.libraries.repository
A content entity is the base interface for both data items and directory items.
ContentIOException
- Exception in
org.pentaho.reporting.libraries.repository
A Exception that indicates repository related errors.
ContentIOException()
- Constructor for exception org.pentaho.reporting.libraries.repository.
ContentIOException
Creates a ContentIOException with no message and no parent.
ContentIOException(String, Exception)
- Constructor for exception org.pentaho.reporting.libraries.repository.
ContentIOException
Creates an ContentIOException.
ContentIOException(String)
- Constructor for exception org.pentaho.reporting.libraries.repository.
ContentIOException
Creates an ContentIOException.
ContentItem
- Interface in
org.pentaho.reporting.libraries.repository
A content item holds the actual content.
ContentLocation
- Interface in
org.pentaho.reporting.libraries.repository
This represents a container in the repository.
createItem(String)
- Method in interface org.pentaho.reporting.libraries.repository.
ContentLocation
Creates a new data item in the current location.
createItem(String)
- Method in class org.pentaho.reporting.libraries.repository.dummy.
DummyContentLocation
Creates a new data item in the current location.
createItem(String)
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailContentLocation
Creates a new data item in the current location.
createItem(String)
- Method in class org.pentaho.reporting.libraries.repository.file.
FileContentLocation
Creates a new data item in the current location.
createItem(Repository, String[])
- Static method in class org.pentaho.reporting.libraries.repository.
RepositoryUtilities
Tries to create a content item with the given path-name in the repository.
createItem(String)
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamContentLocation
Creates a new data item in the current location.
createItem(String)
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentLocation
createItem(String)
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentLocation
createItem(String)
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipContentLocation
Creates a new data item in the current location.
createLocation(String)
- Method in interface org.pentaho.reporting.libraries.repository.
ContentLocation
Creates a new content location in the current location.
createLocation(String)
- Method in class org.pentaho.reporting.libraries.repository.dummy.
DummyContentLocation
Creates a new content location in the current location.
createLocation(String)
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailContentLocation
createLocation(String)
- Method in class org.pentaho.reporting.libraries.repository.file.
FileContentLocation
Creates a new content location in the current location.
createLocation(Repository, String[])
- Static method in class org.pentaho.reporting.libraries.repository.
RepositoryUtilities
Tries to create a content location with the given path-name in the repository.
createLocation(String)
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamContentLocation
This method always throws an exception, as stream-repositories cannot create sub-locations.
createLocation(String)
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentLocation
createLocation(String)
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentLocation
createLocation(String)
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipContentLocation
D
DefaultMimeRegistry
- Class in
org.pentaho.reporting.libraries.repository
The default-mime registry contains a list of well-known file types and returns mime-information for them.
DefaultMimeRegistry()
- Constructor for class org.pentaho.reporting.libraries.repository.
DefaultMimeRegistry
Default Constructor.
DefaultNameGenerator
- Class in
org.pentaho.reporting.libraries.repository
DefaultNameGenerator(ContentLocation)
- Constructor for class org.pentaho.reporting.libraries.repository.
DefaultNameGenerator
DefaultNameGenerator(ContentLocation, String)
- Constructor for class org.pentaho.reporting.libraries.repository.
DefaultNameGenerator
DefaultNameGenerator(ContentLocation, String, String)
- Constructor for class org.pentaho.reporting.libraries.repository.
DefaultNameGenerator
delete()
- Method in interface org.pentaho.reporting.libraries.repository.
ContentEntity
Attempts to delete the entity.
delete()
- Method in class org.pentaho.reporting.libraries.repository.dummy.
DummyContentItem
A dummy location does not have content and therefore does not support the delete command.
delete()
- Method in class org.pentaho.reporting.libraries.repository.dummy.
DummyContentLocation
A dummy location does not have content and therefore does not support the delete command.
delete()
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailContentItem
delete()
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailContentLocation
delete()
- Method in class org.pentaho.reporting.libraries.repository.file.
FileContentEntity
Attempts to delete the entity.
delete()
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamContentItem
Stream-repositories do not support the deletion of entries.
delete()
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamContentLocation
Stream-repositories do not support the deletion of entries.
delete()
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentItem
delete()
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentLocation
delete()
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentItem
delete()
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentLocation
delete()
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipContentItem
delete()
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipContentLocation
DummyContentItem
- Class in
org.pentaho.reporting.libraries.repository.dummy
A dummy content item, that does not provide any input and that does swallow all content fed into it.
DummyContentItem(ContentLocation, String)
- Constructor for class org.pentaho.reporting.libraries.repository.dummy.
DummyContentItem
Creates a new dummy item for the given parent and having the given name.
DummyContentLocation
- Class in
org.pentaho.reporting.libraries.repository.dummy
A dummy content location holds references to all dummy items.
DummyContentLocation(ContentLocation, String)
- Constructor for class org.pentaho.reporting.libraries.repository.dummy.
DummyContentLocation
Creates a new DummyContentLocation with the given parent and name.
DummyContentLocation(Repository, String)
- Constructor for class org.pentaho.reporting.libraries.repository.dummy.
DummyContentLocation
Creates a new root DummyContentLocation with the given repository and name.
DummyRepository
- Class in
org.pentaho.reporting.libraries.repository.dummy
A dummy repositor is a empty repository that swallows all content fed into it.
DummyRepository()
- Constructor for class org.pentaho.reporting.libraries.repository.dummy.
DummyRepository
Creates a new dummy repository.
E
EmailContentItem
- Class in
org.pentaho.reporting.libraries.repository.email
Creation-Date: 17.09.2008, 15:00:00
EmailContentItem(String, EmailRepository, EmailContentLocation)
- Constructor for class org.pentaho.reporting.libraries.repository.email.
EmailContentItem
EmailContentLocation
- Class in
org.pentaho.reporting.libraries.repository.email
Creation-Date: 17.09.2008, 15:00:00
EmailContentLocation(EmailRepository, ContentLocation, String)
- Constructor for class org.pentaho.reporting.libraries.repository.email.
EmailContentLocation
EmailEntryOutputStream
- Class in
org.pentaho.reporting.libraries.repository.email
Creation-Date: 17.09.2008, 15:00:00
EmailEntryOutputStream(EmailContentItem)
- Constructor for class org.pentaho.reporting.libraries.repository.email.
EmailEntryOutputStream
EmailRepository
- Class in
org.pentaho.reporting.libraries.repository.email
Creation-Date: 17.09.2008, 15:00:00
EmailRepository(MimeRegistry)
- Constructor for class org.pentaho.reporting.libraries.repository.email.
EmailRepository
EmailRepository(HtmlEmail, MimeRegistry)
- Constructor for class org.pentaho.reporting.libraries.repository.email.
EmailRepository
EmailRepository(HtmlEmail)
- Constructor for class org.pentaho.reporting.libraries.repository.email.
EmailRepository
EmailRepository()
- Constructor for class org.pentaho.reporting.libraries.repository.email.
EmailRepository
exists(String)
- Method in interface org.pentaho.reporting.libraries.repository.
ContentLocation
Checks, whether an content entity with the given name exists in this content location.
exists(String)
- Method in class org.pentaho.reporting.libraries.repository.dummy.
DummyContentLocation
A dummy location does not have children, therefore this method always returns false.
exists(String)
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailContentLocation
exists(String)
- Method in class org.pentaho.reporting.libraries.repository.file.
FileContentLocation
Checks, whether an content entity with the given name exists in this content location.
exists(String)
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamContentLocation
Checks, whether an content entity with the given name exists in this content location.
exists(String)
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentLocation
exists(String)
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentLocation
exists(String)
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipContentLocation
F
FileContentEntity
- Class in
org.pentaho.reporting.libraries.repository.file
A content-entity that uses a java.io.File as backend.
FileContentEntity(ContentLocation, File)
- Constructor for class org.pentaho.reporting.libraries.repository.file.
FileContentEntity
Creates a new content-entity for the given file using the given content location as parent.
FileContentEntity(Repository, File)
- Constructor for class org.pentaho.reporting.libraries.repository.file.
FileContentEntity
Creates a new root content-entity for the given file using the given content location as parent.
FileContentItem
- Class in
org.pentaho.reporting.libraries.repository.file
A content item wrapping a file.
FileContentItem(ContentLocation, File)
- Constructor for class org.pentaho.reporting.libraries.repository.file.
FileContentItem
Creates a new file based content item for the given file and parent location.
FileContentLocation
- Class in
org.pentaho.reporting.libraries.repository.file
A content-location that uses a directory as backend.
FileContentLocation(ContentLocation, File)
- Constructor for class org.pentaho.reporting.libraries.repository.file.
FileContentLocation
Creates a new location for the given parent and directory.
FileContentLocation(Repository, File)
- Constructor for class org.pentaho.reporting.libraries.repository.file.
FileContentLocation
Creates a new root-location for the given repository and directory.
FileRepository
- Class in
org.pentaho.reporting.libraries.repository.file
A file-repository uses a subset of the local filesystem to provide a repository view on top of it.
FileRepository(File)
- Constructor for class org.pentaho.reporting.libraries.repository.file.
FileRepository
Creates a new repository for the given file.
FileRepository(File, MimeRegistry)
- Constructor for class org.pentaho.reporting.libraries.repository.file.
FileRepository
Creates a new repository for the given file.
flush()
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailEntryOutputStream
flush()
- Method in class org.pentaho.reporting.libraries.repository.stream.
WrappedOutputStream
flush()
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipEntryOutputStream
flush()
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipEntryOutputStream
G
generateName(String, String)
- Method in class org.pentaho.reporting.libraries.repository.
DefaultNameGenerator
Generates a new, unique name for storing resources in the output repository.
generateName(String, String)
- Method in interface org.pentaho.reporting.libraries.repository.
NameGenerator
Generates a new name for the location.
getAttribute(String, String)
- Method in interface org.pentaho.reporting.libraries.repository.
ContentEntity
Returns a attribute value for the given domain (namespace) and attribute-name.
getAttribute(String, String)
- Method in class org.pentaho.reporting.libraries.repository.dummy.
DummyContentItem
Dummy locations do not have attributes, therefore this method always returns null.
getAttribute(String, String)
- Method in class org.pentaho.reporting.libraries.repository.dummy.
DummyContentLocation
Dummy locations do not have attributes, therefore this method always returns null.
getAttribute(String, String)
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailContentItem
getAttribute(String, String)
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailContentLocation
getAttribute(String, String)
- Method in class org.pentaho.reporting.libraries.repository.file.
FileContentEntity
Returns a attribute value for the given domain (namespace) and attribute-name.
getAttribute(String, String)
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamContentItem
Stream-Repositories do not support attributes.
getAttribute(String, String)
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamContentLocation
Stream-Repositories do not support attributes.
getAttribute(String, String)
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentItem
getAttribute(String, String)
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentLocation
getAttribute(String, String)
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentItem
getAttribute(String, String)
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentLocation
getAttribute(String, String)
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipContentItem
getAttribute(String, String)
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipContentLocation
getBackend()
- Method in class org.pentaho.reporting.libraries.repository.file.
FileContentEntity
Returns the file that provides the backend of this entity.
getContentId()
- Method in interface org.pentaho.reporting.libraries.repository.
ContentEntity
Returns a unique identifier.
getContentId()
- Method in class org.pentaho.reporting.libraries.repository.dummy.
DummyContentItem
Returns the full pathname of the location.
getContentId()
- Method in class org.pentaho.reporting.libraries.repository.dummy.
DummyContentLocation
Returns the full pathname of the location.
getContentId()
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailContentItem
getContentId()
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailContentLocation
getContentId()
- Method in class org.pentaho.reporting.libraries.repository.file.
FileContentEntity
Returns a unique identifier.
getContentId()
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamContentItem
Returns a unique identifier.
getContentId()
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamContentLocation
Returns a unique identifier.
getContentId()
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentItem
getContentId()
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentLocation
getContentId()
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentItem
getContentId()
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentLocation
getContentId()
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipContentItem
getContentId()
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipContentLocation
getContentName()
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamRepository
Returns the optional content name by which the data in the input-stream should be accessed.
getCrc()
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipEntryOutputStream
getEntity(Repository, String[])
- Static method in class org.pentaho.reporting.libraries.repository.
RepositoryUtilities
Returns the content entity for the given path name.
getEntry(String)
- Method in interface org.pentaho.reporting.libraries.repository.
ContentLocation
Returns the content entity with the given name.
getEntry(String)
- Method in class org.pentaho.reporting.libraries.repository.dummy.
DummyContentLocation
Returns the content entity with the given name.
getEntry(String)
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailContentLocation
getEntry(String)
- Method in class org.pentaho.reporting.libraries.repository.file.
FileContentLocation
Returns the content entity with the given name.
getEntry(String)
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamContentLocation
Returns the content entity with the given name.
getEntry(String)
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentLocation
getEntry(String)
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentLocation
getEntry(String)
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipContentLocation
getHtmlEmail()
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailRepository
getInputStream()
- Method in interface org.pentaho.reporting.libraries.repository.
ContentItem
Tries to open and return a input stream for reading from the content item.
getInputStream()
- Method in class org.pentaho.reporting.libraries.repository.dummy.
DummyContentItem
Returns an new empty input stream that does not allow to read a single byte from it.
getInputStream()
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailContentItem
getInputStream()
- Method in class org.pentaho.reporting.libraries.repository.file.
FileContentItem
getInputStream()
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamContentItem
Tries to open and return a input stream for reading from the content item.
getInputStream()
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamRepository
Returns the optional input stream.
getInputStream()
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentItem
getInputStream()
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentItem
getInputStream()
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipContentItem
getInstance()
- Static method in class org.pentaho.reporting.libraries.repository.
LibRepositoryBoot
Returns the singleton instance of the boot-class.
getInstance()
- Static method in class org.pentaho.reporting.libraries.repository.
LibRepositoryInfo
Returns the singleton instance of the ProjectInformation-class.
getMimeRegistry()
- Method in class org.pentaho.reporting.libraries.repository.dummy.
DummyRepository
Returns the repositories MimeRegistry, which is used return basic content-type information about the items stored in this repository.
getMimeRegistry()
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailRepository
getMimeRegistry()
- Method in class org.pentaho.reporting.libraries.repository.file.
FileRepository
Returns the mime-registry for the repository.
getMimeRegistry()
- Method in interface org.pentaho.reporting.libraries.repository.
Repository
Returns the repositories MimeRegistry, which is used return basic content-type information about the items stored in this repository.
getMimeRegistry()
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamRepository
Returns the mime registry for this repository.
getMimeRegistry()
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipRepository
getMimeRegistry()
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadRepository
getMimeRegistry()
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipRepository
getMimeType()
- Method in interface org.pentaho.reporting.libraries.repository.
ContentItem
Returns the mime type for the content entity.
getMimeType(ContentItem)
- Method in class org.pentaho.reporting.libraries.repository.
DefaultMimeRegistry
Queries the mime-type for a given content-item.
getMimeType()
- Method in class org.pentaho.reporting.libraries.repository.dummy.
DummyContentItem
Returns the mime type for the content entity.
getMimeType()
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailContentItem
getMimeType()
- Method in class org.pentaho.reporting.libraries.repository.file.
FileContentItem
getMimeType(ContentItem)
- Method in interface org.pentaho.reporting.libraries.repository.
MimeRegistry
Queries the mime-type for a given content-item.
getMimeType()
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamContentItem
Returns the mime type for the content entity.
getMimeType()
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentItem
getMimeType()
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentItem
getMimeType()
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipContentItem
getName()
- Method in interface org.pentaho.reporting.libraries.repository.
ContentEntity
Returns the name of the entry.
getName()
- Method in class org.pentaho.reporting.libraries.repository.dummy.
DummyContentItem
Returns the name of the entry.
getName()
- Method in class org.pentaho.reporting.libraries.repository.dummy.
DummyContentLocation
Returns the name of the entry.
getName()
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailContentItem
getName()
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailContentLocation
getName()
- Method in class org.pentaho.reporting.libraries.repository.file.
FileContentEntity
Returns the name of the file.
getName()
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamContentItem
Returns the name of the entry.
getName()
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamContentLocation
Returns the generic name of this location.
getName()
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentItem
getName()
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentLocation
getName()
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentItem
getName()
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentLocation
getName()
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipContentItem
getName()
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipContentLocation
getOutputStream()
- Method in interface org.pentaho.reporting.libraries.repository.
ContentItem
Tries to open and return a output stream for writing into the content item.
getOutputStream()
- Method in class org.pentaho.reporting.libraries.repository.dummy.
DummyContentItem
Returns a NullOutputStream that ignores all content given to it.
getOutputStream()
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailContentItem
getOutputStream()
- Method in class org.pentaho.reporting.libraries.repository.file.
FileContentItem
getOutputStream()
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamContentItem
Tries to open and return a output stream for writing into the content item.
getOutputStream()
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamRepository
Returns the optional output stream.
getOutputStream()
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentItem
getOutputStream()
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentItem
getOutputStream()
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipContentItem
getParent()
- Method in interface org.pentaho.reporting.libraries.repository.
ContentEntity
Returns a reference to the parent location.
getParent()
- Method in class org.pentaho.reporting.libraries.repository.dummy.
DummyContentItem
Returns the parent, if there is any.
getParent()
- Method in class org.pentaho.reporting.libraries.repository.dummy.
DummyContentLocation
Returns the parent, if there is any.
getParent()
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailContentItem
getParent()
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailContentLocation
getParent()
- Method in class org.pentaho.reporting.libraries.repository.file.
FileContentEntity
Returns a reference to the parent location.
getParent()
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamContentItem
Returns a reference to the parent location.
getParent()
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamContentLocation
Returns a reference to the parent location.
getParent()
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentItem
getParent()
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentLocation
getParent()
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentItem
getParent()
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentLocation
getParent()
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipContentItem
getParent()
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipContentLocation
getProjectInfo()
- Method in class org.pentaho.reporting.libraries.repository.
LibRepositoryBoot
Returns the project info.
getRepository()
- Method in interface org.pentaho.reporting.libraries.repository.
ContentEntity
Returns the current repository, to which tis entity belongs.
getRepository()
- Method in class org.pentaho.reporting.libraries.repository.dummy.
DummyContentItem
Returns the parent repository for this location.
getRepository()
- Method in class org.pentaho.reporting.libraries.repository.dummy.
DummyContentLocation
Returns the parent repository for this location.
getRepository()
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailContentItem
getRepository()
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailContentLocation
getRepository()
- Method in class org.pentaho.reporting.libraries.repository.file.
FileContentEntity
Returns the current repository, to which tis entity belongs.
getRepository()
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamContentItem
Returns the current repository, to which tis entity belongs.
getRepository()
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamContentLocation
Returns the current repository, to which tis entity belongs.
getRepository()
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentItem
getRepository()
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentLocation
getRepository()
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentItem
getRepository()
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentLocation
getRepository()
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipContentItem
getRepository()
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipContentLocation
getRoot()
- Method in class org.pentaho.reporting.libraries.repository.dummy.
DummyRepository
Returns the repositories root directory entry.
getRoot()
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailRepository
getRoot()
- Method in class org.pentaho.reporting.libraries.repository.file.
FileRepository
Returns the repositories root directory entry.
getRoot()
- Method in interface org.pentaho.reporting.libraries.repository.
Repository
Returns the repositories root directory entry.
getRoot()
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamRepository
Returns the content root of this repository.
getRoot()
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipRepository
getRoot()
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadRepository
getRoot()
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipRepository
getSize()
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipEntryOutputStream
getSuffix(String)
- Method in class org.pentaho.reporting.libraries.repository.
DefaultMimeRegistry
Returns the default suffix for files with the given content type.
getSuffix(String)
- Method in interface org.pentaho.reporting.libraries.repository.
MimeRegistry
Returns the default suffix for files with the given content type.
getURL()
- Method in class org.pentaho.reporting.libraries.repository.file.
FileRepository
Returns the URL that represents this repository.
getURL()
- Method in interface org.pentaho.reporting.libraries.repository.
UrlRepository
Returns the URL that represents this repository.
getZipLevel(ContentItem)
- Static method in class org.pentaho.reporting.libraries.repository.
RepositoryUtilities
Computes the declared Zip-Compression level for the given content-item.
getZipMethod(ContentItem)
- Static method in class org.pentaho.reporting.libraries.repository.
RepositoryUtilities
Computes the declared Zip-Compression mode for the given content-item.
I
isClosed()
- Method in class org.pentaho.reporting.libraries.repository.stream.
WrappedInputStream
isClosed()
- Method in class org.pentaho.reporting.libraries.repository.stream.
WrappedOutputStream
isExistsEntity(Repository, String[])
- Static method in class org.pentaho.reporting.libraries.repository.
RepositoryUtilities
Checks whether a given pathname points to a valid content entity.
isInvalidPathName(String)
- Static method in class org.pentaho.reporting.libraries.repository.
RepositoryUtilities
Checks whether the given entity name is valid for filesystems.
isReadable()
- Method in interface org.pentaho.reporting.libraries.repository.
ContentItem
Checks, whether the content item is readable.
isReadable()
- Method in class org.pentaho.reporting.libraries.repository.dummy.
DummyContentItem
Claims that the item is readable.
isReadable()
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailContentItem
isReadable()
- Method in class org.pentaho.reporting.libraries.repository.file.
FileContentItem
isReadable()
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamContentItem
Checks, whether the content item is readable.
isReadable()
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentItem
isReadable()
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentItem
isReadable()
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipContentItem
isWriteable()
- Method in interface org.pentaho.reporting.libraries.repository.
ContentItem
Checks, whether the content item is writable.
isWriteable()
- Method in class org.pentaho.reporting.libraries.repository.dummy.
DummyContentItem
Claims that the item is writable.
isWriteable()
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailContentItem
isWriteable()
- Method in class org.pentaho.reporting.libraries.repository.file.
FileContentItem
isWriteable()
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamContentItem
Checks, whether the content item is writable.
isWriteable()
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentItem
isWriteable()
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentItem
isWriteable()
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipContentItem
L
LibRepositoryBoot
- Class in
org.pentaho.reporting.libraries.repository
The LibRepositoryBoot class is used to initialize the library before it is first used.
LibRepositoryInfo
- Class in
org.pentaho.reporting.libraries.repository
The LibRepositoryInfo class contains all dependency information and some common information like version, license and contributors about the library itself.
listContents()
- Method in interface org.pentaho.reporting.libraries.repository.
ContentLocation
Returns all content entities stored in this content-location.
listContents()
- Method in class org.pentaho.reporting.libraries.repository.dummy.
DummyContentLocation
Returns all content entities stored in this content-location.
listContents()
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailContentLocation
listContents()
- Method in class org.pentaho.reporting.libraries.repository.file.
FileContentLocation
Lists all content entities stored in this content-location.
listContents()
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamContentLocation
Returns all content entities stored in this content-location.
listContents()
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentLocation
listContents()
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentLocation
listContents()
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipContentLocation
loadConfiguration()
- Method in class org.pentaho.reporting.libraries.repository.
LibRepositoryBoot
Loads the configuration.
M
mark(int)
- Method in class org.pentaho.reporting.libraries.repository.stream.
WrappedInputStream
markSupported()
- Method in class org.pentaho.reporting.libraries.repository.stream.
WrappedInputStream
MimeRegistry
- Interface in
org.pentaho.reporting.libraries.repository
The MimeRegistry encodes content-type information and allows to detect or query the file type of a given content item.
N
NameGenerator
- Interface in
org.pentaho.reporting.libraries.repository
A name generator is a general service to generate unique names within an content location.
NullOutputStream
- Class in
org.pentaho.reporting.libraries.repository.dummy
A null output stream.
NullOutputStream()
- Constructor for class org.pentaho.reporting.libraries.repository.dummy.
NullOutputStream
Default constructor.
O
org.pentaho.reporting.libraries.repository
- package org.pentaho.reporting.libraries.repository
org.pentaho.reporting.libraries.repository.dummy
- package org.pentaho.reporting.libraries.repository.dummy
org.pentaho.reporting.libraries.repository.email
- package org.pentaho.reporting.libraries.repository.email
org.pentaho.reporting.libraries.repository.file
- package org.pentaho.reporting.libraries.repository.file
org.pentaho.reporting.libraries.repository.stream
- package org.pentaho.reporting.libraries.repository.stream
org.pentaho.reporting.libraries.repository.zip
- package org.pentaho.reporting.libraries.repository.zip
org.pentaho.reporting.libraries.repository.zipreader
- package org.pentaho.reporting.libraries.repository.zipreader
org.pentaho.reporting.libraries.repository.zipwriter
- package org.pentaho.reporting.libraries.repository.zipwriter
P
performBoot()
- Method in class org.pentaho.reporting.libraries.repository.
LibRepositoryBoot
Performs the boot.
R
read()
- Method in class org.pentaho.reporting.libraries.repository.stream.
WrappedInputStream
read(byte[])
- Method in class org.pentaho.reporting.libraries.repository.stream.
WrappedInputStream
read(byte[], int, int)
- Method in class org.pentaho.reporting.libraries.repository.stream.
WrappedInputStream
removeEntity(ContentEntity)
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentLocation
Repository
- Interface in
org.pentaho.reporting.libraries.repository
A repository represents a abstract view on a filesystem.
REPOSITORY_DOMAIN
- Static variable in class org.pentaho.reporting.libraries.repository.
LibRepositoryBoot
A attribute domain name for managing general attributes.
RepositoryUtilities
- Class in
org.pentaho.reporting.libraries.repository
A collection of repository related helper methods that make it easier to work with repositories.
reset()
- Method in class org.pentaho.reporting.libraries.repository.stream.
WrappedInputStream
S
setAttribute(String, String, Object)
- Method in interface org.pentaho.reporting.libraries.repository.
ContentEntity
Updates the attribute value for the given attribute domain and name.
setAttribute(String, String, Object)
- Method in class org.pentaho.reporting.libraries.repository.dummy.
DummyContentItem
Dummy locations do not allow to set attributes, therefore this method always returns false.
setAttribute(String, String, Object)
- Method in class org.pentaho.reporting.libraries.repository.dummy.
DummyContentLocation
Dummy locations do not allow to set attributes, therefore this method always returns false.
setAttribute(String, String, Object)
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailContentItem
setAttribute(String, String, Object)
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailContentLocation
setAttribute(String, String, Object)
- Method in class org.pentaho.reporting.libraries.repository.file.
FileContentEntity
Updates the attribute value for the given attribute domain and name.
setAttribute(String, String, Object)
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamContentItem
Stream-Repositories do not support attributes.
setAttribute(String, String, Object)
- Method in class org.pentaho.reporting.libraries.repository.stream.
StreamContentLocation
Stream-Repositories do not support attributes.
setAttribute(String, String, Object)
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentItem
setAttribute(String, String, Object)
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentLocation
setAttribute(String, String, Object)
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentItem
setAttribute(String, String, Object)
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentLocation
setAttribute(String, String, Object)
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipContentItem
setAttribute(String, String, Object)
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipContentLocation
setRawData(byte[], long, long)
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentItem
This method is a internal method.
SIZE_ATTRIBUTE
- Static variable in class org.pentaho.reporting.libraries.repository.
LibRepositoryBoot
A attribute name representing the content-item size.
skip(long)
- Method in class org.pentaho.reporting.libraries.repository.stream.
WrappedInputStream
split(String, String)
- Static method in class org.pentaho.reporting.libraries.repository.
RepositoryUtilities
Splits a string on the given separator.
splitPath(String, String)
- Static method in class org.pentaho.reporting.libraries.repository.
RepositoryUtilities
Splits a string on the given separator.
StreamContentItem
- Class in
org.pentaho.reporting.libraries.repository.stream
A stream-content item that wraps around the input and output streams given in the repository.
StreamContentItem(String, ContentLocation, WrappedInputStream, WrappedOutputStream)
- Constructor for class org.pentaho.reporting.libraries.repository.stream.
StreamContentItem
Creates a new stream-content item.
StreamContentLocation
- Class in
org.pentaho.reporting.libraries.repository.stream
A content location that wraps around a single stream.
StreamContentLocation(StreamRepository)
- Constructor for class org.pentaho.reporting.libraries.repository.stream.
StreamContentLocation
Creates a new stream-location.
StreamRepository
- Class in
org.pentaho.reporting.libraries.repository.stream
A repository that feeds a single source.
StreamRepository(InputStream, OutputStream, String)
- Constructor for class org.pentaho.reporting.libraries.repository.stream.
StreamRepository
Creates a new repository that potentially allows both read and write access.
StreamRepository(InputStream, OutputStream)
- Constructor for class org.pentaho.reporting.libraries.repository.stream.
StreamRepository
Deprecated.
This constructor should not be used, as it hardcodes the filename for the input stream. Use one of the other constructors instead.
StreamRepository(InputStream, String)
- Constructor for class org.pentaho.reporting.libraries.repository.stream.
StreamRepository
Creates a new read-only repository.
StreamRepository(OutputStream)
- Constructor for class org.pentaho.reporting.libraries.repository.stream.
StreamRepository
Creates a new write-only repository.
U
updateDirectoryEntry(String[], int, ZipEntry)
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentLocation
updateDirectoryEntry(String[], int, ZipEntry)
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentLocation
updateEntry(String[], int, ZipEntry, byte[])
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipContentLocation
updateEntry(String[], int, ZipEntry, byte[])
- Method in class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentLocation
UrlRepository
- Interface in
org.pentaho.reporting.libraries.repository
A repository that can be globally identified by an URL.
V
VERSION_ATTRIBUTE
- Static variable in class org.pentaho.reporting.libraries.repository.
LibRepositoryBoot
A attribute name representing the content-entity versioning information.
W
WrappedInputStream
- Class in
org.pentaho.reporting.libraries.repository.stream
Creation-Date: 13.11.2006, 17:28:24
WrappedInputStream(InputStream)
- Constructor for class org.pentaho.reporting.libraries.repository.stream.
WrappedInputStream
WrappedOutputStream
- Class in
org.pentaho.reporting.libraries.repository.stream
Creation-Date: 13.11.2006, 17:30:06
WrappedOutputStream(OutputStream)
- Constructor for class org.pentaho.reporting.libraries.repository.stream.
WrappedOutputStream
write(int)
- Method in class org.pentaho.reporting.libraries.repository.dummy.
NullOutputStream
Writes to the stream (in this case, does nothing).
write(byte[])
- Method in class org.pentaho.reporting.libraries.repository.dummy.
NullOutputStream
Writes to the stream (in this case, does nothing).
write(byte[], int, int)
- Method in class org.pentaho.reporting.libraries.repository.dummy.
NullOutputStream
Writes to the stream (in this case, does nothing).
write(int)
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailEntryOutputStream
write(byte[], int, int)
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailEntryOutputStream
write(byte[])
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailEntryOutputStream
write(int)
- Method in class org.pentaho.reporting.libraries.repository.stream.
WrappedOutputStream
write(byte[])
- Method in class org.pentaho.reporting.libraries.repository.stream.
WrappedOutputStream
write(byte[], int, int)
- Method in class org.pentaho.reporting.libraries.repository.stream.
WrappedOutputStream
write(int)
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipEntryOutputStream
write(byte[], int, int)
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipEntryOutputStream
write(byte[])
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipEntryOutputStream
write(OutputStream)
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipRepository
write(int)
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipEntryOutputStream
write(byte[], int, int)
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipEntryOutputStream
write(byte[])
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipEntryOutputStream
writeAsZip(OutputStream, Repository)
- Static method in class org.pentaho.reporting.libraries.repository.
RepositoryUtilities
Writes the given repository as ZIP-File into the given output stream.
writeContent(ZipEntry, InputStream, int, int)
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipRepository
writeDirectory(ZipEntry)
- Method in class org.pentaho.reporting.libraries.repository.zipwriter.
ZipRepository
writeEmail(OutputStream)
- Method in class org.pentaho.reporting.libraries.repository.email.
EmailRepository
writeToZipStream(ZipOutputStream, Repository)
- Static method in class org.pentaho.reporting.libraries.repository.
RepositoryUtilities
Writes the given repository to the given ZIP-output stream.
writeToZipStream(ZipOutputStream, Repository)
- Method in class org.pentaho.reporting.libraries.repository.zip.
ZipRepository
Z
ZIP_COMMENT_ATTRIBUTE
- Static variable in class org.pentaho.reporting.libraries.repository.
LibRepositoryBoot
A attribute name representing a ZIP entry comment.
ZIP_COMPRESSION_ATTRIBUTE
- Static variable in class org.pentaho.reporting.libraries.repository.
LibRepositoryBoot
A attribute name representing a ZIP compression level.
ZIP_CRC32_ATTRIBUTE
- Static variable in class org.pentaho.reporting.libraries.repository.
LibRepositoryBoot
A attribute name representing a ZIP attribute.
ZIP_DOMAIN
- Static variable in class org.pentaho.reporting.libraries.repository.
LibRepositoryBoot
A attribute domain name for managing ZIP-Attributes.
ZIP_METHOD_ATTRIBUTE
- Static variable in class org.pentaho.reporting.libraries.repository.
LibRepositoryBoot
A attribute name representing a ZIP compression method.
ZIP_METHOD_DEFLATED
- Static variable in class org.pentaho.reporting.libraries.repository.
LibRepositoryBoot
A attribute name representing a ZIP attribute value.
ZIP_METHOD_STORED
- Static variable in class org.pentaho.reporting.libraries.repository.
LibRepositoryBoot
A attribute name representing a ZIP attribute value.
ZipContentItem
- Class in
org.pentaho.reporting.libraries.repository.zip
Todo: Document Me
ZipContentItem(ZipRepository, ZipContentLocation, ZipEntry, byte[])
- Constructor for class org.pentaho.reporting.libraries.repository.zip.
ZipContentItem
ZipContentItem(ZipRepository, ZipContentLocation, String)
- Constructor for class org.pentaho.reporting.libraries.repository.zip.
ZipContentItem
ZipContentItem
- Class in
org.pentaho.reporting.libraries.repository.zipwriter
Creation-Date: 01.12.2006, 21:23:25
ZipContentItem(String, ZipRepository, ZipContentLocation)
- Constructor for class org.pentaho.reporting.libraries.repository.zipwriter.
ZipContentItem
ZipContentLocation
- Class in
org.pentaho.reporting.libraries.repository.zip
ZipContentLocation(ZipRepository, ZipContentLocation, String)
- Constructor for class org.pentaho.reporting.libraries.repository.zip.
ZipContentLocation
ZipContentLocation(ZipRepository, ZipContentLocation, ZipEntry)
- Constructor for class org.pentaho.reporting.libraries.repository.zip.
ZipContentLocation
ZipContentLocation
- Class in
org.pentaho.reporting.libraries.repository.zipwriter
Creation-Date: 01.12.2006, 21:13:24
ZipContentLocation(ZipRepository, ContentLocation, String)
- Constructor for class org.pentaho.reporting.libraries.repository.zipwriter.
ZipContentLocation
ZipEntryOutputStream
- Class in
org.pentaho.reporting.libraries.repository.zip
A fully buffered stream.
ZipEntryOutputStream(ZipContentItem)
- Constructor for class org.pentaho.reporting.libraries.repository.zip.
ZipEntryOutputStream
ZipEntryOutputStream
- Class in
org.pentaho.reporting.libraries.repository.zipwriter
A fully buffered stream.
ZipEntryOutputStream(ZipContentItem)
- Constructor for class org.pentaho.reporting.libraries.repository.zipwriter.
ZipEntryOutputStream
ZipReadContentItem
- Class in
org.pentaho.reporting.libraries.repository.zipreader
Creation-Date: 17.12.2007, 12:19:20
ZipReadContentItem(ZipReadRepository, ZipReadContentLocation, ZipEntry, byte[])
- Constructor for class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentItem
ZipReadContentLocation
- Class in
org.pentaho.reporting.libraries.repository.zipreader
ZipReadContentLocation(ZipReadRepository, ZipReadContentLocation, String)
- Constructor for class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentLocation
ZipReadContentLocation(ZipReadRepository, ZipReadContentLocation, ZipEntry)
- Constructor for class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadContentLocation
ZipReadRepository
- Class in
org.pentaho.reporting.libraries.repository.zipreader
Provides read-only access to ZIP files.
ZipReadRepository(InputStream)
- Constructor for class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadRepository
ZipReadRepository(InputStream, MimeRegistry)
- Constructor for class org.pentaho.reporting.libraries.repository.zipreader.
ZipReadRepository
ZipRepository
- Class in
org.pentaho.reporting.libraries.repository.zip
A read-write repository based on ZIP streams.
ZipRepository()
- Constructor for class org.pentaho.reporting.libraries.repository.zip.
ZipRepository
ZipRepository(MimeRegistry)
- Constructor for class org.pentaho.reporting.libraries.repository.zip.
ZipRepository
ZipRepository(InputStream)
- Constructor for class org.pentaho.reporting.libraries.repository.zip.
ZipRepository
ZipRepository(InputStream, MimeRegistry)
- Constructor for class org.pentaho.reporting.libraries.repository.zip.
ZipRepository
ZipRepository
- Class in
org.pentaho.reporting.libraries.repository.zipwriter
Creation-Date: 01.12.2006, 21:12:39
ZipRepository(OutputStream, int, MimeRegistry)
- Constructor for class org.pentaho.reporting.libraries.repository.zipwriter.
ZipRepository
ZipRepository(OutputStream, int)
- Constructor for class org.pentaho.reporting.libraries.repository.zipwriter.
ZipRepository
ZipRepository(OutputStream)
- Constructor for class org.pentaho.reporting.libraries.repository.zipwriter.
ZipRepository
A
B
C
D
E
F
G
I
L
M
N
O
P
R
S
U
V
W
Z
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes