Oracle Application Server TopLink API Reference
10g (9.0.4)

B10491-01

oracle.toplink.tools.builderreader.parser
Class ClassWriter

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

public class ClassWriter
extends Interpreter

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


Constructor Summary
ClassWriter(ProjectWriteSpecification projectSpec, ObjectDefinition objectDef, INIFile file)
          Deprecated.  

 

Method Summary
 java.lang.String getClassName()
          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.
 void setSearchPath(java.util.Vector paths)
          Deprecated.  
 void writeClass()
          Deprecated.  

 

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

ClassWriter

public ClassWriter(ProjectWriteSpecification projectSpec,
ObjectDefinition objectDef,
INIFile file)
Deprecated. 
Method Detail

getClassName

public java.lang.String getClassName()
Deprecated. 

getSearchPath

public java.util.Vector getSearchPath()
Deprecated. 
Specified by:
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.
Specified by:
perform in class Interpreter
BuilderException

performForAll

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

setSearchPath

public void setSearchPath(java.util.Vector paths)
Deprecated. 

writeClass

public void writeClass()
                throws BuilderException
Deprecated. 
BuilderException

Copyright © 2003 Oracle Corporation. All Rights Reserved.