Package | Description |
---|---|
org.eclipse.aether.impl.guice |
The integration with the dependency injection framework
Google Guice.
|
org.eclipse.aether.internal.impl |
The various sub components that collectively implement the repository system.
|
org.eclipse.aether.internal.impl.filter | |
org.eclipse.aether.internal.impl.resolution |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.Map<java.lang.String,ArtifactResolverPostProcessor> |
AetherModule.artifactResolverProcessors(ArtifactResolverPostProcessor trustedChecksums) |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.Map<java.lang.String,ArtifactResolverPostProcessor> |
AetherModule.artifactResolverProcessors(ArtifactResolverPostProcessor trustedChecksums) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,ArtifactResolverPostProcessor> |
DefaultArtifactResolver.artifactResolverPostProcessors |
Modifier and Type | Method and Description |
---|---|
DefaultArtifactResolver |
DefaultArtifactResolver.setArtifactResolverPostProcessors(java.util.Map<java.lang.String,ArtifactResolverPostProcessor> artifactResolverPostProcessors) |
Constructor and Description |
---|
DefaultArtifactResolver(FileProcessor fileProcessor,
RepositoryEventDispatcher repositoryEventDispatcher,
VersionResolver versionResolver,
UpdateCheckManager updateCheckManager,
RepositoryConnectorProvider repositoryConnectorProvider,
RemoteRepositoryManager remoteRepositoryManager,
SyncContextFactory syncContextFactory,
OfflineController offlineController,
java.util.Map<java.lang.String,ArtifactResolverPostProcessor> artifactResolverPostProcessors,
RemoteRepositoryFilterManager remoteRepositoryFilterManager) |
Modifier and Type | Class and Description |
---|---|
class |
GroupIdRemoteRepositoryFilterSource
Remote repository filter source filtering on G coordinate.
|
Modifier and Type | Class and Description |
---|---|
class |
ArtifactResolverPostProcessorSupport
Support class to implement
ArtifactResolverPostProcessor . |
class |
TrustedChecksumsArtifactResolverPostProcessor
Artifact resolver processor that verifies the checksums of all resolved artifacts against trusted checksums.
|