Extension SDK

oracle.ide.util
Class IniFile

java.lang.Object
  extended byoracle.ide.util.IniFileSection
      extended byoracle.ide.util.IniFile

public class IniFile
extends IniFileSection


Constructor Summary
IniFile()
           
 
Method Summary
 IniFileSection getSection(java.lang.String name)
           
 java.util.HashMap getSectionByMap(java.lang.String name)
           
 java.lang.String[] getSectionContents(java.lang.String name)
           
 void read(java.lang.String filename)
           
 void write(java.lang.String filename)
           
 
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
 

Constructor Detail

IniFile

public IniFile()
Method Detail

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)

Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.