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

Class COM.ibm.jaws.tools.emit.RunInterfaceEmitter

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

public class RunInterfaceEmitter
extends Object
This class runs the BaseToInterface main method.

Constructor Index

 o RunInterfaceEmitter()

Method Index

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

Constructors

 o RunInterfaceEmitter
  public RunInterfaceEmitter()

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