Package org.apache.maven.index.updater
-
Interface Summary Interface Description FSDirectoryFactory FSDirectoryFactory allows host application choose specific FSDirectory implementation used during index update.IndexDataReader.IndexDataReadVisitor Visitor of indexed Lucene documents.IndexUpdater An index updater provides functionality to update index for remote repositories using transfer format produced by theIndexPacker
.IndexUpdateSideEffect Ability to spread index updates to (possible) plugin receivers.ResourceFetcher An interface defining resource downloading contract -
Class Summary Class Description DefaultIndexUpdater A default index updater implementationDefaultIndexUpdater.FileFetcher Filesystem-based ResourceFetcher implementationDefaultIndexUpdater.LocalIndexCacheFetcher IndexDataReader An index data reader used to parse transfer index format.IndexDataReader.IndexDataReadResult An index data read result holderIndexDataWriter An index data writer used to write transfer index format.IndexUpdateRequest Request to update indexes.IndexUpdateResult WagonHelper This is a helper for obtaining Wagon based ResourceFetchers.WagonHelper.WagonFetcher