Uses of Interface
org.pentaho.reporting.libraries.repository.ContentLocation
Packages that use ContentLocation
Package
Description
-
Uses of ContentLocation in org.pentaho.reporting.libraries.repository
Methods in org.pentaho.reporting.libraries.repository that return ContentLocationModifier and TypeMethodDescriptionContentLocation.createLocation
(String name) Creates a new content location in the current location.static ContentLocation
RepositoryUtilities.createLocation
(Repository repository, String[] name) Tries to create a content location with the given path-name in the repository.ContentEntity.getParent()
Returns a reference to the parent location.Repository.getRoot()
Returns the repositories root directory entry.Constructors in org.pentaho.reporting.libraries.repository with parameters of type ContentLocationModifierConstructorDescriptionDefaultNameGenerator
(ContentLocation location) DefaultNameGenerator
(ContentLocation location, String defaultNameHint) DefaultNameGenerator
(ContentLocation location, String defaultNameHint, String defaultSuffix) -
Uses of ContentLocation in org.pentaho.reporting.libraries.repository.dummy
Classes in org.pentaho.reporting.libraries.repository.dummy that implement ContentLocationModifier and TypeClassDescriptionclass
A dummy content location holds references to all dummy items.Methods in org.pentaho.reporting.libraries.repository.dummy that return ContentLocationModifier and TypeMethodDescriptionDummyContentLocation.createLocation
(String name) Creates a new content location in the current location.DummyContentItem.getParent()
Returns the parent, if there is any.DummyContentLocation.getParent()
Returns the parent, if there is any.DummyRepository.getRoot()
Returns the repositories root directory entry.Constructors in org.pentaho.reporting.libraries.repository.dummy with parameters of type ContentLocationModifierConstructorDescriptionDummyContentItem
(ContentLocation parent, String name) Creates a new dummy item for the given parent and having the given name.DummyContentLocation
(ContentLocation parent, String name) Creates a new DummyContentLocation with the given parent and name. -
Uses of ContentLocation in org.pentaho.reporting.libraries.repository.file
Classes in org.pentaho.reporting.libraries.repository.file that implement ContentLocationModifier and TypeClassDescriptionclass
A content-location that uses a directory as backend.Methods in org.pentaho.reporting.libraries.repository.file that return ContentLocationModifier and TypeMethodDescriptionFileContentLocation.createLocation
(String name) Creates a new content location in the current location.FileContentEntity.getParent()
Returns a reference to the parent location.FileRepository.getRoot()
Returns the repositories root directory entry.Constructors in org.pentaho.reporting.libraries.repository.file with parameters of type ContentLocationModifierConstructorDescriptionFileContentItem
(ContentLocation parent, File backend) Creates a new file based content item for the given file and parent location.FileContentLocation
(ContentLocation parent, File backend) Creates a new location for the given parent and directory. -
Uses of ContentLocation in org.pentaho.reporting.libraries.repository.stream
Classes in org.pentaho.reporting.libraries.repository.stream that implement ContentLocationModifier and TypeClassDescriptionclass
A content location that wraps around a single stream.Methods in org.pentaho.reporting.libraries.repository.stream that return ContentLocationModifier and TypeMethodDescriptionStreamContentLocation.createLocation
(String name) This method always throws an exception, as stream-repositories cannot create sub-locations.StreamContentItem.getParent()
Returns a reference to the parent location.StreamContentLocation.getParent()
Returns a reference to the parent location.StreamRepository.getRoot()
Returns the content root of this repository.Constructors in org.pentaho.reporting.libraries.repository.stream with parameters of type ContentLocationModifierConstructorDescriptionStreamContentItem
(String name, ContentLocation parent, WrappedInputStream inputStream, WrappedOutputStream outputStream) Creates a new stream-content item. -
Uses of ContentLocation in org.pentaho.reporting.libraries.repository.zip
Classes in org.pentaho.reporting.libraries.repository.zip that implement ContentLocationMethods in org.pentaho.reporting.libraries.repository.zip that return ContentLocationModifier and TypeMethodDescriptionZipContentLocation.createLocation
(String name) ZipContentItem.getParent()
ZipContentLocation.getParent()
ZipRepository.getRoot()
-
Uses of ContentLocation in org.pentaho.reporting.libraries.repository.zipreader
Classes in org.pentaho.reporting.libraries.repository.zipreader that implement ContentLocationMethods in org.pentaho.reporting.libraries.repository.zipreader that return ContentLocationModifier and TypeMethodDescriptionZipReadContentLocation.createLocation
(String name) ZipReadContentItem.getParent()
ZipReadContentLocation.getParent()
ZipReadRepository.getRoot()
-
Uses of ContentLocation in org.pentaho.reporting.libraries.repository.zipwriter
Classes in org.pentaho.reporting.libraries.repository.zipwriter that implement ContentLocationMethods in org.pentaho.reporting.libraries.repository.zipwriter that return ContentLocationModifier and TypeMethodDescriptionZipContentLocation.createLocation
(String name) ZipContentItem.getParent()
ZipContentLocation.getParent()
ZipRepository.getRoot()
Constructors in org.pentaho.reporting.libraries.repository.zipwriter with parameters of type ContentLocationModifierConstructorDescriptionZipContentLocation
(ZipRepository repository, ContentLocation parent, String name)