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

Class COM.ibm.jaws.tools.emit.RunImplEmitter

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

public class RunImplEmitter
extends Object
This class runs the BaseToImpl main method.

Constructor Index

 o RunImplEmitter()

Method Index

 o main(String[])
Takes one argument the class name of the base class.

Constructors

 o RunImplEmitter
  public RunImplEmitter()

Methods

 o main
  public static void main(String args[])
Takes one argument the class name of the base class. Produces the interface and impl files.
Parameters:
args - Array of command line arguments.

All Packages  Class Hierarchy  This Package  Previous  Next  Index