|
Class Summary |
| ChainedParamReader |
Description: In ParamReader class, user cannot get inherited method parameter
from the class they passed in for performance reasons This class
is walks up the inheritance chain. |
| ClassChecker |
This class provides method to check whether
some interface is implemented by the class
or the class is the subclass of any class. |
| ClassFinder |
This class is a nice utility to retrive class
Object that are anywhere on the classpath. |
| FriendPattern |
This class helps to ensure, that a call of a
method only stems from a specific class
or even a specific method within that class. |
| StringManipulator |
This class adds functionality to the String mehtod |