|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdods.util.iniFile
dods.util.DODSiniFile
public class DODSiniFile
The earlier versions of the DODSServlet used .ini files to store configuration information for the servlet. This storage has been moved from the .ini file into the web.xml file in the WEB-INF directory for the servlet in the servlet engine. You can use .ini files for other reasons, and the classes are still present in the distribution, but you will have to make use of them yourself, as the DODSServlet no longer accesses the .ini files to get configuration information.
Constructor Summary | |
---|---|
DODSiniFile()
|
|
DODSiniFile(java.lang.String path)
|
|
DODSiniFile(java.lang.String path,
boolean dbg)
|
Method Summary |
---|
Methods inherited from class dods.util.iniFile |
---|
getFileName, getProperty, getPropList, getSectionList, printProps, setSection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DODSiniFile()
public DODSiniFile(java.lang.String path)
public DODSiniFile(java.lang.String path, boolean dbg)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |