Interface ImportSource.IRepositoryFileBundle

  • All Known Implementing Classes:
    RepositoryFileBundle
    Enclosing interface:
    ImportSource

    public static interface ImportSource.IRepositoryFileBundle
    A struct-like object for bundling related objects together.
    Author:
    mlowery
    • Method Detail

      • getFile

        org.pentaho.platform.api.repository2.unified.RepositoryFile getFile()
      • getAcl

        org.pentaho.platform.api.repository2.unified.RepositoryFileAcl getAcl()
      • getPath

        String getPath()
        Path to file. Will be appended to destination folder path to create absolute path.
      • setPath

        void setPath​(String path)
      • getCharset

        String getCharset()
        Null for folders or binary types.
      • getMimeType

        String getMimeType()