wt.tools.xref
Class Package

java.lang.Object
  extended bywt.tools.xref.Package

public class Package
extends Object

This class stores information about the classes and interfaces that exist in a Java package.


Field Summary
(package private)  String d_packageName
          This field stores the fully qualified name of the package like: wt.query.specification
 
Constructor Summary
(package private) Package(String name)
           
 
Method Summary
(package private)  void addClassInterface(ClassInterfaceSpec spec, ClassInterface theClassInterface)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

d_packageName

String d_packageName
This field stores the fully qualified name of the package like: wt.query.specification

Constructor Detail

Package

Package(String name)
Method Detail

addClassInterface

void addClassInterface(ClassInterfaceSpec spec,
                       ClassInterface theClassInterface)