All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.wizards.core.Def

java.lang.Object
   |
   +----com.sun.wizards.core.Def

public class Def
extends Object
Class to turn debugging on/off


Variable Index

 o DEBUG
A flag that indicates whether or not debugging is enabled.
 o INIT_CHILDREN
A mask value indicating that the WizardState children are loaded.
 o INIT_COMPLETE
A mask value indicating that the WizardState initialization is complete.
 o INIT_DATA
A mask value indicating that the WizardState data is initialized.
 o INIT_NAME
A mask value indicating that the WizardState name is initialized.
 o INIT_PURPOSE
A mask value indicating that the WizardState purpose is initialized.
 o INIT_SEQUENCES
A mask value indicating that the WizardState Sequences initialized.
 o INIT_SERVEROBJECTS
A mask value indicating that the WizardState ServerObjects are initialized.

Constructor Index

 o Def()

Variables

 o DEBUG
 public static boolean DEBUG
A flag that indicates whether or not debugging is enabled.

 o INIT_NAME
 public static final int INIT_NAME
A mask value indicating that the WizardState name is initialized.

 o INIT_PURPOSE
 public static final int INIT_PURPOSE
A mask value indicating that the WizardState purpose is initialized.

 o INIT_DATA
 public static final int INIT_DATA
A mask value indicating that the WizardState data is initialized.

 o INIT_SERVEROBJECTS
 public static final int INIT_SERVEROBJECTS
A mask value indicating that the WizardState ServerObjects are initialized.

 o INIT_SEQUENCES
 public static final int INIT_SEQUENCES
A mask value indicating that the WizardState Sequences initialized.

 o INIT_CHILDREN
 public static final int INIT_CHILDREN
A mask value indicating that the WizardState children are loaded.

 o INIT_COMPLETE
 public static final int INIT_COMPLETE
A mask value indicating that the WizardState initialization is complete.

Constructors

 o Def
 public Def()

All Packages  Class Hierarchy  This Package  Previous  Next  Index