Interface DocumentSource

All Known Implementing Classes:
DefaultDocumentSource, FileDocumentSource

public interface DocumentSource
DocumentSource...
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The CVS/SVN id
  • Method Summary

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

  • 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.