| Package | Description |
|---|---|
| org.nuiton.util |
Ensemble de classe Java permettant de simplifier le développement en
factorisant des besoins que l'on retrouve dans tous les développement.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationConfig.SubApplicationConfig
Deprecated.
Permet de masquer un prefix.
|
| Modifier and Type | Field and Description |
|---|---|
protected ApplicationConfig |
ApplicationUpdater.config
Deprecated.
|
protected ApplicationConfig |
ApplicationUpdater.Updater.config |
protected ApplicationConfig |
ApplicationConfig.OptionList.config |
protected ApplicationConfig |
ApplicationConfig.SubApplicationConfig.parent |
| Modifier and Type | Method and Description |
|---|---|
ApplicationConfig |
ApplicationConfig.SubApplicationConfig.getParent() |
protected ApplicationConfig |
ApplicationUpdater.Updater.getUpdaterConfig(org.apache.commons.vfs2.FileSystemOptions vfsConfig,
String vfsPropertiesUrl)
Return config prepared for os and arch
|
ApplicationConfig |
ApplicationConfig.parse(String... args)
Deprecated.
Parse option and call set necessary method, read jvm, env variable,
Load configuration file and prepare Action.
|
ApplicationConfig |
ApplicationConfig.SubApplicationConfig.parse(String... args) |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
ApplicationUpdater.Updater.getApplicationName(ApplicationConfig config)
Retourne la liste des noms d'application se trouvant dans la
configuration
|
protected org.apache.commons.vfs2.FileSystemOptions |
ApplicationUpdater.Updater.getVFSConfig(ApplicationConfig config)
Recupere le proxy http a utiliser pour les connexions reseaux
|
static void |
ApplicationConfigHelper.loadAllDefaultOption(ApplicationConfig config,
Set<ApplicationConfigProvider> providers)
Deprecated.
Load default options from all given config providers.
|
| Constructor and Description |
|---|
ApplicationConfig.OptionList(ApplicationConfig config,
String key,
String value) |
ApplicationConfig.SubApplicationConfig(ApplicationConfig parent,
String prefix) |
ApplicationUpdater.Updater(ApplicationConfig config,
String vfsPropertiesUrl,
File currentDir,
File destDir,
ApplicationUpdater.ApplicationUpdaterCallback callback) |
ApplicationUpdater(ApplicationConfig config)
Deprecated.
|
Copyright © 2004-2013 CodeLutin. All Rights Reserved.