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
Exception
public void visit(Classpath.ClassVisitor visitor) throws Exception
visitor
- the visitorException
Copyright © 2015 aQute SARL. All rights reserved.