wt.introspection
Class XmlRegistryIiGenerator

java.lang.Object
  extended bywt.introspection.XmlIiGenerator
      extended bywt.introspection.XmlRegistryIiGenerator

public class XmlRegistryIiGenerator
extends XmlIiGenerator

Produces reports for the set of classes contained in the model registry.


Field Summary
 
Fields inherited from class wt.introspection.XmlIiGenerator
directory, ENUMERATED_TYPE, ignoreProblems, modelRegistry, outputDirectory, printReport, suffix, WINDCHILL_CLASS
 
Constructor Summary
XmlRegistryIiGenerator()
          Create an instance to produce a report for all of the classes in the model registry.
 
Method Summary
 void process()
          For each package in the model registry process the package which will in turn process the contained classes.
 
Methods inherited from class wt.introspection.XmlIiGenerator
getOutputDirectory, isIntrospectable, main, newDocument, print, print, report, setDirectory, setIgnoreProblems, setOutputDirectory, setPrintReport, setSuffix, tail, writeDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlRegistryIiGenerator

public XmlRegistryIiGenerator()
Create an instance to produce a report for all of the classes in the model registry.

Method Detail

process

public final void process()
                   throws WTIntrospectionException
For each package in the model registry process the package which will in turn process the contained classes.

Specified by:
process in class XmlIiGenerator
Throws:
WTIntrospectionException