public class Classpath extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Classpath.ClassVisitor |
| Constructor and Description |
|---|
Classpath(Reporter project,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Collection<Container> testpath) |
List<File> |
getEntries() |
String |
toString() |
void |
visit(Classpath.ClassVisitor visitor)
Visit each class on the class path.
|
public void add(Collection<Container> testpath) throws Exception
Exceptionpublic void visit(Classpath.ClassVisitor visitor) throws Exception
visitor - the visitorExceptionCopyright © 2019 aQute SARL. All rights reserved.