Interface ImportContext

  • All Superinterfaces:
    org.apache.jackrabbit.server.io.IOContext
    All Known Implementing Classes:
    ImportContextImpl

    public interface ImportContext
    extends org.apache.jackrabbit.server.io.IOContext
    For more informations, please visit ImportContext
    Author:
    Sebastian Wenzky
    • Method Detail

      • getSystemId

        String getSystemId()
      • getModificationTime

        long getModificationTime()
      • getContentLanguage

        String getContentLanguage()
      • getContentLength

        long getContentLength()
      • getMimeType

        String getMimeType()
      • getEncoding

        String getEncoding()