Package com.sun.tdk.signaturetest.core

Interface Summary
ClassDescriptionLoader  
ClassHierarchy  
Exclude The exclusion plugin allow ignore classes, methods, fields during signature check.
Log  
 

Class Summary
ClassCorrector ClassCorrector is the main part of solving problems related with hidden language elements public class (interface) extends package local class (interface)
Sigtest should ignore base class and/or implemented interfaces and move all visible base's members to the nearest visible SUBclass like Javadoc do since version 1.5.
ClassHierarchyImpl  
ClassSet  
Erasurator Class Erasurator performs "Type erasure" (see JLS Third Edition, p. 4.6) Type erasure is a mapping from types (possibly including parameterized types and type variables) to types (that are never parameterized types or type variables).
MemberCollectionBuilder This class provides methods to findByName an load a class and to compile a ClassDescription for it.
MemberCollectionBuilder.BuildMode  
PackageGroup PackageGroup is intended to maintain a list of packages names.
PrimitiveTypes  
ThrowsNormalizer Normalize the throws list completely for 'src' mode
 

Exception Summary
ExcludeException The ExcludeException is thrown by Exclude implementation to exclude API item and describe the reason as the message of exception.