View Javadoc
1   package org.codehaus.plexus.component.discovery;
2   
3   /**
4    * Component discoverer which relies on the metadata for the components residing in a resource that
5    * can be found in a classloader.
6    *
7    * @author jvanzyl
8    */
9   public interface ResourceBasedComponentDiscoverer extends ComponentDiscoverer {
10      String getComponentDescriptorLocation();
11  }