public class ClasspathFinder extends Object
Constructor and Description |
---|
ClasspathFinder() |
Modifier and Type | Method and Description |
---|---|
void |
addClasspathElement(String pathElement)
Add a classpath element.
|
void |
addClasspathElements(String pathStr)
Add classpath elements, separated by the system path separator character.
|
ArrayList<File> |
getUniqueClasspathElements()
Returns the list of all unique File objects representing directories or zip/jarfiles on the classpath, in
classloader resolution order.
|
void |
overrideClasspath(String classpath)
Override the system classpath with a custom classpath to search.
|
public void addClasspathElement(String pathElement)
public void addClasspathElements(String pathStr)
public void overrideClasspath(String classpath)
Copyright © 2015. All rights reserved.