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. -
-
Uses of TrackingFileManager in org.eclipse.aether.internal.impl
Classes in org.eclipse.aether.internal.impl that implement TrackingFileManager Modifier and Type Class Description classDefaultTrackingFileManagerManages access to a properties file.Methods in org.eclipse.aether.internal.impl with parameters of type TrackingFileManager Modifier and Type Method Description DefaultUpdateCheckManagerDefaultUpdateCheckManager. setTrackingFileManager(TrackingFileManager trackingFileManager)Constructors in org.eclipse.aether.internal.impl with parameters of type TrackingFileManager Constructor Description DefaultUpdateCheckManager(TrackingFileManager trackingFileManager, UpdatePolicyAnalyzer updatePolicyAnalyzer)EnhancedLocalRepositoryManagerFactory(LocalPathComposer localPathComposer, TrackingFileManager trackingFileManager, LocalPathPrefixComposerFactory localPathPrefixComposerFactory)
-