wt.introspection
Class VerifyEnvironment

java.lang.Object
  extended bywt.introspection.VerifyEnvironment

public class VerifyEnvironment
extends Object

VerifyEnvironment is a verification utility for the Introspection package.


  


Supported API: false

Extendable: false

See Also:
WTIntrospector, ClassInfo

Field Summary
(package private) static Class DATASTORE_ELEMENT
           
private  boolean entireModel
           
(package private) static Class ENUMERATED_TYPE
           
private static MappedRegistry modelRegistry
           
private  com.objectspace.jgl.OrderedSet primaryModel
           
private  com.objectspace.jgl.OrderedSet secondaryModel
           
(package private) static Class WINDCHILL_CLASS
           
 
Constructor Summary
VerifyEnvironment()
           
 
Method Summary
 void accumulatePrimary(String classNames)
          Exercise the methods of the classes in the Introspector package.
protected  void accumulateSecondary()
           
 void executeApp(String classNames)
           
static void main(String[] args)
           
protected  void processPackage(String pckg)
           
protected  void processRegistry()
           
static void propertySetup(String[] args)
           
protected  void verifyClass(String className, boolean recurse)
           
protected  void verifyModel()
           
protected  void verifySecondary()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entireModel

private boolean entireModel

primaryModel

private com.objectspace.jgl.OrderedSet primaryModel

secondaryModel

private com.objectspace.jgl.OrderedSet secondaryModel

modelRegistry

private static MappedRegistry modelRegistry

WINDCHILL_CLASS

static final Class WINDCHILL_CLASS

ENUMERATED_TYPE

static final Class ENUMERATED_TYPE

DATASTORE_ELEMENT

static final Class DATASTORE_ELEMENT
Constructor Detail

VerifyEnvironment

public VerifyEnvironment()
Method Detail

accumulatePrimary

public void accumulatePrimary(String classNames)
Exercise the methods of the classes in the Introspector package.

Parameters:
classNames - is a comma delimited list of fully qualified classnames to report on

accumulateSecondary

protected void accumulateSecondary()

executeApp

public void executeApp(String classNames)
                throws Exception
Throws:
Exception

main

public static void main(String[] args)

processPackage

protected void processPackage(String pckg)

processRegistry

protected void processRegistry()

propertySetup

public static void propertySetup(String[] args)
                          throws Exception
Throws:
Exception

verifyClass

protected void verifyClass(String className,
                           boolean recurse)

verifyModel

protected void verifyModel()

verifySecondary

protected void verifySecondary()