Oracle Application Server TopLink API Reference
10g (9.0.4)

B10491-01

oracle.toplink.tools.builderreader.parser
Class INILine

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

public class INILine
extends java.lang.Object

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


Constructor Summary
INILine(java.io.StreamTokenizer tokenizer)
          Deprecated.  

 

Method Summary
 java.lang.String getToken()
          Deprecated.  
 java.util.Vector getValues()
          Deprecated.  
 java.lang.String toString()
          Deprecated.  

 

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

 

Constructor Detail

INILine

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

getToken

public java.lang.String getToken()
Deprecated. 

getValues

public java.util.Vector getValues()
Deprecated. 

toString

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

Copyright © 2003 Oracle Corporation. All Rights Reserved.