net.sourceforge.drpetrea.jsettings
Class jSettings.FstabModification

Object
  extended by jSettings.FstabModification
Enclosing class:
jSettings

public static class jSettings.FstabModification
extends Object

The class that maintains the changes to the fstab settings.


Field Summary
 String action
          One of the following - "modify", "delete", "add"
 Calendar c
          The time the change was made
 int field
          The index of the field being modified, ignored if the change applies to the whole row
 String section
          The name of the section that contains the modified row
 boolean system
          true if it applies to system-wide settings, false for user-specific
 ArrayList<String> totalRow
          An ArrayList containing the entire row.
 String value
          The new value of field, ignored if the change applies to the whole row.
 
Method Summary
 String toString()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

section

public String section
The name of the section that contains the modified row


field

public int field
The index of the field being modified, ignored if the change applies to the whole row


value

public String value
The new value of field, ignored if the change applies to the whole row.


totalRow

public ArrayList<String> totalRow
An ArrayList containing the entire row.


action

public String action
One of the following - "modify", "delete", "add"


c

public Calendar c
The time the change was made


system

public boolean system
true if it applies to system-wide settings, false for user-specific

Method Detail

toString

public String toString()
Overrides:
toString in class Object