org.apache.maven.index.incremental
Class DefaultIncrementalHandler

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.apache.maven.index.incremental.DefaultIncrementalHandler
All Implemented Interfaces:
IncrementalHandler, org.codehaus.plexus.logging.LogEnabled

@Component(role=IncrementalHandler.class)
public class DefaultIncrementalHandler
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements IncrementalHandler


Constructor Summary
DefaultIncrementalHandler()
           
 
Method Summary
 List<Integer> getIncrementalUpdates(IndexPackingRequest request, Properties properties)
           
 void initializeProperties(Properties properties)
           
 List<String> loadRemoteIncrementalUpdates(IndexUpdateRequest request, Properties localProperties, Properties remoteProperties)
           
 
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultIncrementalHandler

public DefaultIncrementalHandler()
Method Detail

getIncrementalUpdates

public List<Integer> getIncrementalUpdates(IndexPackingRequest request,
                                           Properties properties)
                                    throws IOException
Specified by:
getIncrementalUpdates in interface IncrementalHandler
Throws:
IOException

loadRemoteIncrementalUpdates

public List<String> loadRemoteIncrementalUpdates(IndexUpdateRequest request,
                                                 Properties localProperties,
                                                 Properties remoteProperties)
                                          throws IOException
Specified by:
loadRemoteIncrementalUpdates in interface IncrementalHandler
Throws:
IOException

initializeProperties

public void initializeProperties(Properties properties)
Specified by:
initializeProperties in interface IncrementalHandler


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