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