oracle.ide.util
Class IniFile
java.lang.Object
oracle.ide.util.IniFileSection
oracle.ide.util.IniFile
- public class IniFile
- extends IniFileSection
Methods inherited from class oracle.ide.util.IniFileSection |
add, add, clear, contains, get, getAttribute, getContents, getName, getValue, indexOf, isEmpty, remove, remove, save, save, set, set, setContents, size, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IniFile
public IniFile()
read
public void read(java.lang.String filename)
write
public void write(java.lang.String filename)
getSection
public IniFileSection getSection(java.lang.String name)
getSectionByMap
public java.util.HashMap getSectionByMap(java.lang.String name)
getSectionContents
public java.lang.String[] getSectionContents(java.lang.String name)
Copyright ©1997, 2003, Oracle. All rights reserved.