Package org.freedesktop.dbus.viewer
Class TextFile
- java.lang.Object
-
- org.freedesktop.dbus.viewer.TextFile
-
class TextFile extends java.lang.ObjectA Text file abstraction- Since:
- 10/02/2006
-
-
Constructor Summary
Constructors Constructor Description TextFile(java.lang.String _fileName, java.lang.String _contents)Create the TextFile
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.StringgetContents()Retrieve the contents(package private) java.lang.StringgetFileName()Retrieve the fileName
-