|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigException | |
|---|---|
| phenote.config | |
| Uses of ConfigException in phenote.config |
|---|
| Methods in phenote.config that throw ConfigException | |
|---|---|
static void |
Config.changeConfig(java.lang.String newCfgFile)
|
java.util.List<CharField> |
Config.getCharFieldsForSyntaxAbbrev(java.lang.String abb)
kinda silly to return list?? so there are 2 fields for "Tag" which perhaps is silly but thats whats happening so need to deal with it |
void |
Config.loadDefaultConfigFile()
Changed this to actually do updating of config file by default given that this is now the route in from webstart, without this users will never get config updates - eventually get more sophisticated - give user options of updateFromDefault, revertToMain/Default or personal/ignoreMain/dontupdate |
void |
Config.loadDefaultFlybaseConfigFile()
if all else fails revert to default flybase config file which should be there |
static Config |
Config.makeConfigFromFile(java.lang.String file)
|
void |
Config.setConfigFile(java.lang.String configFile)
This is setting config file with nothing to do with personal config this is for the servlet where config file location is set in web.xml |
void |
Config.setOverwriteConfigFile(java.lang.String configFile)
-c from command line does this - should be always but isnt??? |
void |
Config.updateConfigFileWithNewVersion(java.lang.String configFile)
This is for when phenote is first installed and one of the default config files is used - the -i option if you will. |
static void |
Config.writeMyPhenoteDefaultFile(java.lang.String newDefaultFileString)
Write name of config file loaded out to .phenote/conf/my-phenote.cfg for use by future startups with no config specified Throws ConfigException if fails to find file |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||