Class TextFile

java.lang.Object
org.freedesktop.dbus.viewer.TextFile

class TextFile extends Object
A Text file abstraction
Since:
10/02/2006
  • Field Details

    • fileName

      private final String fileName
    • contents

      private final String contents
  • Constructor Details

    • TextFile

      TextFile(String _fileName, String _contents)
      Create the TextFile
      Parameters:
      _fileName - The file name
      _contents - The contents
  • Method Details

    • getFileName

      String getFileName()
      Retrieve the fileName
      Returns:
      The fileName.
    • getContents

      String getContents()
      Retrieve the contents
      Returns:
      The contents.