public class ClasspathFinder extends Object
Constructor and Description |
---|
ClasspathFinder(ScanSpec scanSpec,
LoggedThread.ThreadLog log) |
Modifier and Type | Method and Description |
---|---|
void |
addClasspathElement(String pathElement)
Add a classpath element relative to a base file.
|
void |
addClasspathElements(String pathStr)
Add classpath elements, separated by the system path separator character.
|
List<File> |
getUniqueClasspathElements()
Returns the list of all unique File objects representing directories or zip/jarfiles on the classpath, in
classloader resolution order.
|
public ClasspathFinder(ScanSpec scanSpec, LoggedThread.ThreadLog log)
Copyright © 2016. All rights reserved.