@Deprecated
public class Classpath
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Classpath.ClassVisitor
Deprecated.
|
| Constructor and Description |
|---|
Classpath(Reporter project,
java.lang.String name)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.util.Collection<java.lang.Object> testpath)
Deprecated.
|
java.util.List<java.io.File> |
getEntries()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
void |
visit(Classpath.ClassVisitor visitor)
Deprecated.
Visit each class on the class path.
|
public Classpath(Reporter project, java.lang.String name)
public void add(java.util.Collection<java.lang.Object> testpath)
throws java.lang.Exception
java.lang.Exceptionpublic java.util.List<java.io.File> getEntries()
public void visit(Classpath.ClassVisitor visitor) throws java.lang.Exception
visitor - the visitorjava.lang.Exceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright (c) aQute SARL (2000, 2017) and others. All Rights Reserved.