|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectjSettings.FstabModification
public static class jSettings.FstabModification
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 |
|---|
public String section
public int field
public String value
field, ignored if the change applies to the whole row.
public ArrayList<String> totalRow
ArrayList containing the entire row.
public String action
public Calendar c
public boolean system
true if it applies to system-wide settings, false for user-specific
| Method Detail |
|---|
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||