public class ClasspathFinder extends Object
| Constructor and Description |
|---|
ClasspathFinder() |
| Modifier and Type | Method and Description |
|---|---|
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 overrideClasspath(String classpath)
Copyright © 2015. All rights reserved.