public class JdkInternalsExecutor extends Object
| Constructor and Description |
|---|
JdkInternalsExecutor(Path jDepsExecutable,
Path folderToScan,
Consumer<String> jDepsOutputConsumer)
Creates a new executor.
|
public JdkInternalsExecutor(Path jDepsExecutable, Path folderToScan, Consumer<String> jDepsOutputConsumer)
jDepsExecutable - path to the JDeps executablefolderToScan - the path to the folder which jdeps will scanjDepsOutputConsumer - consumer of jdeps' output (line by line)This documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.