jabble
Class Configuration

java.lang.Object
  extended by jabble.Configuration

public class Configuration
extends java.lang.Object

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

debug

public static final boolean debug

dataStructuresFactory

public static final java.lang.String dataStructuresFactory
Method Detail

getInstance

public static Configuration getInstance()

debug

public boolean debug()

dataStructuresFactory

public java.lang.String dataStructuresFactory()