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

Class COM.ibm.jaws.tools.emit.BaseEmit

java.lang.Object
   |
   +----COM.ibm.jaws.tools.emit.BaseEmit

public class BaseEmit
extends Object
This class launches the emitter process as a whole, after processing command-line arguments. See SOM Emitter Framework for an overview of the framework.
See Also:
EmitterMgr, Emitter

Constructor Index

 o BaseEmit()

Method Index

 o main(String[])
This method is called by the Java interpretor to start up the emitter.

Constructors

 o BaseEmit
  public BaseEmit()

Methods

 o main
  public static void main(String args[])
This method is called by the Java interpretor to start up the emitter.
Parameters:
args - Array of command line arguments.

All Packages  Class Hierarchy  This Package  Previous  Next  Index