|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectaQute.bnd.osgi.Classpath
public class Classpath
| Nested Class Summary | |
|---|---|
static interface |
Classpath.ClassVisitor
|
| Constructor Summary | |
|---|---|
Classpath(Reporter project,
String name)
|
|
| Method Summary | |
|---|---|
void |
add(Collection<Container> testpath)
|
List<File> |
getEntries()
|
String |
toString()
|
void |
visit(Classpath.ClassVisitor visitor)
Visit each class on the class path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Classpath(Reporter project,
String name)
| Method Detail |
|---|
public void add(Collection<Container> testpath)
throws Exception
Exceptionpublic List<File> getEntries()
public void visit(Classpath.ClassVisitor visitor)
throws Exception
visitor - the visitor
Exceptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||