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

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

package org.fluentlenium.configuration;

/**
 * Add names to a factory.
 * 

* {@link Factory} implementations can implement this interface to be registered * in registry with those names. */ public interface FactoryNames { /** * Get the factory names. * * @return array of factory names */ String[] getNames(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy