Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.tools.builderreader.parser
Class INISection

java.lang.Object
  extended byoracle.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
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.

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