Uses of Interface
org.pentaho.reporting.libraries.repository.Repository
-
-
Uses of Repository in org.pentaho.reporting.libraries.repository
Subinterfaces of Repository in org.pentaho.reporting.libraries.repository Modifier and Type Interface Description interfaceUrlRepositoryA repository that can be globally identified by an URL.Methods in org.pentaho.reporting.libraries.repository that return Repository Modifier and Type Method Description RepositoryContentEntity. getRepository()Returns the current repository, to which tis entity belongs.Methods in org.pentaho.reporting.libraries.repository with parameters of type Repository Modifier and Type Method Description static ContentItemRepositoryUtilities. createItem(Repository repository, java.lang.String[] name)Tries to create a content item with the given path-name in the repository.static ContentLocationRepositoryUtilities. createLocation(Repository repository, java.lang.String[] name)Tries to create a content location with the given path-name in the repository.static ContentEntityRepositoryUtilities. getEntity(Repository repository, java.lang.String[] name)Returns the content entity for the given path name.static booleanRepositoryUtilities. isExistsEntity(Repository repository, java.lang.String[] name)Checks whether a given pathname points to a valid content entity.static voidRepositoryUtilities. writeAsZip(java.io.OutputStream outputStream, Repository repository)Writes the given repository as ZIP-File into the given output stream.static voidRepositoryUtilities. writeToZipStream(java.util.zip.ZipOutputStream zipOutputStream, Repository repository)Writes the given repository to the given ZIP-output stream. -
Uses of Repository in org.pentaho.reporting.libraries.repository.dummy
Classes in org.pentaho.reporting.libraries.repository.dummy that implement Repository Modifier and Type Class Description classDummyRepositoryA dummy repositor is a empty repository that swallows all content fed into it.Methods in org.pentaho.reporting.libraries.repository.dummy that return Repository Modifier and Type Method Description RepositoryDummyContentItem. getRepository()Returns the parent repository for this location.RepositoryDummyContentLocation. getRepository()Returns the parent repository for this location.Constructors in org.pentaho.reporting.libraries.repository.dummy with parameters of type Repository Constructor Description DummyContentLocation(Repository repository, java.lang.String name)Creates a new root DummyContentLocation with the given repository and name. -
Uses of Repository in org.pentaho.reporting.libraries.repository.file
Classes in org.pentaho.reporting.libraries.repository.file that implement Repository Modifier and Type Class Description classFileRepositoryA file-repository uses a subset of the local filesystem to provide a repository view on top of it.Methods in org.pentaho.reporting.libraries.repository.file that return Repository Modifier and Type Method Description RepositoryFileContentEntity. getRepository()Returns the current repository, to which tis entity belongs.Constructors in org.pentaho.reporting.libraries.repository.file with parameters of type Repository Constructor Description FileContentLocation(Repository repository, java.io.File backend)Creates a new root-location for the given repository and directory. -
Uses of Repository in org.pentaho.reporting.libraries.repository.stream
Classes in org.pentaho.reporting.libraries.repository.stream that implement Repository Modifier and Type Class Description classStreamRepositoryA repository that feeds a single source.Methods in org.pentaho.reporting.libraries.repository.stream that return Repository Modifier and Type Method Description RepositoryStreamContentItem. getRepository()Returns the current repository, to which tis entity belongs.RepositoryStreamContentLocation. getRepository()Returns the current repository, to which tis entity belongs. -
Uses of Repository in org.pentaho.reporting.libraries.repository.zip
Classes in org.pentaho.reporting.libraries.repository.zip that implement Repository Modifier and Type Class Description classZipRepositoryA read-write repository based on ZIP streams.Methods in org.pentaho.reporting.libraries.repository.zip that return Repository Modifier and Type Method Description RepositoryZipContentItem. getRepository()RepositoryZipContentLocation. getRepository()Methods in org.pentaho.reporting.libraries.repository.zip with parameters of type Repository Modifier and Type Method Description voidZipRepository. writeToZipStream(java.util.zip.ZipOutputStream zipOutputStream, Repository repository) -
Uses of Repository in org.pentaho.reporting.libraries.repository.zipreader
Classes in org.pentaho.reporting.libraries.repository.zipreader that implement Repository Modifier and Type Class Description classZipReadRepositoryProvides read-only access to ZIP files.Methods in org.pentaho.reporting.libraries.repository.zipreader that return Repository Modifier and Type Method Description RepositoryZipReadContentItem. getRepository()RepositoryZipReadContentLocation. getRepository() -
Uses of Repository in org.pentaho.reporting.libraries.repository.zipwriter
Classes in org.pentaho.reporting.libraries.repository.zipwriter that implement Repository Modifier and Type Class Description classZipRepositoryCreation-Date: 01.12.2006, 21:12:39Methods in org.pentaho.reporting.libraries.repository.zipwriter that return Repository Modifier and Type Method Description RepositoryZipContentItem. getRepository()RepositoryZipContentLocation. getRepository()
-