Interface BaseDescriptionDocument

    • Method Detail

      • getStorePath

        java.lang.String getStorePath()
        Gets the root path of the store of this base description document
        Returns:
        root path of store
      • getDescPath

        java.lang.String getDescPath()
        Gets the path of the description xml document for this base description document
        Returns:
        document location (path)
      • getDescDocument

        java.io.InputStream getDescDocument()
                                     throws java.io.IOException
        Gets the description xml document for this base description document
        Returns:
        source document
        Throws:
        java.io.IOException