Interface BaseDescriptionDocument

All Superinterfaces:
BaseDescription
All Known Subinterfaces:
Description
All Known Implementing Classes:
AbstractBaseDescriptionDocument, DescriptionImpl, PackageDescriptionDocument, SchemaDescriptionDocument

public interface BaseDescriptionDocument extends BaseDescription
Interface for base description document which maps to a physical XML document
Author:
drq
  • Method Details

    • getStorePath

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

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

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