| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.util.ClasspathCollector |
| 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
| |||||||||||
Add a path or series of paths to the collection of classpath entries recorded by this object.
Add a JAR file (as well as additional in-manifest located entries) to the collection of classpath entries recorded by this object.
Create a classloader whose parent is the current classloader and whose classpath consists of all classpaths collected by this object