public class

ClasspathCollector

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.ClasspathCollector

Summary

Public Constructors
ClasspathCollector()
Public Methods
boolean add(String paths)
Add a path or series of paths to the collection of classpath entries recorded by this object.
boolean addFromJar(File file)
Add a JAR file (as well as additional in-manifest located entries) to the collection of classpath entries recorded by this object.
ClassLoader createClassloader()
Create a classloader whose parent is the current classloader and whose classpath consists of all classpaths collected by this object
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ClasspathCollector ()

Public Methods

public boolean add (String paths)

Add a path or series of paths to the collection of classpath entries recorded by this object.

public boolean addFromJar (File file)

Add a JAR file (as well as additional in-manifest located entries) to the collection of classpath entries recorded by this object.

public ClassLoader createClassloader ()

Create a classloader whose parent is the current classloader and whose classpath consists of all classpaths collected by this object