*/
import org.apache.archiva.model.ArtifactReference;
+import org.apache.archiva.repository.Repository;
import org.apache.archiva.repository.RepositoryType;
import java.net.URI;
* @return
*/
boolean supportsRepository(RepositoryType type);
+
+ /**
+ * Creates the indexing context for the given repository.
+ * @param repository the repository for which the index context should be created
+ * @return the index context
+ */
+ ArchivaIndexingContext createContext(Repository repository);
}