All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.tools.dip.morph

java.lang.Object
   |
   +----com.ibm.beans.tools.dip.morph

public class morph
extends Object
The morph class is a command-line program for the Morph UI.

Usage:

java morph [-jarDir <directory>] [-toOriginal] [-test] [-jar <jarFile>] [-toJar <jarFile>] [-modeless] [-repos <directory>] [-toRepos <directory>] [-class <moniker classFile>] [-hideOriginal] [-?] [-classInJar <moniker jarFile>]

See Also:
MorphController, MorphDialog

Constructor Index

 o morph()
Constructs a new morph object, using default values.
 o morph(String[])
Constructs a new morph object.

Method Index

 o main(String[])
Command-line main.

Constructors

 o morph
 public morph()
Constructs a new morph object, using default values.

 o morph
 public morph(String argv[])
Constructs a new morph object. If null is passed in for the array of command line parameters, then it defaults to "-jarDir . -toOriginal"

Parameters:
argv - Array of Strings representing command line arguments

Methods

 o main
 public static void main(String argv[])
Command-line main.

The passed arguments are checked for validity.

Parameters:
argv[] - The command-line array of strings.

All Packages  Class Hierarchy  This Package  Previous  Next  Index