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 TypeMethodDescriptionintgetIntOption(String optname) Return -1 if the option's value has not been set.intgetIntOptionNoUndef(String optname) booleangetStringOption(String optname) voidvoidremoveOption(String optname) voidvoidvoid
-
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
-