All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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