Uses of Class
wt.util.MappedRegistry

Packages that use MappedRegistry
com.ptc.windchill.tools   
com.ptc.windchill.util   
com.ptc.windchill.util.packaging.install   
wt.introspection Uses WTIntrospector to provide enhanced introspection above and beyond normal Java introspection via the information objects ClassInfo, LinkInfo and DatabaseInfo
wt.tools   
wt.tools.generation   
wt.tools.metamodel   
wt.util   
 

Uses of MappedRegistry in com.ptc.windchill.tools
 

Fields in com.ptc.windchill.tools declared as MappedRegistry
private static MappedRegistry ModelRegistryTraverser.modelRegistry
           
private static MappedRegistry ModelRegistryPackageTraverser.modelRegistry
           
private  MappedRegistry IntrospectionRelationships.descendentRegistry
           
private  MappedRegistry IntrospectionRelationships.associationRegistry
           
private static MappedRegistry ModelRegistryTraverser.modelRegistry
           
private static MappedRegistry ModelRegistryPackageTraverser.modelRegistry
           
private  MappedRegistry IntrospectionRelationships.descendentRegistry
           
private  MappedRegistry IntrospectionRelationships.associationRegistry
           
 

Uses of MappedRegistry in com.ptc.windchill.util
 

Fields in com.ptc.windchill.util declared as MappedRegistry
protected static MappedRegistry ModuleDir.dirRegistry
           
 

Uses of MappedRegistry in com.ptc.windchill.util.packaging.install
 

Fields in com.ptc.windchill.util.packaging.install declared as MappedRegistry
protected static MappedRegistry ModuleRegistrarImpl.scmRegistry
           
 

Uses of MappedRegistry in wt.introspection
 

Fields in wt.introspection declared as MappedRegistry
protected static MappedRegistry XmlIiGenerator.modelRegistry
           
private static MappedRegistry WTIntrospectorVerify.modelRegistry
           
private static MappedRegistry WTIntrospectorTest.modelRegistry
           
private static MappedRegistry WTIntrospector.modelRegistry
           
private static MappedRegistry VerifyEnvironment.modelRegistry
           
protected static MappedRegistry XmlIiGenerator.modelRegistry
           
private static MappedRegistry WTIntrospectorVerify.modelRegistry
           
private static MappedRegistry WTIntrospectorTest.modelRegistry
           
private static MappedRegistry WTIntrospector.modelRegistry
           
private static MappedRegistry VerifyEnvironment.modelRegistry
           
 

Uses of MappedRegistry in wt.tools
 

Fields in wt.tools declared as MappedRegistry
private static MappedRegistry SystemGeneration.modelRegistry
           
private static MappedRegistry ModelRegistrar.descendentRegistry
           
private static MappedRegistry ModelRegistrar.associationRegistry
           
private static MappedRegistry ModelRegistrar.modelRegistry
           
private static MappedRegistry SystemGeneration.modelRegistry
           
private static MappedRegistry ModelRegistrar.descendentRegistry
           
private static MappedRegistry ModelRegistrar.associationRegistry
           
private static MappedRegistry ModelRegistrar.modelRegistry
           
 

Uses of MappedRegistry in wt.tools.generation
 

Fields in wt.tools.generation declared as MappedRegistry
private  MappedRegistry PackageTraverser.modelRegistry
           
private static MappedRegistry ModelProcessor.modelRegistry
           
private  MappedRegistry ClassRegistry.registry
           
private  MappedRegistry PackageTraverser.modelRegistry
           
private static MappedRegistry ModelProcessor.modelRegistry
           
private  MappedRegistry ClassRegistry.registry
           
 

Methods in wt.tools.generation with parameters of type MappedRegistry
 void PackageTraverser.setModelRegistry(MappedRegistry model_registry)
           
 void PackageProcessor.setModelRegistry(MappedRegistry model_registry)
           
 void ClassRegistry.remove(MappedRegistry otherRegistry)
           
 void PackageTraverser.setModelRegistry(MappedRegistry model_registry)
           
 void PackageProcessor.setModelRegistry(MappedRegistry model_registry)
           
 void ClassRegistry.remove(MappedRegistry otherRegistry)
           
 

Uses of MappedRegistry in wt.tools.metamodel
 

Fields in wt.tools.metamodel declared as MappedRegistry
private static MappedRegistry Rule.modelRegistry
           
private static MappedRegistry Rule.modelRegistry
           
 

Uses of MappedRegistry in wt.util
 

Methods in wt.util that return MappedRegistry
static MappedRegistry MappedRegistry.get(String fileName)
           
static MappedRegistry MappedRegistry.get(String fileName, String dir)
           
 MappedRegistry MappedRegistry.additions(MappedRegistry otherRegistry, String additions_dir)
          Returns a new MappedRegistry containing additions, with the new registry stored in additions_dir.
 MappedRegistry MappedRegistry.removals(MappedRegistry otherRegistry, String removals_dir)
          Returns a new MappedRegistry containing removals, with the new registry stored in removals_dir.
static MappedRegistry MappedRegistry.get(String fileName)
           
static MappedRegistry MappedRegistry.get(String fileName, String dir)
           
 MappedRegistry MappedRegistry.additions(MappedRegistry otherRegistry, String additions_dir)
          Returns a new MappedRegistry containing additions, with the new registry stored in additions_dir.
 MappedRegistry MappedRegistry.removals(MappedRegistry otherRegistry, String removals_dir)
          Returns a new MappedRegistry containing removals, with the new registry stored in removals_dir.
 

Methods in wt.util with parameters of type MappedRegistry
 void MappedRegistry.union(MappedRegistry otherRegistry)
          Merges the entries from the otherRegistry into this one.
 void MappedRegistry.difference(MappedRegistry otherRegistry)
          Returns the difference between two MappedRegistry's, i.e.
 void MappedRegistry.difference(MappedRegistry otherRegistry, String add_dir, String remove_dir)
          Creates a new MappedRegistry containing additions and another one containing removals, with the new registries stored in the specified directories.
 MappedRegistry MappedRegistry.additions(MappedRegistry otherRegistry, String additions_dir)
          Returns a new MappedRegistry containing additions, with the new registry stored in additions_dir.
 MappedRegistry MappedRegistry.removals(MappedRegistry otherRegistry, String removals_dir)
          Returns a new MappedRegistry containing removals, with the new registry stored in removals_dir.
 void MappedRegistry.remove(MappedRegistry otherRegistry)
          Removes the entries in the otherRegistry from this one.
 void MappedRegistry.union(MappedRegistry otherRegistry)
          Merges the entries from the otherRegistry into this one.
 void MappedRegistry.difference(MappedRegistry otherRegistry)
          Returns the difference between two MappedRegistry's, i.e.
 void MappedRegistry.difference(MappedRegistry otherRegistry, String add_dir, String remove_dir)
          Creates a new MappedRegistry containing additions and another one containing removals, with the new registries stored in the specified directories.
 MappedRegistry MappedRegistry.additions(MappedRegistry otherRegistry, String additions_dir)
          Returns a new MappedRegistry containing additions, with the new registry stored in additions_dir.
 MappedRegistry MappedRegistry.removals(MappedRegistry otherRegistry, String removals_dir)
          Returns a new MappedRegistry containing removals, with the new registry stored in removals_dir.
 void MappedRegistry.remove(MappedRegistry otherRegistry)
          Removes the entries in the otherRegistry from this one.