Uses of Class
org.pentaho.reporting.libraries.repository.ContentIOException
Packages that use ContentIOException
Package
Description
-
Uses of ContentIOException in org.pentaho.reporting.libraries.repository
Subclasses of ContentIOException in org.pentaho.reporting.libraries.repositoryModifier and TypeClassDescriptionclass
A exception that indicates that a new ContentEntry could not be created in the repository.Methods in org.pentaho.reporting.libraries.repository that throw ContentIOExceptionModifier and TypeMethodDescriptionstatic ContentItem
RepositoryUtilities.createItem
(Repository repository, String[] name) Tries to create a content item with the given path-name in the repository.static ContentLocation
RepositoryUtilities.createLocation
(Repository repository, String[] name) Tries to create a content location with the given path-name in the repository.DefaultNameGenerator.generateName
(String nameHint, String mimeType) Generates a new, unique name for storing resources in the output repository.NameGenerator.generateName
(String nameHint, String mimeType) Generates a new name for the location.static ContentEntity
RepositoryUtilities.getEntity
(Repository repository, String[] name) Returns the content entity for the given path name.Returns the content entity with the given name.ContentItem.getInputStream()
Tries to open and return a input stream for reading from the content item.ContentItem.getMimeType()
Returns the mime type for the content entity.ContentItem.getOutputStream()
Tries to open and return a output stream for writing into the content item.Repository.getRoot()
Returns the repositories root directory entry.static boolean
RepositoryUtilities.isExistsEntity
(Repository repository, String[] name) Checks whether a given pathname points to a valid content entity.ContentLocation.listContents()
Returns all content entities stored in this content-location.static void
RepositoryUtilities.writeAsZip
(OutputStream outputStream, Repository repository) Writes the given repository as ZIP-File into the given output stream.static void
RepositoryUtilities.writeToZipStream
(ZipOutputStream zipOutputStream, Repository repository) Writes the given repository to the given ZIP-output stream. -
Uses of ContentIOException in org.pentaho.reporting.libraries.repository.dummy
Methods in org.pentaho.reporting.libraries.repository.dummy that throw ContentIOExceptionModifier and TypeMethodDescriptionReturns the content entity with the given name.DummyContentItem.getMimeType()
Returns the mime type for the content entity.DummyContentLocation.listContents()
Returns all content entities stored in this content-location. -
Uses of ContentIOException in org.pentaho.reporting.libraries.repository.file
Methods in org.pentaho.reporting.libraries.repository.file that throw ContentIOExceptionModifier and TypeMethodDescriptionReturns the content entity with the given name.FileContentItem.getInputStream()
FileContentItem.getMimeType()
FileContentItem.getOutputStream()
FileRepository.getRoot()
Returns the repositories root directory entry.FileContentLocation.listContents()
Lists all content entities stored in this content-location.Constructors in org.pentaho.reporting.libraries.repository.file that throw ContentIOExceptionModifierConstructorDescriptionFileContentLocation
(ContentLocation parent, File backend) Creates a new location for the given parent and directory.FileContentLocation
(Repository repository, File backend) Creates a new root-location for the given repository and directory.FileRepository
(File file) Creates a new repository for the given file.FileRepository
(File file, MimeRegistry mimeRegistry) Creates a new repository for the given file. -
Uses of ContentIOException in org.pentaho.reporting.libraries.repository.stream
Methods in org.pentaho.reporting.libraries.repository.stream that throw ContentIOExceptionModifier and TypeMethodDescriptionReturns the content entity with the given name.StreamContentItem.getInputStream()
Tries to open and return a input stream for reading from the content item.StreamContentItem.getMimeType()
Returns the mime type for the content entity.StreamContentItem.getOutputStream()
Tries to open and return a output stream for writing into the content item.StreamContentLocation.listContents()
Returns all content entities stored in this content-location. -
Uses of ContentIOException in org.pentaho.reporting.libraries.repository.zip
Methods in org.pentaho.reporting.libraries.repository.zip that throw ContentIOExceptionModifier and TypeMethodDescriptionZipContentItem.getInputStream()
ZipContentItem.getMimeType()
ZipContentItem.getOutputStream()
ZipRepository.getRoot()
ZipContentLocation.listContents()
void
ZipRepository.write
(OutputStream outputStream) void
ZipRepository.writeToZipStream
(ZipOutputStream zipOutputStream, Repository repository) -
Uses of ContentIOException in org.pentaho.reporting.libraries.repository.zipreader
Methods in org.pentaho.reporting.libraries.repository.zipreader that throw ContentIOExceptionModifier and TypeMethodDescriptionZipReadContentItem.getInputStream()
ZipReadContentItem.getMimeType()
ZipReadContentItem.getOutputStream()
ZipReadRepository.getRoot()
ZipReadContentLocation.listContents()
-
Uses of ContentIOException in org.pentaho.reporting.libraries.repository.zipwriter
Methods in org.pentaho.reporting.libraries.repository.zipwriter that throw ContentIOExceptionModifier and TypeMethodDescriptionZipContentItem.getInputStream()
ZipContentItem.getMimeType()
ZipContentItem.getOutputStream()
ZipRepository.getRoot()
ZipContentLocation.listContents()