Uses of Interface
org.eclipse.aether.internal.impl.LocalPathComposer
-
Packages that use LocalPathComposer Package Description org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system.org.eclipse.aether.internal.impl.checksum -
-
Uses of LocalPathComposer in org.eclipse.aether.internal.impl
Classes in org.eclipse.aether.internal.impl that implement LocalPathComposer Modifier and Type Class Description classDefaultLocalPathComposerDefault implementation ofLocalPathComposer.Constructors in org.eclipse.aether.internal.impl with parameters of type LocalPathComposer Constructor Description EnhancedLocalRepositoryManagerFactory(LocalPathComposer localPathComposer, TrackingFileManager trackingFileManager, LocalPathPrefixComposerFactory localPathPrefixComposerFactory, org.eclipse.aether.spi.remoterepo.RepositoryKeyFunctionFactory repositoryKeyFunctionFactory)SimpleLocalRepositoryManagerFactory(LocalPathComposer localPathComposer, org.eclipse.aether.spi.remoterepo.RepositoryKeyFunctionFactory repositoryKeyFunctionFactory) -
Uses of LocalPathComposer in org.eclipse.aether.internal.impl.checksum
Constructors in org.eclipse.aether.internal.impl.checksum with parameters of type LocalPathComposer Constructor Description SparseDirectoryTrustedChecksumsSource(org.eclipse.aether.spi.remoterepo.RepositoryKeyFunctionFactory repositoryKeyFunctionFactory, org.eclipse.aether.spi.io.ChecksumProcessor checksumProcessor, LocalPathComposer localPathComposer)SummaryFileTrustedChecksumsSource(org.eclipse.aether.spi.remoterepo.RepositoryKeyFunctionFactory repoKeyFunctionFactory, LocalPathComposer localPathComposer, RepositorySystemLifecycle repositorySystemLifecycle, org.eclipse.aether.spi.io.PathProcessor pathProcessor)
-