Class DefaultIncrementalHandler
java.lang.Object
org.apache.maven.index.incremental.DefaultIncrementalHandler
- All Implemented Interfaces:
IncrementalHandler
@Singleton
@Named
public class DefaultIncrementalHandler
extends Object
implements IncrementalHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetIncrementalUpdates
(IndexPackingRequest request, Properties properties) protected org.slf4j.Logger
void
initializeProperties
(Properties properties) loadRemoteIncrementalUpdates
(IndexUpdateRequest request, Properties localProperties, Properties remoteProperties)
-
Constructor Details
-
DefaultIncrementalHandler
public DefaultIncrementalHandler()
-
-
Method Details
-
getLogger
protected org.slf4j.Logger getLogger() -
getIncrementalUpdates
public List<Integer> getIncrementalUpdates(IndexPackingRequest request, Properties properties) throws IOException - Specified by:
getIncrementalUpdates
in interfaceIncrementalHandler
- Throws:
IOException
-
loadRemoteIncrementalUpdates
public List<String> loadRemoteIncrementalUpdates(IndexUpdateRequest request, Properties localProperties, Properties remoteProperties) throws IOException - Specified by:
loadRemoteIncrementalUpdates
in interfaceIncrementalHandler
- Throws:
IOException
-
initializeProperties
- Specified by:
initializeProperties
in interfaceIncrementalHandler
-