
org.codefx.maven.plugin.jdeps.tool.JDepsSearch Maven / Gradle / Ivy
The newest version!
package org.codefx.maven.plugin.jdeps.tool;
import java.nio.file.Path;
import java.util.Optional;
/**
* Tries to locate the Java
* Dependency Analysis Tool (jdeps).
*/
public interface JDepsSearch {
/**
* @return the path to the tool or an empty {@link Optional} if it was not found
*/
Optional search();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy