Package net.sf.colossus.webserver
Class WebServerOptions
java.lang.Object
net.sf.colossus.webserver.WebServerOptions
WebServer specific version of the Options / cf file handling.
TODO: why did I make a copy, instead of using the normal Options class?
- Author:
- Clemens Katzer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getIntOption
(String optname) Return -1 if the option's value has not been set.int
getIntOptionNoUndef
(String optname) boolean
getStringOption
(String optname) void
void
removeOption
(String optname) void
void
void
-
Field Details
-
LOGGER
-
props
-
filename
-
-
Constructor Details
-
WebServerOptions
-
-
Method Details
-
loadOptions
public void loadOptions() -
setOption
-
setOption
-
setOption
-
getStringOption
-
getOption
-
getIntOption
Return -1 if the option's value has not been set. -
getIntOptionNoUndef
-
removeOption
-