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

org.fluentlenium.configuration.ReflectiveFactory Maven / Gradle / Ivy

package org.fluentlenium.configuration;

/**
 * Reflective factory.
 */
@IndexIgnore
public interface ReflectiveFactory extends Factory {
    /**
     * Check if the class instantiated by this factory is available.
     *
     * @return true if the class is available.
     */
    boolean isAvailable();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy