| Interface | Description |
|---|---|
| ClassPathTraversal.TraversalListener |
Interface for classes that listen to the traversal of the classpath.
|
| Class | Description |
|---|---|
| ClassCache |
A class that stores all classes on the classpath.
|
| ClassCache.Listener |
For listening to the class traversal and populating the caches.
|
| ClassCompare |
Compares the names of two classes with the following order:
case insensitive
special chars < numbers < letters
|
| ClassLister |
Determines the classnames of superclasses that are to be displayed in
a GUI for instance.
|
| ClassLocator |
This class is used for discovering classes that implement a certain
interface or a derived from a certain class.
|
| ClassPathTraversal |
For traversing the classpath.
|
| ClassPathTraversal.ClassFileFilter |
For filtering classes.
|
| ClassPathTraversal.DirectoryFilter |
For filtering classes.
|
| ClassPathTraversal.TraversalState |
Container class for maintaining the state while traversing.
|
| ClassUtils |
Helper class for class-related operations.
|
| JavaVersion |
Helper class for the Java versions.
|
| LoggingHelper |
Helper class for logging related stuff.
|
| StringCompare |
Compares two strings with the following order:
case insensitive
german umlauts (ä , ö etc.) or other non-ASCII letters
are treated as special chars
special chars < numbers < letters
|
Copyright © 2018 University of Waikato, Hamilton, NZ. All Rights Reserved.