Class COM.ibm.jaws.tools.emit.SkeletonEmitter
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.jaws.tools.emit.SkeletonEmitter

java.lang.Object
   |
   +----COM.ibm.som.emit.Emitter
           |
           +----COM.ibm.jaws.tools.emit.SkeletonEmitter

public class SkeletonEmitter
extends Emitter

Constructor Index

 o SkeletonEmitter()

Method Index

 o classSubstitutions()
Class substitution support Override this method and supply any class substitutions needed for your emitter, excluding the Emitter class.
 o getTopLevelSchemes()
Launches the actual emitting process by creating the top level Part object and kicking it off.

Constructors

 o SkeletonEmitter
  public SkeletonEmitter()

Methods

 o classSubstitutions
  public void classSubstitutions()
Class substitution support Override this method and supply any class substitutions needed for your emitter, excluding the Emitter class. each substitution is written as: A.sublink.substituteClass(B.subLink); to substitut B for A.
Note: you cannot substitute for the main Emitter (this class), instead you add an entry, RootEmitterClassName, to the properties file for this execution and specifiy the fully qualified name of the top level Emitter class to use.
Overrides:
classSubstitutions in class Emitter
See Also:
ClassLink
 o getTopLevelSchemes
  public Scheme[] getTopLevelSchemes()
Launches the actual emitting process by creating the top level Part object and kicking it off.
Overrides:
getTopLevelSchemes in class Emitter

All Packages  Class Hierarchy  This Package  Previous  Next  Index