|
|||||||||
| Home >> All >> com >> barteo >> emulator >> [ app overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.barteo.emulator.app
Class Config

java.lang.Objectcom.barteo.emulator.app.Config
- public class Config
- extends java.lang.Object
| Field Summary | |
private static java.io.File |
configPath
|
private static java.util.Vector |
devices
|
| Constructor Summary | |
Config()
|
|
| Method Summary | |
static java.io.File |
getConfigPath()
|
static java.util.Vector |
getDevices()
|
static void |
loadConfig(java.lang.String configFileName)
|
private static void |
loadDefaultConfig()
|
static void |
saveConfig(java.lang.String configFileName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
configPath
private static java.io.File configPath
devices
private static java.util.Vector devices
| Constructor Detail |
Config
public Config()
| Method Detail |
loadConfig
public static void loadConfig(java.lang.String configFileName)
loadDefaultConfig
private static void loadDefaultConfig()
saveConfig
public static void saveConfig(java.lang.String configFileName)
getConfigPath
public static java.io.File getConfigPath()
getDevices
public static java.util.Vector getDevices()
|
|||||||||
| Home >> All >> com >> barteo >> emulator >> [ app overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.barteo.emulator.app.Config