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

B15903-01


oracle.toplink.tools.builderreader.parser
Class Interpreter

java.lang.Object
  extended byoracle.toplink.tools.builderreader.parser.Interpreter

Direct Known Subclasses:
ClassWriter, INIBuilder

public abstract class Interpreter
extends java.lang.Object

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


Constructor Summary
Interpreter(ObjectDefinition objectDef, INIFile file)
Deprecated.

Method Summary
abstract void addSearchPaths(java.util.Vector paths)
Deprecated.
static void debugOff()
Deprecated.
static void debugOn()
Deprecated.
static void debugVerbose()
Deprecated.
abstract java.util.Vector getSearchPath()
Deprecated.
static boolean isDebugOn()
Deprecated.
static boolean isDebugVerbose()
Deprecated.
abstract void perform(INISection section, SectionDefinition sectionDef)
Deprecated. This method was created by a SmartGuide.
abstract void performForAll(INISection section, ReferenceSectionDefinition sectionDef)
Deprecated. This method was created by a SmartGuide.

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

Constructor Detail

Interpreter

public Interpreter(ObjectDefinition objectDef,
                   INIFile file)
Deprecated.

Method Detail

addSearchPaths

public abstract void addSearchPaths(java.util.Vector paths)
Deprecated.

debugOff

public static void debugOff()
Deprecated.

debugOn

public static void debugOn()
Deprecated.

debugVerbose

public static void debugVerbose()
Deprecated.

getSearchPath

public abstract java.util.Vector getSearchPath()
Deprecated.

isDebugOn

public static boolean isDebugOn()
Deprecated.

isDebugVerbose

public static boolean isDebugVerbose()
Deprecated.

perform

public abstract void perform(INISection section,
                             SectionDefinition sectionDef)
                      throws BuilderException
Deprecated.
This method was created by a SmartGuide.
Throws:
BuilderException

performForAll

public abstract void performForAll(INISection section,
                                   ReferenceSectionDefinition sectionDef)
                            throws BuilderException
Deprecated.
This method was created by a SmartGuide.
Throws:
BuilderException

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