public class ClasspathFinder extends Object
Constructor and Description |
---|
ClasspathFinder() |
Modifier and Type | Method and Description |
---|---|
ArrayList<File> |
getUniqueClasspathElements()
Get a list of unique elements on the classpath (directories and files) as File objects, preserving order.
|
void |
overrideClasspath(String classpath)
Override the system classpath with a custom classpath to search.
|
public void overrideClasspath(String classpath)
Copyright © 2015. All rights reserved.