Uses of Class
org.apache.maven.index.updater.IndexUpdateRequest

Packages that use IndexUpdateRequest
org.apache.maven.index.incremental   
org.apache.maven.index.updater   
 

Uses of IndexUpdateRequest in org.apache.maven.index.incremental
 

Methods in org.apache.maven.index.incremental with parameters of type IndexUpdateRequest
 List<String> IncrementalHandler.loadRemoteIncrementalUpdates(IndexUpdateRequest request, Properties localProperties, Properties remoteProperties)
           
 List<String> DefaultIncrementalHandler.loadRemoteIncrementalUpdates(IndexUpdateRequest request, Properties localProperties, Properties remoteProperties)
           
 

Uses of IndexUpdateRequest in org.apache.maven.index.updater
 

Methods in org.apache.maven.index.updater with parameters of type IndexUpdateRequest
 IndexUpdateResult IndexUpdater.fetchAndUpdateIndex(IndexUpdateRequest updateRequest)
           
 IndexUpdateResult DefaultIndexUpdater.fetchAndUpdateIndex(IndexUpdateRequest updateRequest)
           
 



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.