|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.webkitchen.brainathlon.data.Configuration
public class Configuration
Handles reading and writing to the XML configuration files
| Method Summary | |
|---|---|
static BandIncreaseConfiguration |
getBandIncreaseConfiguration()
|
static java.lang.Integer[] |
getChannels()
|
static java.lang.String |
getCourseOverSongFile()
|
static boolean |
getDebugMode()
|
static DualBandRatioConfiguration |
getDualBandRatioConfiguration()
|
static int |
getSampleRate()
|
static SustainedIncreaseConfiguration |
getSustainedIncreaseConfiguration()
|
static java.lang.String |
getUserLogFileDirectory()
|
static void |
load()
Load configuration information. |
static void |
save()
Save course configurations |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void save()
throws java.io.IOException
java.io.IOException - if we are unable to savepublic static void load()
public static int getSampleRate()
public static java.lang.Integer[] getChannels()
public static java.lang.String getCourseOverSongFile()
public static boolean getDebugMode()
public static java.lang.String getUserLogFileDirectory()
public static BandIncreaseConfiguration getBandIncreaseConfiguration()
public static SustainedIncreaseConfiguration getSustainedIncreaseConfiguration()
public static DualBandRatioConfiguration getDualBandRatioConfiguration()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||