wt.introspection
Class VerifyEnvironment
java.lang.Object
wt.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
VerifyEnvironment
public VerifyEnvironment()
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()