oracle.toplink.tools.builderreader.parser
Class INIBuilder

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

public class INIBuilder
extends Interpreter

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


Constructor Summary
INIBuilder(ObjectDefinition anObjectDef, INIFile anINIFile)
          Deprecated.  
 
Method Summary
TypeMethod
 void addPostMethod(java.lang.Class aClass, java.lang.String methodName)
          Deprecated. In the case where the Mapping Workbench does not support a feature the developer can supply a method which will allow them to modify the descriptor after it is loaded into memory from the INI file.
 void addSearchPaths(java.util.Vector aVector)
          Deprecated.  
 void applyPostMethods()
          Deprecated. In the case where Mapping Workbench does not support a feature the developer can supply a method which will allow them to modify the descriptor after it is loaded into memory from the INI file.
 java.lang.Object buildObject(java.lang.Object object)
          Deprecated.  
static java.lang.Object convertObject(java.lang.Object anObject, java.lang.Class aClass)
          Deprecated.  
 java.util.Vector getSearchPath()
          Deprecated.  
 void perform(INISection section, SectionDefinition sectionDef)
          Deprecated. CASE 1: javaClass == null, getReceiverMethod == null, Write method to apply attributes to THIS.
 void performForAll(INISection section, ReferenceSectionDefinition sectionDef)
          Deprecated. CASE 1: javaClass == null, getReceiverMethod == null, Write method to apply attributes to THIS.
 
Methods inherited from class oracle.toplink.tools.builderreader.parser.Interpreter
debugOff, debugOn, debugVerbose, isDebugOn, isDebugVerbose
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

INIBuilder

public INIBuilder(ObjectDefinition anObjectDef,
                  INIFile anINIFile)
Deprecated. 
Method Detail

addPostMethod

public void addPostMethod(java.lang.Class aClass,
                          java.lang.String methodName)
                   throws BuilderException
Deprecated. 
In the case where the Mapping Workbench does not support a feature the developer can supply a method which will allow them to modify the descriptor after it is loaded into memory from the INI file.

addSearchPaths

public void addSearchPaths(java.util.Vector aVector)
Deprecated. 
Overrides:
addSearchPaths in class Interpreter

applyPostMethods

public void applyPostMethods()
                      throws BuilderException
Deprecated. 
In the case where Mapping Workbench does not support a feature the developer can supply a method which will allow them to modify the descriptor after it is loaded into memory from the INI file.

buildObject

public java.lang.Object buildObject(java.lang.Object object)
                             throws BuilderException
Deprecated. 

convertObject

public static java.lang.Object convertObject(java.lang.Object anObject,
                                             java.lang.Class aClass)
                                      throws BuilderException
Deprecated. 

getSearchPath

public java.util.Vector getSearchPath()
Deprecated. 
Overrides:
getSearchPath in class Interpreter

perform

public void perform(INISection section,
                    SectionDefinition sectionDef)
             throws BuilderException
Deprecated. 
CASE 1: javaClass == null, getReceiverMethod == null, Write method to apply attributes to THIS.
Overrides:
perform in class Interpreter

performForAll

public void performForAll(INISection section,
                          ReferenceSectionDefinition sectionDef)
                   throws BuilderException
Deprecated. 
CASE 1: javaClass == null, getReceiverMethod == null, Write method to apply attributes to THIS.
Overrides:
performForAll in class Interpreter