Package | Description |
---|---|
org.mdi.app |
Main package of the framework.
|
Modifier and Type | Method and Description |
---|---|
static LauncherConf |
LauncherConf.create(java.lang.Class clazz)
Create the singleton class if it did not previously exist.
|
static LauncherConf |
LauncherConf.create(java.lang.Class clazz,
java.lang.String envHome)
Create the singleton class if it did not previously exist.
|
static LauncherConf |
LauncherConf.create(java.io.File userDir)
Create the singleton class if it did not previously exist.
|
static LauncherConf |
LauncherConf.create(java.io.File userDir,
java.io.File userHome)
Create the singleton class if it did not previously exist.
|
static LauncherConf |
LauncherConf.create(java.io.File userDir,
java.lang.String envHome)
Create the singleton class if it did not previously exist.
|
static LauncherConf |
LauncherConf.create(java.net.URL userDir)
Create the singleton instance if it did not previously exist.
|
static LauncherConf |
LauncherConf.create(java.net.URL userDir,
java.lang.String envHome)
Create the singleton class if it did not previously exist.
|
static LauncherConf |
LauncherConf.create(java.net.URL userDir,
java.net.URL userHome)
Create the singleton class if it did not previously exist.
|
static LauncherConf |
LauncherConf.getInstance()
Return the unique LauncherConf instance.
|