Package classUtils.pack.util

Interface Summary
ClassFilter Copyright DocJava, inc.
ClassFinderInterface This interface defines services for publicly load class bytecode.
ClassPackageExplorer Classes implementing this interface can explore the classpath, retrieving the contents of Java packages and enumerate the classes therein.
DynamicClassFinderInterface A ClassFileFinder which allows to dynamically redefine the class path.
DynamicResourceFinderInterfaceInterface A ResourceFileFinder which allows to dynamically redefine the class path.
PrefixProvider Classes implementing this interface can provide a prefix for a PrefixPrintWriter object.
ResourceFinderInterface This interface defines services for publicly load resource files.
 

Class Summary
Cache A simple cache object, which holds affineTransform most n references.
ClassFinder This class emulates JDK 1.2 behaviour for finding class, providing direct access to the files / streams.
ClassFinderUtils Copyright DocJava, inc.
ClassMap Copyright DocJava, inc.
ClassPathIterator An iterator over a classpath declaration.
ClassSpec  
CPoolReader This class reads directly a class file as specified in the Java Language specification.
DebugInputStream  
DirectoryFileFilter A FileFilter to filter in or out directories.
DynamicClassLoader A classloader whose classpath can be set dynamically.
ExtensionFileFilter A simple FileFilter based on file extensions.
IndentedPrintWriter A PrintWriter which indents each line of text with a given character.
ListMapIterator An iterator to go thru a Map of Lists, using a specific key list for deciding how to access the sublists.
MethodSignatureAnalyzer A class to analyze a Java method signature declaration, returning information on type names.
ObjectLister A class to list the elements of an array or a collection/enumeration into a string, each element divided by a separtor, by invoking either the toString() method or a given method with no parameters (and returning a String).
Pack Pack dependencies on a given set of classes.
PackagePrefixClassFilter Copyright DocJava, inc.
PathNormalizer An utility class to compute normalized paths (i.e.
PrefixPrintWriter A PrintWriter that unconditionally prefixes any new line of output with a given prefix.
PrefixPrintWriter.DirectoryPrefixProvider A prefix provider to showAndRegister the current directory as a prefix.
Resource  
SimpleClassPackageExplorer A package explorer implementation.
StateInfoSupport Plug-in class for adding state information support to an mbean.
TypeWrapper An helper class to automatically wrap primitive types into their corresponding object types.
 

Exception Summary
QueueEmptyException Indicates that an operation failed since the queue is empty.