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 org.eclipse.aether.supplier -
-
Uses of LocalPathComposer in org.eclipse.aether.internal.impl
Classes in org.eclipse.aether.internal.impl that implement LocalPathComposer Modifier and Type Class Description class
DefaultLocalPathComposer
Default implementation ofLocalPathComposer
.Fields in org.eclipse.aether.internal.impl declared as LocalPathComposer Modifier and Type Field Description private LocalPathComposer
EnhancedLocalRepositoryManagerFactory. localPathComposer
private LocalPathComposer
SimpleLocalRepositoryManager. localPathComposer
private LocalPathComposer
SimpleLocalRepositoryManagerFactory. localPathComposer
Constructors in org.eclipse.aether.internal.impl with parameters of type LocalPathComposer Constructor Description EnhancedLocalRepositoryManager(java.io.File basedir, LocalPathComposer localPathComposer, java.lang.String trackingFilename, TrackingFileManager trackingFileManager, LocalPathPrefixComposer localPathPrefixComposer)
EnhancedLocalRepositoryManagerFactory(LocalPathComposer localPathComposer, TrackingFileManager trackingFileManager, LocalPathPrefixComposerFactory localPathPrefixComposerFactory)
SimpleLocalRepositoryManager(java.io.File basedir, java.lang.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 LocalPathComposer Modifier and Type Field Description private LocalPathComposer
SparseDirectoryTrustedChecksumsSource. localPathComposer
private LocalPathComposer
SummaryFileTrustedChecksumsSource. localPathComposer
Constructors in org.eclipse.aether.internal.impl.checksum with parameters of type LocalPathComposer Constructor Description SparseDirectoryTrustedChecksumsSource(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 LocalPathComposer Modifier and Type Method Description protected LocalPathComposer
RepositorySystemSupplier. getLocalPathComposer()
Methods in org.eclipse.aether.supplier with parameters of type LocalPathComposer Modifier and Type Method Description protected LocalRepositoryProvider
RepositorySystemSupplier. getLocalRepositoryProvider(LocalPathComposer localPathComposer, TrackingFileManager trackingFileManager, LocalPathPrefixComposerFactory localPathPrefixComposerFactory)
protected java.util.Map<java.lang.String,TrustedChecksumsSource>
RepositorySystemSupplier. getTrustedChecksumsSources(FileProcessor fileProcessor, LocalPathComposer localPathComposer, RepositorySystemLifecycle repositorySystemLifecycle)
-