git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@359159
13f79535-47bb-0310-9956-
ffa450edef68
/**
* This class gets all the paths that contain the metadata files.
*
- * @author Maria Odea Ching
*/
public class DefaultMetadataDiscoverer implements MetadataDiscoverer {
/**
* Interface for discovering metadata files.
*
- * @author Maria Odea Ching
*/
public interface MetadataDiscoverer {
String ROLE = MetadataDiscoverer.class.getName();
* This class searches the index for existing artifacts that contains the
* specified query string.
*
- * @author Maria Odea Ching
*/
public class ArtifactRepositorySearcher implements RepositorySearcher {
import java.util.List;
/**
- * @author Maria Odea Ching
+ *
*/
public interface RepositorySearcher {
/**
*
- * @author Edwin Punzalan/Maria Odea Ching
*/
public class ArtifactRepositoryIndexingTest
extends PlexusTestCase