Package org.apache.maven.index.updater
Class TrackingFetcher
java.lang.Object
org.apache.maven.index.updater.DefaultIndexUpdater.FileFetcher
org.apache.maven.index.updater.TrackingFetcher
- All Implemented Interfaces:
org.apache.maven.index.updater.ResourceFetcher
public class TrackingFetcher
extends org.apache.maven.index.updater.DefaultIndexUpdater.FileFetcher
ResourceFetcher that keeps track of all requested remote resources.
- Author:
- igor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Methods inherited from class org.apache.maven.index.updater.DefaultIndexUpdater.FileFetcher
connect, disconnect
-
Constructor Details
-
TrackingFetcher
-
-
Method Details
-
retrieve
- Specified by:
retrieve
in interfaceorg.apache.maven.index.updater.ResourceFetcher
- Overrides:
retrieve
in classorg.apache.maven.index.updater.DefaultIndexUpdater.FileFetcher
- Throws:
IOException
FileNotFoundException
-
retrieve
- Overrides:
retrieve
in classorg.apache.maven.index.updater.DefaultIndexUpdater.FileFetcher
- Throws:
IOException
FileNotFoundException
-
getRetrievedResources
-