|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.grelf.grip.Config
public class Config
Static methods for loading and saving configuration properties for the whole application. This is where the properties are really declared.
| Method Summary | |
|---|---|
static java.util.List<java.lang.String> |
getKeys()
|
static java.lang.String |
getValue(java.lang.String key)
|
static void |
load()
|
static void |
loadDefectsFromCSV()
Ask the user to browse for a CSV file from which the list of defective pixels is read, one point per line. |
protected static void |
save()
|
protected static void |
set(java.lang.String key,
java.lang.String value)
Convenience method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.util.List<java.lang.String> getKeys()
public static java.lang.String getValue(java.lang.String key)
public static void load()
public static void loadDefectsFromCSV()
protected static void save()
protected static void set(java.lang.String key,
java.lang.String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||