All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.tools.MoGen

java.lang.Object
   |
   +----com.sun.jaw.tools.MoGen

public final class MoGen
extends Object
The class parses an M-bean (or a list of M-beans) and generates the associated C-beans. In order to invoke the class, you need to invoke: where: In order to directly invoke the class, Java Dynamic Management provides a script called mogen.
On Solaris the script is provided under $(PACKAGE_ROOT)/jaw/bin. If you use default install path the script is here.


Method Index

 o gettargetDir()
Returns the directory in which the compiler is supposed to generate code.
 o main(String[])
Invoke the compiler.

Methods

 o gettargetDir
 public static String gettargetDir()
Returns the directory in which the compiler is supposed to generate code. By default, the compiler uses the current directory. By using the "-d" option, you can change the directory to use.

 o main
 public static void main(String args[])
Invoke the compiler.


All Packages  Class Hierarchy  This Package  Previous  Next  Index