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

xsbti.compile.DefinesClass Maven / Gradle / Ivy

There is a newer version: 1.1.7
Show newest version
package xsbti.compile;

/**
 * Determines if a classpath entry contains a class.
 *
 * The corresponding classpath entry is not exposed by this interface. It's tied
 * to it by a specific class that implements this interface.
 */
public interface DefinesClass {
    /**
     * Returns true if the classpath entry contains the requested class.
     */
    boolean apply(String className);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy