Oracle Application Server TopLink API Reference
10g (9.0.4.3)

B10491-02

oracle.toplink.tools.builderreader.parser
Class INIFile

java.lang.Object
  extended byoracle.toplink.tools.builderreader.parser.INIFile


public class INIFile
extends java.lang.Object

OBSOLETE: This class in now obsolete as the Builder file format has been upgraded to use XML.


Constructor Summary
INIFile(java.lang.String sourceString, java.util.Vector searchPathVector)
          Deprecated. INTERNAL:

 

Method Summary
 java.util.Vector getSections()
          Deprecated.  
 INISection sectionNamed(java.lang.String name)
          Deprecated. INTERNAL:
 java.util.Vector sectionsNamed(java.lang.String name)
          Deprecated. INTERNAL:
 java.lang.String toString()
          Deprecated.  

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

INIFile

public INIFile(java.lang.String sourceString,
               java.util.Vector searchPathVector)
        throws BuilderException
Deprecated. 
INTERNAL:
Method Detail

getSections

public java.util.Vector getSections()
Deprecated. 

sectionNamed

public INISection sectionNamed(java.lang.String name)
Deprecated. 
INTERNAL:

sectionsNamed

public java.util.Vector sectionsNamed(java.lang.String name)
Deprecated. 
INTERNAL:

toString

public java.lang.String toString()
Deprecated. 

Copyright © 1998, 2004 Oracle Corporation. All Rights Reserved.