mirror of https://github.com/apache/archiva.git
add javadoc
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@426404 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8a2f6fc754
commit
cf7d687bd3
|
@ -62,6 +62,7 @@ public interface RepositoryArtifactIndex
|
||||||
* Delete records from the index. Simply ignore the request any did not exist.
|
* Delete records from the index. Simply ignore the request any did not exist.
|
||||||
*
|
*
|
||||||
* @param records the records to delete
|
* @param records the records to delete
|
||||||
|
* @throws RepositoryIndexException if there is a problem removing the record
|
||||||
*/
|
*/
|
||||||
void deleteRecords( Collection records )
|
void deleteRecords( Collection records )
|
||||||
throws RepositoryIndexException;
|
throws RepositoryIndexException;
|
||||||
|
|
|
@ -41,6 +41,7 @@ public interface LuceneIndexRecordConverter
|
||||||
*
|
*
|
||||||
* @param document the document
|
* @param document the document
|
||||||
* @return the record
|
* @return the record
|
||||||
|
* @throws java.text.ParseException if there is a problem parsing a field (specifically, dates)
|
||||||
*/
|
*/
|
||||||
RepositoryIndexRecord convert( Document document )
|
RepositoryIndexRecord convert( Document document )
|
||||||
throws ParseException;
|
throws ParseException;
|
||||||
|
|
Loading…
Reference in New Issue