Package aQute.bnd.osgi
Class Classpath
- java.lang.Object
-
- aQute.bnd.osgi.Classpath
-
@Deprecated @ProviderType public class Classpath extends java.lang.Object
Deprecated.Type caused coupling to build package and was never locally used. This class was moved to the aQute.bnd.build package
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Classpath.ClassVisitor
Deprecated.
-
Constructor Summary
Constructors Constructor Description Classpath(aQute.service.reporter.Reporter project, java.lang.String name)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
add
public void add(java.util.Collection<java.lang.Object> testpath) throws java.lang.Exception
Deprecated.- Throws:
java.lang.Exception
-
getEntries
public java.util.List<java.io.File> getEntries()
Deprecated.
-
visit
public void visit(Classpath.ClassVisitor visitor) throws java.lang.Exception
Deprecated.Visit each class on the class path.- Parameters:
visitor
- the visitor- Throws:
java.lang.Exception
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toString
in classjava.lang.Object
-
-