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