oracle.toplink.tools.builderreader.parser
Class INISection

java.lang.Object
  |
  +--oracle.toplink.tools.builderreader.parser.INISection

public class INISection
extends java.lang.Object

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


Constructor Summary
INISection(java.io.StreamTokenizer tokenizer)
          Deprecated.  
 
Method Summary
TypeMethod
 java.util.Vector getLines()
          Deprecated.  
 java.util.Vector getLines(java.lang.String token)
          Deprecated. Return a vector of all of the INILines with the given token.
 java.lang.String getTitle()
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

INISection

public INISection(java.io.StreamTokenizer tokenizer)
           throws BuilderException
Deprecated. 
Method Detail

getLines

public java.util.Vector getLines()
Deprecated. 

getLines

public java.util.Vector getLines(java.lang.String token)
Deprecated. 
Return a vector of all of the INILines with the given token.

getTitle

public java.lang.String getTitle()
Deprecated. 

toString

public java.lang.String toString()
Deprecated. 
Overrides:
toString in class java.lang.Object