aQute.bnd.osgi
Class Classpath

java.lang.Object
  extended by aQute.bnd.osgi.Classpath

public class Classpath
extends Object


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

Classpath

public Classpath(Reporter project,
                 String name)
Method Detail

add

public void add(Collection<Container> testpath)
         throws Exception
Throws:
Exception

getEntries

public List<File> getEntries()

visit

public void visit(Classpath.ClassVisitor visitor)
           throws Exception
Visit each class on the class path.

Parameters:
visitor - the visitor
Throws:
Exception

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 aQute SARL. All rights reserved.