Class FileDocumentSource

java.lang.Object
com.day.util.diff.FileDocumentSource
All Implemented Interfaces:
DocumentSource

public class FileDocumentSource extends Object implements DocumentSource
FileDocumentSource...
  • Constructor Details

    • FileDocumentSource

      public FileDocumentSource(File file)
  • Method Details

    • getFile

      public File getFile()
    • getLabel

      public String getLabel()
      Description copied from interface: DocumentSource
      Returns a label of the source.
      Specified by:
      getLabel in interface DocumentSource
      Returns:
      a label of the source.
    • getLocation

      public String getLocation()
      Description copied from interface: DocumentSource
      Returns some location information of the source.
      Specified by:
      getLocation in interface DocumentSource
      Returns:
      some location information.