Package wt.loader

Defines Loader which is a java.lang.ClassLoader that supports Windchill class loading with AttributeInfo, FieldInfo and MethodInfo.

See:
          Description

Interface Summary
Proxy  
Proxyable  
 

Class Summary
AttributeInfo This class defines the generic Attribute type for Java class files.
ClassFile This class is used to manipulate Java class files in strange and mysterious ways.
ConstantPoolInfo This class defines an entry in the constant pool for a Java class.
FieldInfo This class defines a FieldInfo in the class file.
Loader  
Loader.TableEntry  
LoaderObjectInputStream  
LoaderObjectOutputStream  
MethodInfo This class describes a Method as it is stored in the class file.
 

Package wt.loader Description

Defines Loader which is a java.lang.ClassLoader that supports Windchill class loading with AttributeInfo, FieldInfo and MethodInfo.

See Also:
wt.load