| Package | Description |
|---|---|
| nz.ac.waikato.cms.locator |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ClassPathTraversal.traverse(java.lang.String classname,
ClassPathTraversal.TraversalState state) |
Traverses the class, calls the listener available through the state.
|
protected void |
ClassPathTraversal.traverseClasspathPart(java.lang.String part,
ClassPathTraversal.TraversalState state) |
Analyzes a part of the classpath.
|
protected void |
ClassPathTraversal.traverseDir(java.io.File dir,
ClassPathTraversal.TraversalState state) |
Fills the class cache with classes in the specified directory.
|
protected void |
ClassPathTraversal.traverseDir(java.lang.String prefix,
java.io.File dir,
ClassPathTraversal.TraversalState state) |
Fills the class cache with classes in the specified directory.
|
protected void |
ClassPathTraversal.traverseJar(java.io.File file,
ClassPathTraversal.TraversalState state) |
Fills the class cache with classes from the specified jar.
|
protected void |
ClassPathTraversal.traverseManifest(java.util.jar.Manifest manifest,
ClassPathTraversal.TraversalState state) |
Analyzes the MANIFEST.MF file of a jar whether additional jars are
listed in the "Class-Path" key.
|
Copyright © 2018 University of Waikato, Hamilton, NZ. All Rights Reserved.