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

org.codehaus.plexus.component.discovery.ResourceBasedComponentDiscoverer Maven / Gradle / Ivy

The newest version!
package org.codehaus.plexus.component.discovery;

/**
 * Component discoverer which relies on the metadata for the components residing in a resource that
 * can be found in a classloader.
 * 
 * @author jvanzyl
 */
public interface ResourceBasedComponentDiscoverer
    extends ComponentDiscoverer
{
    String getComponentDescriptorLocation();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy