public class SearchJDepsInJdk extends Object
This class does not implement JDepsSearch because it can not function on its own and requires input (namely
the JDK folder).
| Constructor and Description |
|---|
SearchJDepsInJdk() |
public Optional<Path> search(Path jdkHome)
jdkHome - the path to the JDK in which JDeps will be searched for; does not have to be a valid directory (i.e.
could be a non-existent path or a file)OptionalThis documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.