Interface DocumentSource

All Known Implementing Classes:
DefaultDocumentSource, FileDocumentSource, MetaFileDocSource, VltFile

public interface DocumentSource
DocumentSource...
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a label of the source.
    Returns some location information of the source.
  • Method Details

    • getLabel

      String getLabel()
      Returns a label of the source.
      Returns:
      a label of the source.
    • getLocation

      String getLocation()
      Returns some location information of the source.
      Returns:
      some location information.