|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjabble.Configuration
public class Configuration
Loads Jabble settings from 'jabble.properties'. Setting will not change during Jabble execution, therefore it's perfectly safe to cache them in private static final fields.
| Field Summary | |
|---|---|
static java.lang.String |
dataStructuresFactory
|
static boolean |
debug
|
| Method Summary | |
|---|---|
java.lang.String |
dataStructuresFactory()
|
boolean |
debug()
|
static Configuration |
getInstance()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final boolean debug
public static final java.lang.String dataStructuresFactory
| Method Detail |
|---|
public static Configuration getInstance()
public boolean debug()
public java.lang.String dataStructuresFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||