org.apache.maven.index.incremental
Interface IncrementalHandler

All Known Implementing Classes:
DefaultIncrementalHandler

public interface IncrementalHandler


Method Summary
 List<Integer> getIncrementalUpdates(IndexPackingRequest request, Properties properties)
           
 void initializeProperties(Properties properties)
           
 List<String> loadRemoteIncrementalUpdates(IndexUpdateRequest request, Properties localProperties, Properties remoteProperties)
           
 

Method Detail

getIncrementalUpdates

List<Integer> getIncrementalUpdates(IndexPackingRequest request,
                                    Properties properties)
                                    throws IOException
Throws:
IOException

loadRemoteIncrementalUpdates

List<String> loadRemoteIncrementalUpdates(IndexUpdateRequest request,
                                          Properties localProperties,
                                          Properties remoteProperties)
                                          throws IOException
Throws:
IOException

initializeProperties

void initializeProperties(Properties properties)


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