Uses of Class
wt.introspection.XmlIiGenerator

Packages that use XmlIiGenerator
wt.introspection Uses WTIntrospector to provide enhanced introspection above and beyond normal Java introspection via the information objects ClassInfo, LinkInfo and DatabaseInfo
 

Uses of XmlIiGenerator in wt.introspection
 

Subclasses of XmlIiGenerator in wt.introspection
 class XmlClassIiGenerator
          Produces reports for the set of classes whose names are provided in a String array.
 class XmlPackageIiGenerator
          Produces reports for the set of classes contained in a named package.
 class XmlRegistryIiGenerator
          Produces reports for the set of classes contained in the model registry.
 

Methods in wt.introspection that return XmlIiGenerator
private static XmlIiGenerator[] XmlIiGenerator.createTestsFor(String target)
           
private static XmlIiGenerator[] XmlIiGenerator.createTestsFor(String target)
           
 

Methods in wt.introspection with parameters of type XmlIiGenerator
private static void XmlIiGenerator.process(XmlIiGenerator[] tests, boolean print_report, String suffix, File directory)
           
private static void XmlIiGenerator.process(XmlIiGenerator[] tests, boolean print_report, String suffix, File directory)
           
 

Constructors in wt.introspection with parameters of type XmlIiGenerator
XmlPackageIiGenerator(String package_name, XmlIiGenerator parent)
           
XmlIiGenerator(XmlIiGenerator parent)
          For use by subtypes.
XmlClassIiGenerator(String class_name, XmlIiGenerator parent)
           
XmlPackageIiGenerator(String package_name, XmlIiGenerator parent)
           
XmlIiGenerator(XmlIiGenerator parent)
          For use by subtypes.
XmlClassIiGenerator(String class_name, XmlIiGenerator parent)