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

org.noos.xing.mydoggy.itest.ComponentLookuper Maven / Gradle / Ivy

package org.noos.xing.mydoggy.itest;


/**
 * @author Angelo De Caro ([email protected])
 */
public interface ComponentLookuper {

    ComponentAdapter lookup();

    ComponentAdapter lookup(String componentName);

    ComponentAdapter lookup(ComponentFilter componentFilter);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy