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 <directory>] [-toOriginal] [-withJarDir <directory>] [-modeless] [-?] [-jar <jarFile>] [-toJar <jarFile>] [-withJar <jarFile>] [-batch] [-dir <directory>] [-toDir <directory>] [-withDir <directory>] [-test] [-class <moniker classFile>] [-withClass <moniker classFile>] [-ser <moniker serFile] [-withSer <moniker classFile>] [-classInJar <moniker jarFile>] [-withClassInJar <moniker jarFile>] [-serInJar <moniker jarFile>] [-withSerInJar <moniker jarFile>]

See Also:
DipFromRepositoryDialog

Constructor Index

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

Method Index

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

Constructors

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

 o 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

Methods

 o 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