com.ibm.sigtest |
|
Java Source File Name | Type | Comment |
ClassDesc.java | Class | This class stores all the information needed to compare the signature of one
class to another.
author: Matthew J. |
MemberDesc.java | Class | This class stores the name and modifiers for a given member (class or
method).
author: Matthew J. |
MethodDesc.java | Class | This class stores all the information needed to identify a method signature.
author: Matthew J. |
ProjectDesc.java | Class | This class stores a name and a collection of class descriptions, to form a
project.
author: Matthew J. |
ProjectFileGenerator.java | Class | This class generates a project file which contains a snapshot of the current
signatures of the specified classes.
author: Matthew J. |
SigTestUtils.java | Class | This class implements static utility methods for use by the signature test
tool.
author: Matthew J. |
TestSignatures.java | Class | This class compares a project file to either the classes currently available
on the classpath, or another project file.
author: Matthew J. |