All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.beans.tools.dip.dip
java.lang.Object
|
+----com.ibm.beans.tools.dip.dip
- public class dip
- extends Object
The dip class is a command-line program for the Dipping UI.
This dip class is different than the Dip class in com\ibm\beans\dip\Dip.java
Usage:
java dip [-jarDir ] [-toOriginal] [-withJarDir ] [-modeless] [-?]
[-jar ] [-toJar ] [-withJar ] [-batch]
[-dir ] [-toDir ] [-withDir ] [-test]
[-class ] [-withClass ]
[-ser ]
[-classInJar ] [-withClassInJar ]
[-serInJar ] [-withSerInJar ]
- See Also:
- DipFromRepositoryDialog
-
dip()
- Constructs a new dip object, using default values.
-
dip(String[])
- Constructs a new dip object.
-
main(String[])
- Command-line main.
dip
public dip()
- Constructs a new dip object, using default values.
dip
public dip(String argv[])
- Constructs a new dip object. If null is passed in for
the array of command line parameters, then it defaults to
"-jarDir . -withJarDir . -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.
A DipDialog is presented.
If batch mode is requested,
then dipping is attempting without waiting for user input.
- Parameters:
- argv[] - The command-line array of strings.
All Packages Class Hierarchy This Package Previous Next Index