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 classLegacyTrackingFileManagerManages access to a properties file in legacy compatible way.classNamedLocksTrackingFileManagerManages access to a properties file using named locks.Methods in org.eclipse.aether.internal.impl that return TrackingFileManager Modifier and Type Method Description TrackingFileManagerTrackingFileManagerProvider. get()TrackingFileManagerTrackingFileManagerSupplier. get()Constructors in org.eclipse.aether.internal.impl with parameters of type TrackingFileManager Constructor Description DefaultUpdateCheckManager(TrackingFileManager trackingFileManager, UpdatePolicyAnalyzer updatePolicyAnalyzer, org.eclipse.aether.spi.io.PathProcessor pathProcessor)EnhancedLocalRepositoryManagerFactory(LocalPathComposer localPathComposer, TrackingFileManager trackingFileManager, LocalPathPrefixComposerFactory localPathPrefixComposerFactory, org.eclipse.aether.spi.remoterepo.RepositoryKeyFunctionFactory repositoryKeyFunctionFactory)
-