|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.qfs.apps.qflog.App
Convenience class that gives access to the major pieces of the qflog application.
Method Summary | |
static de.qfs.lib.command.CommandDistributor |
getCommandDistributor()
Get the CommandDistributor used by the application. |
java.io.File |
getConfigFile()
Get the configFile of the application. |
static de.qfs.lib.option.OptionSet |
getOptions()
Get the Options for the application. |
static de.qfs.lib.util.MapResourceBundle |
getResources()
Get the resources of the application. |
java.lang.String |
getServerHost()
Get the serverHost of the application. |
java.lang.String |
getServerName()
Get the serverName of the application. |
static App |
instance()
Get the singleton App instance. |
void |
reloadResources()
(Re)load the resources for the application. |
void |
setConfigFile(java.io.File configFile)
Set the configFile of the application. |
void |
setServerHost(java.lang.String serverHost)
Set the serverHost of the application. |
void |
setServerName(java.lang.String serverName)
Set the serverName of the application. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static App instance()
public static final de.qfs.lib.util.MapResourceBundle getResources()
public static de.qfs.lib.command.CommandDistributor getCommandDistributor()
public static de.qfs.lib.option.OptionSet getOptions()
public void reloadResources()
public final java.io.File getConfigFile()
public final void setConfigFile(java.io.File configFile)
configFile
- The configFile to set.public final java.lang.String getServerName()
public final void setServerName(java.lang.String serverName)
serverName
- The serverName to set.public final java.lang.String getServerHost()
public final void setServerHost(java.lang.String serverHost)
serverHost
- The serverHost to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |