Uses of Interface
org.pentaho.reporting.libraries.repository.ContentLocation
-
-
Uses of ContentLocation in org.pentaho.reporting.libraries.repository
Methods in org.pentaho.reporting.libraries.repository that return ContentLocation Modifier and Type Method Description ContentLocationContentLocation. createLocation(java.lang.String name)Creates a new content location in the current location.static ContentLocationRepositoryUtilities. createLocation(Repository repository, java.lang.String[] name)Tries to create a content location with the given path-name in the repository.ContentLocationContentEntity. getParent()Returns a reference to the parent location.ContentLocationRepository. getRoot()Returns the repositories root directory entry.Constructors in org.pentaho.reporting.libraries.repository with parameters of type ContentLocation Constructor Description DefaultNameGenerator(ContentLocation location)DefaultNameGenerator(ContentLocation location, java.lang.String defaultNameHint)DefaultNameGenerator(ContentLocation location, java.lang.String defaultNameHint, java.lang.String defaultSuffix) -
Uses of ContentLocation in org.pentaho.reporting.libraries.repository.dummy
Classes in org.pentaho.reporting.libraries.repository.dummy that implement ContentLocation Modifier and Type Class Description classDummyContentLocationA dummy content location holds references to all dummy items.Methods in org.pentaho.reporting.libraries.repository.dummy that return ContentLocation Modifier and Type Method Description ContentLocationDummyContentLocation. createLocation(java.lang.String name)Creates a new content location in the current location.ContentLocationDummyContentItem. getParent()Returns the parent, if there is any.ContentLocationDummyContentLocation. getParent()Returns the parent, if there is any.ContentLocationDummyRepository. getRoot()Returns the repositories root directory entry.Constructors in org.pentaho.reporting.libraries.repository.dummy with parameters of type ContentLocation 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. -
Uses of ContentLocation in org.pentaho.reporting.libraries.repository.file
Classes in org.pentaho.reporting.libraries.repository.file that implement ContentLocation Modifier and Type Class Description classFileContentLocationA content-location that uses a directory as backend.Methods in org.pentaho.reporting.libraries.repository.file that return ContentLocation Modifier and Type Method Description ContentLocationFileContentLocation. createLocation(java.lang.String name)Creates a new content location in the current location.ContentLocationFileContentEntity. getParent()Returns a reference to the parent location.ContentLocationFileRepository. getRoot()Returns the repositories root directory entry.Constructors in org.pentaho.reporting.libraries.repository.file with parameters of type ContentLocation 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. -
Uses of ContentLocation in org.pentaho.reporting.libraries.repository.stream
Classes in org.pentaho.reporting.libraries.repository.stream that implement ContentLocation Modifier and Type Class Description classStreamContentLocationA content location that wraps around a single stream.Methods in org.pentaho.reporting.libraries.repository.stream that return ContentLocation Modifier and Type Method Description ContentLocationStreamContentLocation. createLocation(java.lang.String name)This method always throws an exception, as stream-repositories cannot create sub-locations.ContentLocationStreamContentItem. getParent()Returns a reference to the parent location.ContentLocationStreamContentLocation. getParent()Returns a reference to the parent location.ContentLocationStreamRepository. getRoot()Returns the content root of this repository.Constructors in org.pentaho.reporting.libraries.repository.stream with parameters of type ContentLocation Constructor Description StreamContentItem(java.lang.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 ContentLocation Modifier and Type Class Description classZipContentLocationMethods in org.pentaho.reporting.libraries.repository.zip that return ContentLocation Modifier and Type Method Description ContentLocationZipContentLocation. createLocation(java.lang.String name)ContentLocationZipContentItem. getParent()ContentLocationZipContentLocation. getParent()ContentLocationZipRepository. getRoot() -
Uses of ContentLocation in org.pentaho.reporting.libraries.repository.zipreader
Classes in org.pentaho.reporting.libraries.repository.zipreader that implement ContentLocation Modifier and Type Class Description classZipReadContentLocationMethods in org.pentaho.reporting.libraries.repository.zipreader that return ContentLocation Modifier and Type Method Description ContentLocationZipReadContentLocation. createLocation(java.lang.String name)ContentLocationZipReadContentItem. getParent()ContentLocationZipReadContentLocation. getParent()ContentLocationZipReadRepository. getRoot() -
Uses of ContentLocation in org.pentaho.reporting.libraries.repository.zipwriter
Classes in org.pentaho.reporting.libraries.repository.zipwriter that implement ContentLocation Modifier and Type Class Description classZipContentLocationCreation-Date: 01.12.2006, 21:13:24Methods in org.pentaho.reporting.libraries.repository.zipwriter that return ContentLocation Modifier and Type Method Description ContentLocationZipContentLocation. createLocation(java.lang.String name)ContentLocationZipContentItem. getParent()ContentLocationZipContentLocation. getParent()ContentLocationZipRepository. getRoot()Constructors in org.pentaho.reporting.libraries.repository.zipwriter with parameters of type ContentLocation Constructor Description ZipContentLocation(ZipRepository repository, ContentLocation parent, java.lang.String name)
-