Uses of Interface
org.eclipse.aether.internal.impl.LocalPathComposer
Packages that use LocalPathComposer
Package
Description
The various sub components that collectively implement the repository system.
-
Uses of LocalPathComposer in org.eclipse.aether.internal.impl
Classes in org.eclipse.aether.internal.impl that implement LocalPathComposerFields in org.eclipse.aether.internal.impl declared as LocalPathComposerModifier and TypeFieldDescriptionprivate LocalPathComposerEnhancedLocalRepositoryManagerFactory.localPathComposerprivate final LocalPathComposerSimpleLocalRepositoryManager.localPathComposerprivate LocalPathComposerSimpleLocalRepositoryManagerFactory.localPathComposerConstructors in org.eclipse.aether.internal.impl with parameters of type LocalPathComposerModifierConstructorDescription(package private)EnhancedLocalRepositoryManager(File basedir, LocalPathComposer localPathComposer, String trackingFilename, TrackingFileManager trackingFileManager, LocalPathPrefixComposer localPathPrefixComposer) EnhancedLocalRepositoryManagerFactory(LocalPathComposer localPathComposer, TrackingFileManager trackingFileManager, LocalPathPrefixComposerFactory localPathPrefixComposerFactory) (package private)SimpleLocalRepositoryManager(File basedir, String type, LocalPathComposer localPathComposer) SimpleLocalRepositoryManagerFactory(LocalPathComposer localPathComposer) -
Uses of LocalPathComposer in org.eclipse.aether.internal.impl.checksum
Fields in org.eclipse.aether.internal.impl.checksum declared as LocalPathComposerModifier and TypeFieldDescriptionprivate final LocalPathComposerSparseDirectoryTrustedChecksumsSource.localPathComposerprivate final LocalPathComposerSummaryFileTrustedChecksumsSource.localPathComposerConstructors in org.eclipse.aether.internal.impl.checksum with parameters of type LocalPathComposerModifierConstructorDescriptionSparseDirectoryTrustedChecksumsSource(FileProcessor fileProcessor, LocalPathComposer localPathComposer) SummaryFileTrustedChecksumsSource(LocalPathComposer localPathComposer, RepositorySystemLifecycle repositorySystemLifecycle) -
Uses of LocalPathComposer in org.eclipse.aether.supplier
Methods in org.eclipse.aether.supplier that return LocalPathComposerModifier and TypeMethodDescriptionprotected LocalPathComposerRepositorySystemSupplier.getLocalPathComposer()Methods in org.eclipse.aether.supplier with parameters of type LocalPathComposerModifier and TypeMethodDescriptionprotected LocalRepositoryProviderRepositorySystemSupplier.getLocalRepositoryProvider(LocalPathComposer localPathComposer, TrackingFileManager trackingFileManager, LocalPathPrefixComposerFactory localPathPrefixComposerFactory) protected Map<String, TrustedChecksumsSource> RepositorySystemSupplier.getTrustedChecksumsSources(FileProcessor fileProcessor, LocalPathComposer localPathComposer, RepositorySystemLifecycle repositorySystemLifecycle)