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 ] [-toOriginal] [-test]
[-jar ] [-toJar ] [-modeless]
[-repos ] [-toRepos ]
[-class ] [-hideOriginal] [-?]
[-classInJar ]
- See Also:
- MorphController, MorphDialog
-
morph()
- Constructs a new morph object, using default values.
-
morph(String[])
- Constructs a new morph object.
-
main(String[])
- Command-line main.
morph
public morph()
- Constructs a new morph object, using default values.
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
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