| java.lang.Object regression.ScanJar
ScanJar | public class ScanJar (Code) | | ScanJar: load all of the classes of a specified jar file,
useful for performance and regression testing.
author: Thomas Ball |
Constructor Summary | |
| ScanJar(String name, boolean incl, boolean tos) |
Method Summary | |
public static void | main(String[] args) | public int | scan() Reads class entries from the jar file into ClassFile instances. | public static void | usage() |
includeCode | boolean includeCode(Code) | | |
toString | boolean toString(Code) | | |
ScanJar | ScanJar(String name, boolean incl, boolean tos)(Code) | | |
scan | public int scan() throws IOException(Code) | | Reads class entries from the jar file into ClassFile instances.
Returns the number of classes scanned.
|
usage | public static void usage()(Code) | | |
|
|