|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object jSettings.IniModification
public static class jSettings.IniModification
The class that maintains the changes to the ini settings. It would appear that a more elegant solution would be to have a map that has as key a combination of section and name (e.g. section:name) and as value a class containing the new value and the boolean
system. However, that is prone to confusions when having the following situation:
Section1 = AAA, Name1 = BBB:CCC
Section2 = AAA:BBB, Name2 = CCC
The situation would appear extremely rarely, but it's still a possibility.
Field Summary | |
---|---|
Calendar |
c
A Calendar containing the time of the modification |
String |
name
The name of the setting being modified |
String |
prv
The previous value of the setting |
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 |
String |
value
The new value of the setting |
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String section
public String name
public String value
public String prv
public Calendar c
Calendar
containing the time of the modification
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 |