Uses of Interface
org.eclipse.aether.internal.impl.TrackingFileManager
-
Packages that use TrackingFileManager Package Description org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system.org.eclipse.aether.supplier -
-
Uses of TrackingFileManager in org.eclipse.aether.internal.impl
Classes in org.eclipse.aether.internal.impl that implement TrackingFileManager Modifier and Type Class Description class
DefaultTrackingFileManager
Manages access to a properties file.Fields in org.eclipse.aether.internal.impl declared as TrackingFileManager Modifier and Type Field Description private TrackingFileManager
DefaultUpdateCheckManager. trackingFileManager
private TrackingFileManager
EnhancedLocalRepositoryManager. trackingFileManager
private TrackingFileManager
EnhancedLocalRepositoryManagerFactory. trackingFileManager
Methods in org.eclipse.aether.internal.impl with parameters of type TrackingFileManager Modifier and Type Method Description DefaultUpdateCheckManager
DefaultUpdateCheckManager. setTrackingFileManager(TrackingFileManager trackingFileManager)
Constructors in org.eclipse.aether.internal.impl with parameters of type TrackingFileManager Constructor Description DefaultUpdateCheckManager(TrackingFileManager trackingFileManager, UpdatePolicyAnalyzer updatePolicyAnalyzer)
EnhancedLocalRepositoryManager(java.io.File basedir, LocalPathComposer localPathComposer, java.lang.String trackingFilename, TrackingFileManager trackingFileManager, LocalPathPrefixComposer localPathPrefixComposer)
EnhancedLocalRepositoryManagerFactory(LocalPathComposer localPathComposer, TrackingFileManager trackingFileManager, LocalPathPrefixComposerFactory localPathPrefixComposerFactory)
-
Uses of TrackingFileManager in org.eclipse.aether.supplier
Methods in org.eclipse.aether.supplier that return TrackingFileManager Modifier and Type Method Description protected TrackingFileManager
RepositorySystemSupplier. getTrackingFileManager()
Methods in org.eclipse.aether.supplier with parameters of type TrackingFileManager Modifier and Type Method Description protected LocalRepositoryProvider
RepositorySystemSupplier. getLocalRepositoryProvider(LocalPathComposer localPathComposer, TrackingFileManager trackingFileManager, LocalPathPrefixComposerFactory localPathPrefixComposerFactory)
protected UpdateCheckManager
RepositorySystemSupplier. getUpdateCheckManager(TrackingFileManager trackingFileManager, UpdatePolicyAnalyzer updatePolicyAnalyzer)
-