- AbstractArtifact - Class in org.eclipse.aether.artifact
-
A skeleton class for artifacts.
- AbstractArtifact - Class in org.eclipse.aether.artifact
-
A skeleton class for artifacts.
- AbstractArtifact() - Constructor for class org.eclipse.aether.artifact.AbstractArtifact
-
- AbstractArtifact() - Constructor for class org.eclipse.aether.artifact.AbstractArtifact
-
- AbstractForwardingRepositorySystemSession - Class in org.eclipse.aether
-
A special repository system session to enable decorating or proxying another session.
- AbstractForwardingRepositorySystemSession - Class in org.eclipse.aether
-
A special repository system session to enable decorating or proxying another session.
- AbstractForwardingRepositorySystemSession() - Constructor for class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
Creates a new forwarding session.
- AbstractForwardingRepositorySystemSession() - Constructor for class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
Creates a new forwarding session.
- AbstractMetadata - Class in org.eclipse.aether.metadata
-
A skeleton class for metadata.
- AbstractMetadata - Class in org.eclipse.aether.metadata
-
A skeleton class for metadata.
- AbstractMetadata() - Constructor for class org.eclipse.aether.metadata.AbstractMetadata
-
- AbstractMetadata() - Constructor for class org.eclipse.aether.metadata.AbstractMetadata
-
- AbstractRepositoryListener - Class in org.eclipse.aether
-
A skeleton implementation for custom repository listeners.
- AbstractRepositoryListener - Class in org.eclipse.aether
-
A skeleton implementation for custom repository listeners.
- AbstractRepositoryListener() - Constructor for class org.eclipse.aether.AbstractRepositoryListener
-
Enables subclassing.
- AbstractRepositoryListener() - Constructor for class org.eclipse.aether.AbstractRepositoryListener
-
Enables subclassing.
- AbstractTransferListener - Class in org.eclipse.aether.transfer
-
A skeleton implementation for custom transfer listeners.
- AbstractTransferListener - Class in org.eclipse.aether.transfer
-
A skeleton implementation for custom transfer listeners.
- AbstractTransferListener() - Constructor for class org.eclipse.aether.transfer.AbstractTransferListener
-
Enables subclassing.
- AbstractTransferListener() - Constructor for class org.eclipse.aether.transfer.AbstractTransferListener
-
Enables subclassing.
- AbstractTransporter - Class in org.eclipse.aether.spi.connector.transport
-
A skeleton implementation for custom transporters.
- AbstractTransporter - Class in org.eclipse.aether.spi.connector.transport
-
A skeleton implementation for custom transporters.
- AbstractTransporter() - Constructor for class org.eclipse.aether.spi.connector.transport.AbstractTransporter
-
Enables subclassing.
- AbstractTransporter() - Constructor for class org.eclipse.aether.spi.connector.transport.AbstractTransporter
-
Enables subclassing.
- accept(DependencyVisitor) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- accept(DependencyVisitor) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- accept(DependencyNode, List<DependencyNode>) - Method in interface org.eclipse.aether.graph.DependencyFilter
-
Indicates whether the specified dependency node shall be included or excluded.
- accept(DependencyNode, List<DependencyNode>) - Method in interface org.eclipse.aether.graph.DependencyFilter
-
Indicates whether the specified dependency node shall be included or excluded.
- accept(DependencyVisitor) - Method in interface org.eclipse.aether.graph.DependencyNode
-
Traverses this node and potentially its children using the specified visitor.
- accept(DependencyVisitor) - Method in interface org.eclipse.aether.graph.DependencyNode
-
Traverses this node and potentially its children using the specified visitor.
- accept(DependencyNode, List<DependencyNode>) - Method in class org.eclipse.aether.util.filter.AndDependencyFilter
-
- accept(DependencyNode, List<DependencyNode>) - Method in class org.eclipse.aether.util.filter.AndDependencyFilter
-
- accept(DependencyNode, List<DependencyNode>) - Method in class org.eclipse.aether.util.filter.ExclusionsDependencyFilter
-
- accept(DependencyNode, List<DependencyNode>) - Method in class org.eclipse.aether.util.filter.ExclusionsDependencyFilter
-
- accept(DependencyNode, List<DependencyNode>) - Method in class org.eclipse.aether.util.filter.NotDependencyFilter
-
- accept(DependencyNode, List<DependencyNode>) - Method in class org.eclipse.aether.util.filter.NotDependencyFilter
-
- accept(DependencyNode, List<DependencyNode>) - Method in class org.eclipse.aether.util.filter.OrDependencyFilter
-
- accept(DependencyNode, List<DependencyNode>) - Method in class org.eclipse.aether.util.filter.OrDependencyFilter
-
- accept(Artifact) - Method in class org.eclipse.aether.util.filter.PatternExclusionsDependencyFilter
-
- accept(Artifact) - Method in class org.eclipse.aether.util.filter.PatternExclusionsDependencyFilter
-
- accept(DependencyNode, List<DependencyNode>) - Method in class org.eclipse.aether.util.filter.ScopeDependencyFilter
-
- accept(DependencyNode, List<DependencyNode>) - Method in class org.eclipse.aether.util.filter.ScopeDependencyFilter
-
- acquire(Collection<? extends Artifact>, Collection<? extends Metadata>) - Method in interface org.eclipse.aether.SyncContext
-
Acquires synchronized access to the specified artifacts and metadatas.
- acquire(Collection<? extends Artifact>, Collection<? extends Metadata>) - Method in interface org.eclipse.aether.SyncContext
-
Acquires synchronized access to the specified artifacts and metadatas.
- acquireSemaphore(HazelcastInstance, String) - Method in class org.eclipse.aether.named.hazelcast.DirectHazelcastSemaphoreProvider
-
- acquireSemaphore(HazelcastInstance, String) - Method in class org.eclipse.aether.named.hazelcast.DirectHazelcastSemaphoreProvider
-
- acquireSemaphore(HazelcastInstance, String) - Method in class org.eclipse.aether.named.hazelcast.HazelcastSemaphoreProvider
-
Invoked when new instance of semaphore needed for given name.
- acquireSemaphore(HazelcastInstance, String) - Method in class org.eclipse.aether.named.hazelcast.HazelcastSemaphoreProvider
-
Invoked when new instance of semaphore needed for given name.
- AdaptedSemaphoreNamedLock - Class in org.eclipse.aether.named.support
-
Named lock support implementation that is using "adapted" semaphore (to be able to use semaphores not sharing common
API).
- AdaptedSemaphoreNamedLock - Class in org.eclipse.aether.named.support
-
Named lock support implementation that is using "adapted" semaphore (to be able to use semaphores not sharing common
API).
- AdaptedSemaphoreNamedLock(String, NamedLockFactorySupport, AdaptedSemaphoreNamedLock.AdaptedSemaphore) - Constructor for class org.eclipse.aether.named.support.AdaptedSemaphoreNamedLock
-
- AdaptedSemaphoreNamedLock(String, NamedLockFactorySupport, AdaptedSemaphoreNamedLock.AdaptedSemaphore) - Constructor for class org.eclipse.aether.named.support.AdaptedSemaphoreNamedLock
-
- AdaptedSemaphoreNamedLock.AdaptedSemaphore - Interface in org.eclipse.aether.named.support
-
Wrapper for semaphore-like stuff, that do not share common ancestor.
- AdaptedSemaphoreNamedLock.AdaptedSemaphore - Interface in org.eclipse.aether.named.support
-
Wrapper for semaphore-like stuff, that do not share common ancestor.
- add(RepositorySystemSession, LocalArtifactRegistration) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
-
- add(RepositorySystemSession, LocalMetadataRegistration) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
-
- add(RepositorySystemSession, LocalArtifactRegistration) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
-
- add(RepositorySystemSession, LocalMetadataRegistration) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
-
- add(RepositorySystemSession, LocalArtifactRegistration) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
-
Registers an installed or resolved artifact with the local repository.
- add(RepositorySystemSession, LocalMetadataRegistration) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
-
Registers installed or resolved metadata with the local repository.
- add(RepositorySystemSession, LocalArtifactRegistration) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
-
Registers an installed or resolved artifact with the local repository.
- add(RepositorySystemSession, LocalMetadataRegistration) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
-
Registers installed or resolved metadata with the local repository.
- add(ArtifactType) - Method in class org.eclipse.aether.util.artifact.DefaultArtifactTypeRegistry
-
Adds the specified artifact type to the registry.
- add(ArtifactType) - Method in class org.eclipse.aether.util.artifact.DefaultArtifactTypeRegistry
-
Adds the specified artifact type to the registry.
- add(ArtifactType) - Method in class org.eclipse.aether.util.artifact.OverlayArtifactTypeRegistry
-
Adds the specified artifact type to the registry.
- add(ArtifactType) - Method in class org.eclipse.aether.util.artifact.OverlayArtifactTypeRegistry
-
Adds the specified artifact type to the registry.
- add(Collection<? extends RepositoryListener>) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
Adds the specified listeners to the end of the multicast chain.
- add(RepositoryListener) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
Adds the specified listener to the end of the multicast chain.
- add(Collection<? extends RepositoryListener>) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
Adds the specified listeners to the end of the multicast chain.
- add(RepositoryListener) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
Adds the specified listener to the end of the multicast chain.
- add(Collection<? extends TransferListener>) - Method in class org.eclipse.aether.util.listener.ChainedTransferListener
-
Adds the specified listeners to the end of the multicast chain.
- add(TransferListener) - Method in class org.eclipse.aether.util.listener.ChainedTransferListener
-
Adds the specified listener to the end of the multicast chain.
- add(Collection<? extends TransferListener>) - Method in class org.eclipse.aether.util.listener.ChainedTransferListener
-
Adds the specified listeners to the end of the multicast chain.
- add(TransferListener) - Method in class org.eclipse.aether.util.listener.ChainedTransferListener
-
Adds the specified listener to the end of the multicast chain.
- add(String, Authentication) - Method in class org.eclipse.aether.util.repository.DefaultAuthenticationSelector
-
Adds the specified authentication info for the given repository identifier.
- add(String, Authentication) - Method in class org.eclipse.aether.util.repository.DefaultAuthenticationSelector
-
Adds the specified authentication info for the given repository identifier.
- add(String, String, String, boolean, String, String) - Method in class org.eclipse.aether.util.repository.DefaultMirrorSelector
-
Deprecated.
- add(String, String, String, boolean, boolean, String, String) - Method in class org.eclipse.aether.util.repository.DefaultMirrorSelector
-
Adds the specified mirror to this selector.
- add(String, String, String, boolean, String, String) - Method in class org.eclipse.aether.util.repository.DefaultMirrorSelector
-
Deprecated.
- add(String, String, String, boolean, boolean, String, String) - Method in class org.eclipse.aether.util.repository.DefaultMirrorSelector
-
Adds the specified mirror to this selector.
- add(Proxy, String) - Method in class org.eclipse.aether.util.repository.DefaultProxySelector
-
Adds the specified proxy definition to the selector.
- add(Proxy, String) - Method in class org.eclipse.aether.util.repository.DefaultProxySelector
-
Adds the specified proxy definition to the selector.
- addAlias(Artifact) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Records the specified alias.
- addAlias(Artifact) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Records the specified alias.
- addArtifact(Artifact) - Method in class org.eclipse.aether.deployment.DeployRequest
-
Adds the specified artifacts for deployment.
- addArtifact(Artifact) - Method in class org.eclipse.aether.deployment.DeployRequest
-
Adds the specified artifacts for deployment.
- addArtifact(Artifact) - Method in class org.eclipse.aether.deployment.DeployResult
-
Adds the specified artifacts to the result.
- addArtifact(Artifact) - Method in class org.eclipse.aether.deployment.DeployResult
-
Adds the specified artifacts to the result.
- addArtifact(Artifact) - Method in class org.eclipse.aether.installation.InstallRequest
-
Adds the specified artifacts for installation.
- addArtifact(Artifact) - Method in class org.eclipse.aether.installation.InstallRequest
-
Adds the specified artifacts for installation.
- addArtifact(Artifact) - Method in class org.eclipse.aether.installation.InstallResult
-
Adds the specified artifacts to the result.
- addArtifact(Artifact) - Method in class org.eclipse.aether.installation.InstallResult
-
Adds the specified artifacts to the result.
- addCustom(Authentication) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds custom authentication data to the authentication.
- addCustom(Authentication) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds custom authentication data to the authentication.
- addCycle(DependencyCycle) - Method in class org.eclipse.aether.collection.CollectResult
-
Records the specified dependency cycle.
- addCycle(DependencyCycle) - Method in class org.eclipse.aether.collection.CollectResult
-
Records the specified dependency cycle.
- addDependency(Dependency) - Method in class org.eclipse.aether.collection.CollectRequest
-
Adds the specified direct dependency.
- addDependency(Dependency) - Method in class org.eclipse.aether.collection.CollectRequest
-
Adds the specified direct dependency.
- addDependency(Dependency) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Adds the specified direct dependency.
- addDependency(Dependency) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Adds the specified direct dependency.
- addException(Exception) - Method in class org.eclipse.aether.collection.CollectResult
-
Records the specified exception while building the dependency graph.
- addException(Exception) - Method in class org.eclipse.aether.collection.CollectResult
-
Records the specified exception while building the dependency graph.
- addException(Exception) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Records the specified exception while reading the artifact descriptor.
- addException(Exception) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Records the specified exception while reading the artifact descriptor.
- addException(Exception) - Method in class org.eclipse.aether.resolution.ArtifactResult
-
Records the specified exception while resolving the artifact.
- addException(Exception) - Method in class org.eclipse.aether.resolution.ArtifactResult
-
Records the specified exception while resolving the artifact.
- addException(Exception) - Method in class org.eclipse.aether.resolution.VersionRangeResult
-
Records the specified exception while resolving the version range.
- addException(Exception) - Method in class org.eclipse.aether.resolution.VersionRangeResult
-
Records the specified exception while resolving the version range.
- addException(Exception) - Method in class org.eclipse.aether.resolution.VersionResult
-
Records the specified exception while resolving the version.
- addException(Exception) - Method in class org.eclipse.aether.resolution.VersionResult
-
Records the specified exception while resolving the version.
- addHostnameVerifier(HostnameVerifier) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds a hostname verifier for SSL.
- addHostnameVerifier(HostnameVerifier) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds a hostname verifier for SSL.
- addLocalRepositoryManagerFactory(LocalRepositoryManagerFactory) - Method in class org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider
-
- addLocalRepositoryManagerFactory(LocalRepositoryManagerFactory) - Method in class org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider
-
- addManagedDependency(Dependency) - Method in class org.eclipse.aether.collection.CollectRequest
-
Adds the specified managed dependency.
- addManagedDependency(Dependency) - Method in class org.eclipse.aether.collection.CollectRequest
-
Adds the specified managed dependency.
- addManagedDependency(Dependency) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Adds the specified managed dependency.
- addManagedDependency(Dependency) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Adds the specified managed dependency.
- addMetadata(Metadata) - Method in class org.eclipse.aether.deployment.DeployRequest
-
Adds the specified metadata for deployment.
- addMetadata(Metadata) - Method in class org.eclipse.aether.deployment.DeployRequest
-
Adds the specified metadata for deployment.
- addMetadata(Metadata) - Method in class org.eclipse.aether.deployment.DeployResult
-
Adds the specified metadata to this result.
- addMetadata(Metadata) - Method in class org.eclipse.aether.deployment.DeployResult
-
Adds the specified metadata to this result.
- addMetadata(Metadata) - Method in class org.eclipse.aether.installation.InstallRequest
-
Adds the specified metadata for installation.
- addMetadata(Metadata) - Method in class org.eclipse.aether.installation.InstallRequest
-
Adds the specified metadata for installation.
- addMetadata(Metadata) - Method in class org.eclipse.aether.installation.InstallResult
-
Adds the specified metadata to this result.
- addMetadata(Metadata) - Method in class org.eclipse.aether.installation.InstallResult
-
Adds the specified metadata to this result.
- addMetadataGeneratorFactory(MetadataGeneratorFactory) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
-
- addMetadataGeneratorFactory(MetadataGeneratorFactory) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
-
- addMetadataGeneratorFactory(MetadataGeneratorFactory) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
-
- addMetadataGeneratorFactory(MetadataGeneratorFactory) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
-
- addMirroredRepository(RemoteRepository) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
-
Adds the specified repository to the list of repositories being mirrored by the repository.
- addMirroredRepository(RemoteRepository) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
-
Adds the specified repository to the list of repositories being mirrored by the repository.
- addNtlm(String, String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds NTLM data to the authentication.
- addNtlm(String, String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds NTLM data to the authentication.
- addPassword(String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds password data to the authentication.
- addPassword(char[]) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds password data to the authentication.
- addPassword(String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds password data to the authentication.
- addPassword(char[]) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds password data to the authentication.
- addPrivateKey(String, String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds private key data to the authentication.
- addPrivateKey(String, char[]) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds private key data to the authentication.
- addPrivateKey(String, String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds private key data to the authentication.
- addPrivateKey(String, char[]) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds private key data to the authentication.
- addRelocation(Artifact) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Records the specified relocation hop while locating the artifact descriptor.
- addRelocation(Artifact) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Records the specified relocation hop while locating the artifact descriptor.
- addRepository(RemoteRepository) - Method in class org.eclipse.aether.collection.CollectRequest
-
Adds the specified repository for collection.
- addRepository(RemoteRepository) - Method in class org.eclipse.aether.collection.CollectRequest
-
Adds the specified repository for collection.
- addRepository(RemoteRepository) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
-
Adds the specified repository for the resolution of the artifact descriptor.
- addRepository(RemoteRepository) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
-
Adds the specified repository for the resolution of the artifact descriptor.
- addRepository(RemoteRepository) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Adds the specified remote repository.
- addRepository(RemoteRepository) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Adds the specified remote repository.
- addRepository(RemoteRepository) - Method in class org.eclipse.aether.resolution.ArtifactRequest
-
Adds the specified repository for the resolution.
- addRepository(RemoteRepository) - Method in class org.eclipse.aether.resolution.ArtifactRequest
-
Adds the specified repository for the resolution.
- addRepository(RemoteRepository) - Method in class org.eclipse.aether.resolution.VersionRangeRequest
-
Adds the specified repository for the resolution.
- addRepository(RemoteRepository) - Method in class org.eclipse.aether.resolution.VersionRangeRequest
-
Adds the specified repository for the resolution.
- addRepository(RemoteRepository) - Method in class org.eclipse.aether.resolution.VersionRequest
-
Adds the specified repository for the resolution.
- addRepository(RemoteRepository) - Method in class org.eclipse.aether.resolution.VersionRequest
-
Adds the specified repository for the resolution.
- addRepositoryConnectorFactory(RepositoryConnectorFactory) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider
-
- addRepositoryConnectorFactory(RepositoryConnectorFactory) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider
-
- addRepositoryLayoutFactory(RepositoryLayoutFactory) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryLayoutProvider
-
- addRepositoryLayoutFactory(RepositoryLayoutFactory) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryLayoutProvider
-
- addRepositoryListener(RepositoryListener) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
-
- addRepositoryListener(RepositoryListener) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
-
- addSecret(String, String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds sensitive custom string data to the authentication.
- addSecret(String, char[]) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds sensitive custom string data to the authentication.
- addSecret(String, String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds sensitive custom string data to the authentication.
- addSecret(String, char[]) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds sensitive custom string data to the authentication.
- addService(Class<T>, Class<? extends T>) - Method in class org.eclipse.aether.impl.DefaultServiceLocator
-
Deprecated.
Adds an implementation class for a service.
- addService(Class<T>, Class<? extends T>) - Method in class org.eclipse.aether.impl.DefaultServiceLocator
-
Deprecated.
Adds an implementation class for a service.
- addString(String, String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds custom string data to the authentication.
- addString(String, String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds custom string data to the authentication.
- addTransferredBytes(long) - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
-
Increments the total number of bytes that have been transferred so far during the download/upload.
- addTransferredBytes(long) - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
-
Increments the total number of bytes that have been transferred so far during the download/upload.
- addTransporterFactory(TransporterFactory) - Method in class org.eclipse.aether.internal.impl.DefaultTransporterProvider
-
- addTransporterFactory(TransporterFactory) - Method in class org.eclipse.aether.internal.impl.DefaultTransporterProvider
-
- addUsername(String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds username data to the authentication.
- addUsername(String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds username data to the authentication.
- addVersion(Version) - Method in class org.eclipse.aether.resolution.VersionRangeResult
-
Adds the specified version to the result.
- addVersion(Version) - Method in class org.eclipse.aether.resolution.VersionRangeResult
-
Adds the specified version to the result.
- AetherModule - Class in org.eclipse.aether.impl.guice
-
A ready-made
Guice module that sets up bindings
for all components from this library.
- AetherModule - Class in org.eclipse.aether.impl.guice
-
A ready-made
Guice module that sets up bindings
for all components from this library.
- AetherModule() - Constructor for class org.eclipse.aether.impl.guice.AetherModule
-
Creates a new instance of this Guice module, typically for invoking
Binder.install(com.google.inject.Module)
.
- AetherModule() - Constructor for class org.eclipse.aether.impl.guice.AetherModule
-
Creates a new instance of this Guice module, typically for invoking
Binder.install(com.google.inject.Module)
.
- aggregateRepositories(RepositorySystemSession, List<RemoteRepository>, List<RemoteRepository>, boolean) - Method in interface org.eclipse.aether.impl.RemoteRepositoryManager
-
Aggregates repository definitions by merging duplicate repositories and optionally applies mirror, proxy and
authentication settings from the supplied session.
- aggregateRepositories(RepositorySystemSession, List<RemoteRepository>, List<RemoteRepository>, boolean) - Method in interface org.eclipse.aether.impl.RemoteRepositoryManager
-
Aggregates repository definitions by merging duplicate repositories and optionally applies mirror, proxy and
authentication settings from the supplied session.
- aggregateRepositories(RepositorySystemSession, List<RemoteRepository>, List<RemoteRepository>, boolean) - Method in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
-
- aggregateRepositories(RepositorySystemSession, List<RemoteRepository>, List<RemoteRepository>, boolean) - Method in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
-
- AllResolverDemos - Class in org.apache.maven.resolver.examples
-
Runs all demos at once.
- AllResolverDemos - Class in org.apache.maven.resolver.examples
-
Runs all demos at once.
- AllResolverDemos() - Constructor for class org.apache.maven.resolver.examples.AllResolverDemos
-
- AllResolverDemos() - Constructor for class org.apache.maven.resolver.examples.AllResolverDemos
-
- AndDependencyFilter - Class in org.eclipse.aether.util.filter
-
A dependency filter that combines zero or more other filters using a logical AND
.
- AndDependencyFilter - Class in org.eclipse.aether.util.filter
-
A dependency filter that combines zero or more other filters using a logical AND
.
- AndDependencyFilter(DependencyFilter...) - Constructor for class org.eclipse.aether.util.filter.AndDependencyFilter
-
Creates a new filter from the specified filters.
- AndDependencyFilter(Collection<DependencyFilter>) - Constructor for class org.eclipse.aether.util.filter.AndDependencyFilter
-
Creates a new filter from the specified filters.
- AndDependencyFilter(DependencyFilter...) - Constructor for class org.eclipse.aether.util.filter.AndDependencyFilter
-
Creates a new filter from the specified filters.
- AndDependencyFilter(Collection<DependencyFilter>) - Constructor for class org.eclipse.aether.util.filter.AndDependencyFilter
-
Creates a new filter from the specified filters.
- AndDependencySelector - Class in org.eclipse.aether.util.graph.selector
-
A dependency selector that combines zero or more other selectors using a logical AND
.
- AndDependencySelector - Class in org.eclipse.aether.util.graph.selector
-
A dependency selector that combines zero or more other selectors using a logical AND
.
- AndDependencySelector(DependencySelector...) - Constructor for class org.eclipse.aether.util.graph.selector.AndDependencySelector
-
Creates a new selector from the specified selectors.
- AndDependencySelector(Collection<? extends DependencySelector>) - Constructor for class org.eclipse.aether.util.graph.selector.AndDependencySelector
-
Creates a new selector from the specified selectors.
- AndDependencySelector(DependencySelector...) - Constructor for class org.eclipse.aether.util.graph.selector.AndDependencySelector
-
Creates a new selector from the specified selectors.
- AndDependencySelector(Collection<? extends DependencySelector>) - Constructor for class org.eclipse.aether.util.graph.selector.AndDependencySelector
-
Creates a new selector from the specified selectors.
- AndDependencyTraverser - Class in org.eclipse.aether.util.graph.traverser
-
A dependency traverser that combines zero or more other traversers using a logical AND
.
- AndDependencyTraverser - Class in org.eclipse.aether.util.graph.traverser
-
A dependency traverser that combines zero or more other traversers using a logical AND
.
- AndDependencyTraverser(DependencyTraverser...) - Constructor for class org.eclipse.aether.util.graph.traverser.AndDependencyTraverser
-
Creates a new traverser from the specified traversers.
- AndDependencyTraverser(Collection<? extends DependencyTraverser>) - Constructor for class org.eclipse.aether.util.graph.traverser.AndDependencyTraverser
-
Creates a new traverser from the specified traversers.
- AndDependencyTraverser(DependencyTraverser...) - Constructor for class org.eclipse.aether.util.graph.traverser.AndDependencyTraverser
-
Creates a new traverser from the specified traversers.
- AndDependencyTraverser(Collection<? extends DependencyTraverser>) - Constructor for class org.eclipse.aether.util.graph.traverser.AndDependencyTraverser
-
Creates a new traverser from the specified traversers.
- andFilter(DependencyFilter...) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
-
Creates a new filter that combines the specified filters using a logical AND
.
- andFilter(Collection<DependencyFilter>) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
-
Creates a new filter that combines the specified filters using a logical AND
.
- andFilter(DependencyFilter...) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
-
Creates a new filter that combines the specified filters using a logical AND
.
- andFilter(Collection<DependencyFilter>) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
-
Creates a new filter that combines the specified filters using a logical AND
.
- Artifact - Interface in org.eclipse.aether.artifact
-
A specific artifact.
- Artifact - Interface in org.eclipse.aether.artifact
-
A specific artifact.
- artifactDeployed(RepositoryEvent) - Method in class org.apache.maven.resolver.examples.util.ConsoleRepositoryListener
-
- artifactDeployed(RepositoryEvent) - Method in class org.apache.maven.resolver.examples.util.ConsoleRepositoryListener
-
- artifactDeployed(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
-
- artifactDeployed(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
-
- artifactDeployed(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
-
Notifies the listener of an artifact whose upload to a remote repository has been completed, either successfully
or not.
- artifactDeployed(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
-
Notifies the listener of an artifact whose upload to a remote repository has been completed, either successfully
or not.
- artifactDeployed(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- artifactDeployed(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- artifactDeploying(RepositoryEvent) - Method in class org.apache.maven.resolver.examples.util.ConsoleRepositoryListener
-
- artifactDeploying(RepositoryEvent) - Method in class org.apache.maven.resolver.examples.util.ConsoleRepositoryListener
-
- artifactDeploying(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
-
- artifactDeploying(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
-
- artifactDeploying(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
-
Notifies the listener of an artifact that is about to be uploaded to a remote repository.
- artifactDeploying(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
-
Notifies the listener of an artifact that is about to be uploaded to a remote repository.
- artifactDeploying(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- artifactDeploying(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- ArtifactDescriptorException - Exception in org.eclipse.aether.resolution
-
Thrown in case of an unreadable or unresolvable artifact descriptor.
- ArtifactDescriptorException - Exception in org.eclipse.aether.resolution
-
Thrown in case of an unreadable or unresolvable artifact descriptor.
- ArtifactDescriptorException(ArtifactDescriptorResult) - Constructor for exception org.eclipse.aether.resolution.ArtifactDescriptorException
-
Creates a new exception with the specified result.
- ArtifactDescriptorException(ArtifactDescriptorResult, String) - Constructor for exception org.eclipse.aether.resolution.ArtifactDescriptorException
-
Creates a new exception with the specified result and detail message.
- ArtifactDescriptorException(ArtifactDescriptorResult, String, Throwable) - Constructor for exception org.eclipse.aether.resolution.ArtifactDescriptorException
-
Creates a new exception with the specified result, detail message and cause.
- ArtifactDescriptorException(ArtifactDescriptorResult) - Constructor for exception org.eclipse.aether.resolution.ArtifactDescriptorException
-
Creates a new exception with the specified result.
- ArtifactDescriptorException(ArtifactDescriptorResult, String) - Constructor for exception org.eclipse.aether.resolution.ArtifactDescriptorException
-
Creates a new exception with the specified result and detail message.
- ArtifactDescriptorException(ArtifactDescriptorResult, String, Throwable) - Constructor for exception org.eclipse.aether.resolution.ArtifactDescriptorException
-
Creates a new exception with the specified result, detail message and cause.
- artifactDescriptorInvalid(RepositoryEvent) - Method in class org.apache.maven.resolver.examples.util.ConsoleRepositoryListener
-
- artifactDescriptorInvalid(RepositoryEvent) - Method in class org.apache.maven.resolver.examples.util.ConsoleRepositoryListener
-
- artifactDescriptorInvalid(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
-
- artifactDescriptorInvalid(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
-
- artifactDescriptorInvalid(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
-
Notifies the listener of a syntactically or semantically invalid artifact descriptor.
- artifactDescriptorInvalid(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
-
Notifies the listener of a syntactically or semantically invalid artifact descriptor.
- artifactDescriptorInvalid(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- artifactDescriptorInvalid(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- artifactDescriptorMissing(RepositoryEvent) - Method in class org.apache.maven.resolver.examples.util.ConsoleRepositoryListener
-
- artifactDescriptorMissing(RepositoryEvent) - Method in class org.apache.maven.resolver.examples.util.ConsoleRepositoryListener
-
- artifactDescriptorMissing(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
-
- artifactDescriptorMissing(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
-
- artifactDescriptorMissing(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
-
Notifies the listener of a missing artifact descriptor.
- artifactDescriptorMissing(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
-
Notifies the listener of a missing artifact descriptor.
- artifactDescriptorMissing(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- artifactDescriptorMissing(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- ArtifactDescriptorPolicy - Interface in org.eclipse.aether.resolution
-
Controls the handling of errors related to reading an artifact descriptor.
- ArtifactDescriptorPolicy - Interface in org.eclipse.aether.resolution
-
Controls the handling of errors related to reading an artifact descriptor.
- ArtifactDescriptorPolicyRequest - Class in org.eclipse.aether.resolution
-
A query for the error policy for a given artifact's descriptor.
- ArtifactDescriptorPolicyRequest - Class in org.eclipse.aether.resolution
-
A query for the error policy for a given artifact's descriptor.
- ArtifactDescriptorPolicyRequest() - Constructor for class org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest
-
Creates an uninitialized request.
- ArtifactDescriptorPolicyRequest(Artifact, String) - Constructor for class org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest
-
Creates a request for the specified artifact.
- ArtifactDescriptorPolicyRequest() - Constructor for class org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest
-
Creates an uninitialized request.
- ArtifactDescriptorPolicyRequest(Artifact, String) - Constructor for class org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest
-
Creates a request for the specified artifact.
- ArtifactDescriptorReader - Interface in org.eclipse.aether.impl
-
Provides information about an artifact that is relevant to transitive dependency resolution.
- ArtifactDescriptorReader - Interface in org.eclipse.aether.impl
-
Provides information about an artifact that is relevant to transitive dependency resolution.
- ArtifactDescriptorRequest - Class in org.eclipse.aether.resolution
-
A request to read an artifact descriptor.
- ArtifactDescriptorRequest - Class in org.eclipse.aether.resolution
-
A request to read an artifact descriptor.
- ArtifactDescriptorRequest() - Constructor for class org.eclipse.aether.resolution.ArtifactDescriptorRequest
-
Creates an uninitialized request.
- ArtifactDescriptorRequest(Artifact, List<RemoteRepository>, String) - Constructor for class org.eclipse.aether.resolution.ArtifactDescriptorRequest
-
Creates a request with the specified properties.
- ArtifactDescriptorRequest() - Constructor for class org.eclipse.aether.resolution.ArtifactDescriptorRequest
-
Creates an uninitialized request.
- ArtifactDescriptorRequest(Artifact, List<RemoteRepository>, String) - Constructor for class org.eclipse.aether.resolution.ArtifactDescriptorRequest
-
Creates a request with the specified properties.
- ArtifactDescriptorResult - Class in org.eclipse.aether.resolution
-
The result from reading an artifact descriptor.
- ArtifactDescriptorResult - Class in org.eclipse.aether.resolution
-
The result from reading an artifact descriptor.
- ArtifactDescriptorResult(ArtifactDescriptorRequest) - Constructor for class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Creates a new result for the specified request.
- ArtifactDescriptorResult(ArtifactDescriptorRequest) - Constructor for class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Creates a new result for the specified request.
- ArtifactDownload - Class in org.eclipse.aether.spi.connector
-
A download of an artifact from a remote repository.
- ArtifactDownload - Class in org.eclipse.aether.spi.connector
-
A download of an artifact from a remote repository.
- ArtifactDownload() - Constructor for class org.eclipse.aether.spi.connector.ArtifactDownload
-
Creates a new uninitialized download.
- ArtifactDownload(Artifact, String, File, String) - Constructor for class org.eclipse.aether.spi.connector.ArtifactDownload
-
Creates a new download with the specified properties.
- ArtifactDownload() - Constructor for class org.eclipse.aether.spi.connector.ArtifactDownload
-
Creates a new uninitialized download.
- ArtifactDownload(Artifact, String, File, String) - Constructor for class org.eclipse.aether.spi.connector.ArtifactDownload
-
Creates a new download with the specified properties.
- artifactDownloaded(RepositoryEvent) - Method in class org.apache.maven.resolver.examples.util.ConsoleRepositoryListener
-
- artifactDownloaded(RepositoryEvent) - Method in class org.apache.maven.resolver.examples.util.ConsoleRepositoryListener
-
- artifactDownloaded(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
-
- artifactDownloaded(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
-
- artifactDownloaded(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
-
Notifies the listener of an artifact whose download has been completed, either successfully or not.
- artifactDownloaded(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
-
Notifies the listener of an artifact whose download has been completed, either successfully or not.
- artifactDownloaded(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- artifactDownloaded(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- artifactDownloading(RepositoryEvent) - Method in class org.apache.maven.resolver.examples.util.ConsoleRepositoryListener
-
- artifactDownloading(RepositoryEvent) - Method in class org.apache.maven.resolver.examples.util.ConsoleRepositoryListener
-
- artifactDownloading(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
-
- artifactDownloading(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
-
- artifactDownloading(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
-
Notifies the listener of an artifact that is about to be downloaded from a remote repository.
- artifactDownloading(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
-
Notifies the listener of an artifact that is about to be downloaded from a remote repository.
- artifactDownloading(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- artifactDownloading(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- artifactId(String) - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
-
- artifactId(String) - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
-
- ArtifactIdUtils - Class in org.eclipse.aether.util.artifact
-
A utility class for artifact identifiers.
- ArtifactIdUtils - Class in org.eclipse.aether.util.artifact
-
A utility class for artifact identifiers.
- artifactInstalled(RepositoryEvent) - Method in class org.apache.maven.resolver.examples.util.ConsoleRepositoryListener
-
- artifactInstalled(RepositoryEvent) - Method in class org.apache.maven.resolver.examples.util.ConsoleRepositoryListener
-
- artifactInstalled(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
-
- artifactInstalled(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
-
- artifactInstalled(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
-
Notifies the listener of an artifact whose installation to the local repository has been completed, either
successfully or not.
- artifactInstalled(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
-
Notifies the listener of an artifact whose installation to the local repository has been completed, either
successfully or not.
- artifactInstalled(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- artifactInstalled(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- artifactInstalling(RepositoryEvent) - Method in class org.apache.maven.resolver.examples.util.ConsoleRepositoryListener
-
- artifactInstalling(RepositoryEvent) - Method in class org.apache.maven.resolver.examples.util.ConsoleRepositoryListener
-
- artifactInstalling(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
-
- artifactInstalling(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
-
- artifactInstalling(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
-
Notifies the listener of an artifact that is about to be installed to the local repository.
- artifactInstalling(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
-
Notifies the listener of an artifact that is about to be installed to the local repository.
- artifactInstalling(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- artifactInstalling(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- ArtifactNotFoundException - Exception in org.eclipse.aether.transfer
-
Thrown when an artifact was not found in a particular repository.
- ArtifactNotFoundException - Exception in org.eclipse.aether.transfer
-
Thrown when an artifact was not found in a particular repository.
- ArtifactNotFoundException(Artifact, RemoteRepository) - Constructor for exception org.eclipse.aether.transfer.ArtifactNotFoundException
-
Creates a new exception with the specified artifact and repository.
- ArtifactNotFoundException(Artifact, RemoteRepository, String) - Constructor for exception org.eclipse.aether.transfer.ArtifactNotFoundException
-
Creates a new exception with the specified artifact, repository and detail message.
- ArtifactNotFoundException(Artifact, RemoteRepository, String, boolean) - Constructor for exception org.eclipse.aether.transfer.ArtifactNotFoundException
-
Creates a new exception with the specified artifact, repository and detail message.
- ArtifactNotFoundException(Artifact, RemoteRepository, String, Throwable) - Constructor for exception org.eclipse.aether.transfer.ArtifactNotFoundException
-
Creates a new exception with the specified artifact, repository, detail message and cause.
- ArtifactNotFoundException(Artifact, RemoteRepository) - Constructor for exception org.eclipse.aether.transfer.ArtifactNotFoundException
-
Creates a new exception with the specified artifact and repository.
- ArtifactNotFoundException(Artifact, RemoteRepository, String) - Constructor for exception org.eclipse.aether.transfer.ArtifactNotFoundException
-
Creates a new exception with the specified artifact, repository and detail message.
- ArtifactNotFoundException(Artifact, RemoteRepository, String, boolean) - Constructor for exception org.eclipse.aether.transfer.ArtifactNotFoundException
-
Creates a new exception with the specified artifact, repository and detail message.
- ArtifactNotFoundException(Artifact, RemoteRepository, String, Throwable) - Constructor for exception org.eclipse.aether.transfer.ArtifactNotFoundException
-
Creates a new exception with the specified artifact, repository, detail message and cause.
- ArtifactProperties - Class in org.eclipse.aether.artifact
-
The keys for common properties of artifacts.
- ArtifactProperties - Class in org.eclipse.aether.artifact
-
The keys for common properties of artifacts.
- ArtifactRepository - Interface in org.eclipse.aether.repository
-
A repository hosting artifacts.
- ArtifactRepository - Interface in org.eclipse.aether.repository
-
A repository hosting artifacts.
- ArtifactRequest - Class in org.eclipse.aether.resolution
-
A request to resolve an artifact.
- ArtifactRequest - Class in org.eclipse.aether.resolution
-
A request to resolve an artifact.
- ArtifactRequest() - Constructor for class org.eclipse.aether.resolution.ArtifactRequest
-
Creates an uninitialized request.
- ArtifactRequest(Artifact, List<RemoteRepository>, String) - Constructor for class org.eclipse.aether.resolution.ArtifactRequest
-
Creates a request with the specified properties.
- ArtifactRequest(DependencyNode) - Constructor for class org.eclipse.aether.resolution.ArtifactRequest
-
Creates a request from the specified dependency node.
- ArtifactRequest() - Constructor for class org.eclipse.aether.resolution.ArtifactRequest
-
Creates an uninitialized request.
- ArtifactRequest(Artifact, List<RemoteRepository>, String) - Constructor for class org.eclipse.aether.resolution.ArtifactRequest
-
Creates a request with the specified properties.
- ArtifactRequest(DependencyNode) - Constructor for class org.eclipse.aether.resolution.ArtifactRequest
-
Creates a request from the specified dependency node.
- ArtifactResolutionException - Exception in org.eclipse.aether.resolution
-
Thrown in case of a unresolvable artifacts.
- ArtifactResolutionException - Exception in org.eclipse.aether.resolution
-
Thrown in case of a unresolvable artifacts.
- ArtifactResolutionException(List<ArtifactResult>) - Constructor for exception org.eclipse.aether.resolution.ArtifactResolutionException
-
Creates a new exception with the specified results.
- ArtifactResolutionException(List<ArtifactResult>, String) - Constructor for exception org.eclipse.aether.resolution.ArtifactResolutionException
-
Creates a new exception with the specified results and detail message.
- ArtifactResolutionException(List<ArtifactResult>, String, Throwable) - Constructor for exception org.eclipse.aether.resolution.ArtifactResolutionException
-
Creates a new exception with the specified results, detail message and cause.
- ArtifactResolutionException(List<ArtifactResult>) - Constructor for exception org.eclipse.aether.resolution.ArtifactResolutionException
-
Creates a new exception with the specified results.
- ArtifactResolutionException(List<ArtifactResult>, String) - Constructor for exception org.eclipse.aether.resolution.ArtifactResolutionException
-
Creates a new exception with the specified results and detail message.
- ArtifactResolutionException(List<ArtifactResult>, String, Throwable) - Constructor for exception org.eclipse.aether.resolution.ArtifactResolutionException
-
Creates a new exception with the specified results, detail message and cause.
- artifactResolved(RepositoryEvent) - Method in class org.apache.maven.resolver.examples.util.ConsoleRepositoryListener
-
- artifactResolved(RepositoryEvent) - Method in class org.apache.maven.resolver.examples.util.ConsoleRepositoryListener
-
- artifactResolved(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
-
- artifactResolved(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
-
- artifactResolved(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
-
Notifies the listener of an artifact whose resolution has been completed, either successfully or not.
- artifactResolved(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
-
Notifies the listener of an artifact whose resolution has been completed, either successfully or not.
- artifactResolved(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- artifactResolved(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- ArtifactResolver - Interface in org.eclipse.aether.impl
-
Resolves artifacts, that is gets a local filesystem path to their binary contents.
- ArtifactResolver - Interface in org.eclipse.aether.impl
-
Resolves artifacts, that is gets a local filesystem path to their binary contents.
- artifactResolving(RepositoryEvent) - Method in class org.apache.maven.resolver.examples.util.ConsoleRepositoryListener
-
- artifactResolving(RepositoryEvent) - Method in class org.apache.maven.resolver.examples.util.ConsoleRepositoryListener
-
- artifactResolving(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
-
- artifactResolving(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
-
- artifactResolving(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
-
Notifies the listener of an artifact that is about to be resolved.
- artifactResolving(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
-
Notifies the listener of an artifact that is about to be resolved.
- artifactResolving(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- artifactResolving(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- ArtifactResult - Class in org.eclipse.aether.resolution
-
The result of an artifact resolution request.
- ArtifactResult - Class in org.eclipse.aether.resolution
-
The result of an artifact resolution request.
- ArtifactResult(ArtifactRequest) - Constructor for class org.eclipse.aether.resolution.ArtifactResult
-
Creates a new result for the specified request.
- ArtifactResult(ArtifactRequest) - Constructor for class org.eclipse.aether.resolution.ArtifactResult
-
Creates a new result for the specified request.
- ArtifactTransfer - Class in org.eclipse.aether.spi.connector
-
A download/upload of an artifact.
- ArtifactTransfer - Class in org.eclipse.aether.spi.connector
-
A download/upload of an artifact.
- ArtifactTransferException - Exception in org.eclipse.aether.transfer
-
Thrown when an artifact could not be uploaded/downloaded to/from a particular remote repository.
- ArtifactTransferException - Exception in org.eclipse.aether.transfer
-
Thrown when an artifact could not be uploaded/downloaded to/from a particular remote repository.
- ArtifactTransferException(Artifact, RemoteRepository, String) - Constructor for exception org.eclipse.aether.transfer.ArtifactTransferException
-
Creates a new exception with the specified artifact, repository and detail message.
- ArtifactTransferException(Artifact, RemoteRepository, String, boolean) - Constructor for exception org.eclipse.aether.transfer.ArtifactTransferException
-
Creates a new exception with the specified artifact, repository and detail message.
- ArtifactTransferException(Artifact, RemoteRepository, Throwable) - Constructor for exception org.eclipse.aether.transfer.ArtifactTransferException
-
Creates a new exception with the specified artifact, repository and cause.
- ArtifactTransferException(Artifact, RemoteRepository, String, Throwable) - Constructor for exception org.eclipse.aether.transfer.ArtifactTransferException
-
Creates a new exception with the specified artifact, repository, detail message and cause.
- ArtifactTransferException(Artifact, RemoteRepository, String) - Constructor for exception org.eclipse.aether.transfer.ArtifactTransferException
-
Creates a new exception with the specified artifact, repository and detail message.
- ArtifactTransferException(Artifact, RemoteRepository, String, boolean) - Constructor for exception org.eclipse.aether.transfer.ArtifactTransferException
-
Creates a new exception with the specified artifact, repository and detail message.
- ArtifactTransferException(Artifact, RemoteRepository, Throwable) - Constructor for exception org.eclipse.aether.transfer.ArtifactTransferException
-
Creates a new exception with the specified artifact, repository and cause.
- ArtifactTransferException(Artifact, RemoteRepository, String, Throwable) - Constructor for exception org.eclipse.aether.transfer.ArtifactTransferException
-
Creates a new exception with the specified artifact, repository, detail message and cause.
- ArtifactType - Interface in org.eclipse.aether.artifact
-
An artifact type describing artifact characteristics/properties that are common for certain artifacts.
- ArtifactType - Interface in org.eclipse.aether.artifact
-
An artifact type describing artifact characteristics/properties that are common for certain artifacts.
- ArtifactTypeRegistry - Interface in org.eclipse.aether.artifact
-
A registry of known artifact types.
- ArtifactTypeRegistry - Interface in org.eclipse.aether.artifact
-
A registry of known artifact types.
- ArtifactUpload - Class in org.eclipse.aether.spi.connector
-
An upload of an artifact to a remote repository.
- ArtifactUpload - Class in org.eclipse.aether.spi.connector
-
An upload of an artifact to a remote repository.
- ArtifactUpload() - Constructor for class org.eclipse.aether.spi.connector.ArtifactUpload
-
Creates a new uninitialized upload.
- ArtifactUpload(Artifact, File) - Constructor for class org.eclipse.aether.spi.connector.ArtifactUpload
-
Creates a new upload with the specified properties.
- ArtifactUpload(Artifact, File, FileTransformer) - Constructor for class org.eclipse.aether.spi.connector.ArtifactUpload
-
Creates a new upload with the specified properties.
- ArtifactUpload() - Constructor for class org.eclipse.aether.spi.connector.ArtifactUpload
-
Creates a new uninitialized upload.
- ArtifactUpload(Artifact, File) - Constructor for class org.eclipse.aether.spi.connector.ArtifactUpload
-
Creates a new upload with the specified properties.
- ArtifactUpload(Artifact, File, FileTransformer) - Constructor for class org.eclipse.aether.spi.connector.ArtifactUpload
-
Creates a new upload with the specified properties.
- Authentication - Interface in org.eclipse.aether.repository
-
The authentication to use for accessing a protected resource.
- Authentication - Interface in org.eclipse.aether.repository
-
The authentication to use for accessing a protected resource.
- AuthenticationBuilder - Class in org.eclipse.aether.util.repository
-
A utility class to build authentication info for repositories and proxies.
- AuthenticationBuilder - Class in org.eclipse.aether.util.repository
-
A utility class to build authentication info for repositories and proxies.
- AuthenticationBuilder() - Constructor for class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Creates a new authentication builder.
- AuthenticationBuilder() - Constructor for class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Creates a new authentication builder.
- AuthenticationContext - Class in org.eclipse.aether.repository
-
A glorified map of key value pairs holding (cleartext) authentication data.
- AuthenticationContext - Class in org.eclipse.aether.repository
-
A glorified map of key value pairs holding (cleartext) authentication data.
- AuthenticationDigest - Class in org.eclipse.aether.repository
-
A helper to calculate a fingerprint/digest for the authentication data of a repository/proxy.
- AuthenticationDigest - Class in org.eclipse.aether.repository
-
A helper to calculate a fingerprint/digest for the authentication data of a repository/proxy.
- AuthenticationSelector - Interface in org.eclipse.aether.repository
-
Selects authentication for a given remote repository.
- AuthenticationSelector - Interface in org.eclipse.aether.repository
-
Selects authentication for a given remote repository.
- await() - Method in class org.eclipse.aether.util.concurrency.RunnableErrorForwarder
-
Causes the current thread to wait until all previously
wrapped
runnables have terminated
and potentially re-throws an uncaught
RuntimeException
or
Error
from any of the runnables.
- await() - Method in class org.eclipse.aether.util.concurrency.RunnableErrorForwarder
-
Causes the current thread to wait until all previously
wrapped
runnables have terminated
and potentially re-throws an uncaught
RuntimeException
or
Error
from any of the runnables.
- CACHE_ALL - Static variable in interface org.eclipse.aether.resolution.ResolutionErrorPolicy
-
Bit mask indicating that all resolution errors should be cached in the local repository.
- CACHE_ALL - Static variable in interface org.eclipse.aether.resolution.ResolutionErrorPolicy
-
Bit mask indicating that all resolution errors should be cached in the local repository.
- CACHE_DISABLED - Static variable in interface org.eclipse.aether.resolution.ResolutionErrorPolicy
-
Bit mask indicating that resolution errors should not be cached in the local repository.
- CACHE_DISABLED - Static variable in interface org.eclipse.aether.resolution.ResolutionErrorPolicy
-
Bit mask indicating that resolution errors should not be cached in the local repository.
- CACHE_NOT_FOUND - Static variable in interface org.eclipse.aether.resolution.ResolutionErrorPolicy
-
Bit flag indicating whether missing artifacts/metadata should be cached in the local repository.
- CACHE_NOT_FOUND - Static variable in interface org.eclipse.aether.resolution.ResolutionErrorPolicy
-
Bit flag indicating whether missing artifacts/metadata should be cached in the local repository.
- CACHE_TRANSFER_ERROR - Static variable in interface org.eclipse.aether.resolution.ResolutionErrorPolicy
-
Bit flag indicating whether connectivity/transfer errors (e.g.
- CACHE_TRANSFER_ERROR - Static variable in interface org.eclipse.aether.resolution.ResolutionErrorPolicy
-
Bit flag indicating whether connectivity/transfer errors (e.g.
- CachingArtifactTypeRegistry - Class in org.eclipse.aether.internal.impl.collect
-
A short-lived artifact type registry that caches results from a presumably slower type registry.
- CachingArtifactTypeRegistry - Class in org.eclipse.aether.internal.impl.collect
-
A short-lived artifact type registry that caches results from a presumably slower type registry.
- calc(File, Collection<String>) - Static method in class org.eclipse.aether.util.ChecksumUtils
-
- calc(byte[], Collection<String>) - Static method in class org.eclipse.aether.util.ChecksumUtils
-
- calc(File, Collection<String>) - Static method in class org.eclipse.aether.util.ChecksumUtils
-
- calc(byte[], Collection<String>) - Static method in class org.eclipse.aether.util.ChecksumUtils
-
- calculate(byte[], List<ChecksumAlgorithmFactory>) - Static method in class org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmHelper
-
Calculates checksums for specified data.
- calculate(File, List<ChecksumAlgorithmFactory>) - Static method in class org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmHelper
-
Calculates checksums for specified file.
- calculate(byte[], List<ChecksumAlgorithmFactory>) - Static method in class org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmHelper
-
Calculates checksums for specified data.
- calculate(File, List<ChecksumAlgorithmFactory>) - Static method in class org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmHelper
-
Calculates checksums for specified file.
- ChainedDependencyGraphTransformer - Class in org.eclipse.aether.util.graph.transformer
-
A dependency graph transformer that chains other transformers.
- ChainedDependencyGraphTransformer - Class in org.eclipse.aether.util.graph.transformer
-
A dependency graph transformer that chains other transformers.
- ChainedDependencyGraphTransformer(DependencyGraphTransformer...) - Constructor for class org.eclipse.aether.util.graph.transformer.ChainedDependencyGraphTransformer
-
Creates a new transformer that chains the specified transformers.
- ChainedDependencyGraphTransformer(DependencyGraphTransformer...) - Constructor for class org.eclipse.aether.util.graph.transformer.ChainedDependencyGraphTransformer
-
Creates a new transformer that chains the specified transformers.
- ChainedRepositoryListener - Class in org.eclipse.aether.util.listener
-
A repository listener that delegates to zero or more other listeners (multicast).
- ChainedRepositoryListener - Class in org.eclipse.aether.util.listener
-
A repository listener that delegates to zero or more other listeners (multicast).
- ChainedRepositoryListener(RepositoryListener...) - Constructor for class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
Creates a new multicast listener that delegates to the specified listeners.
- ChainedRepositoryListener(Collection<? extends RepositoryListener>) - Constructor for class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
Creates a new multicast listener that delegates to the specified listeners.
- ChainedRepositoryListener(RepositoryListener...) - Constructor for class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
Creates a new multicast listener that delegates to the specified listeners.
- ChainedRepositoryListener(Collection<? extends RepositoryListener>) - Constructor for class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
Creates a new multicast listener that delegates to the specified listeners.
- ChainedTransferListener - Class in org.eclipse.aether.util.listener
-
A transfer listener that delegates to zero or more other listeners (multicast).
- ChainedTransferListener - Class in org.eclipse.aether.util.listener
-
A transfer listener that delegates to zero or more other listeners (multicast).
- ChainedTransferListener(TransferListener...) - Constructor for class org.eclipse.aether.util.listener.ChainedTransferListener
-
Creates a new multicast listener that delegates to the specified listeners.
- ChainedTransferListener(Collection<? extends TransferListener>) - Constructor for class org.eclipse.aether.util.listener.ChainedTransferListener
-
Creates a new multicast listener that delegates to the specified listeners.
- ChainedTransferListener(TransferListener...) - Constructor for class org.eclipse.aether.util.listener.ChainedTransferListener
-
Creates a new multicast listener that delegates to the specified listeners.
- ChainedTransferListener(Collection<? extends TransferListener>) - Constructor for class org.eclipse.aether.util.listener.ChainedTransferListener
-
Creates a new multicast listener that delegates to the specified listeners.
- ChainedVersionFilter - Class in org.eclipse.aether.util.graph.version
-
A version filter that combines multiple version filters into a chain where each filter gets invoked one after the
other, thereby accumulating their filtering effects.
- ChainedVersionFilter - Class in org.eclipse.aether.util.graph.version
-
A version filter that combines multiple version filters into a chain where each filter gets invoked one after the
other, thereby accumulating their filtering effects.
- ChainedWorkspaceReader - Class in org.eclipse.aether.util.repository
-
A workspace reader that delegates to a chain of other readers, effectively aggregating their contents.
- ChainedWorkspaceReader - Class in org.eclipse.aether.util.repository
-
A workspace reader that delegates to a chain of other readers, effectively aggregating their contents.
- ChainedWorkspaceReader(WorkspaceReader...) - Constructor for class org.eclipse.aether.util.repository.ChainedWorkspaceReader
-
Creates a new workspace reader by chaining the specified readers.
- ChainedWorkspaceReader(WorkspaceReader...) - Constructor for class org.eclipse.aether.util.repository.ChainedWorkspaceReader
-
Creates a new workspace reader by chaining the specified readers.
- checkArtifact(RepositorySystemSession, UpdateCheck<Artifact, ArtifactTransferException>) - Method in interface org.eclipse.aether.impl.UpdateCheckManager
-
Checks whether an artifact has to be updated from a remote repository.
- checkArtifact(RepositorySystemSession, UpdateCheck<Artifact, ArtifactTransferException>) - Method in interface org.eclipse.aether.impl.UpdateCheckManager
-
Checks whether an artifact has to be updated from a remote repository.
- checkArtifact(RepositorySystemSession, UpdateCheck<Artifact, ArtifactTransferException>) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
-
- checkArtifact(RepositorySystemSession, UpdateCheck<Artifact, ArtifactTransferException>) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
-
- checkMetadata(RepositorySystemSession, UpdateCheck<Metadata, MetadataTransferException>) - Method in interface org.eclipse.aether.impl.UpdateCheckManager
-
Checks whether metadata has to be updated from a remote repository.
- checkMetadata(RepositorySystemSession, UpdateCheck<Metadata, MetadataTransferException>) - Method in interface org.eclipse.aether.impl.UpdateCheckManager
-
Checks whether metadata has to be updated from a remote repository.
- checkMetadata(RepositorySystemSession, UpdateCheck<Metadata, MetadataTransferException>) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
-
- checkMetadata(RepositorySystemSession, UpdateCheck<Metadata, MetadataTransferException>) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
-
- checkOffline(RepositorySystemSession, RemoteRepository) - Method in interface org.eclipse.aether.impl.OfflineController
-
Determines whether the specified repository is accessible if the system was in offline mode.
- checkOffline(RepositorySystemSession, RemoteRepository) - Method in interface org.eclipse.aether.impl.OfflineController
-
Determines whether the specified repository is accessible if the system was in offline mode.
- checkOffline(RepositorySystemSession, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultOfflineController
-
- checkOffline(RepositorySystemSession, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultOfflineController
-
- checksum() - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithm
-
Returns the algorithm end result as string, never null
.
- checksum() - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithm
-
Returns the algorithm end result as string, never null
.
- CHECKSUM_POLICY_FAIL - Static variable in class org.eclipse.aether.repository.RepositoryPolicy
-
Verify checksums and fail the resolution if they do not match.
- CHECKSUM_POLICY_FAIL - Static variable in class org.eclipse.aether.repository.RepositoryPolicy
-
Verify checksums and fail the resolution if they do not match.
- CHECKSUM_POLICY_IGNORE - Static variable in class org.eclipse.aether.repository.RepositoryPolicy
-
Do not verify checksums.
- CHECKSUM_POLICY_IGNORE - Static variable in class org.eclipse.aether.repository.RepositoryPolicy
-
Do not verify checksums.
- CHECKSUM_POLICY_WARN - Static variable in class org.eclipse.aether.repository.RepositoryPolicy
-
Verify checksums and warn if they do not match.
- CHECKSUM_POLICY_WARN - Static variable in class org.eclipse.aether.repository.RepositoryPolicy
-
Verify checksums and warn if they do not match.
- ChecksumAlgorithm - Interface in org.eclipse.aether.spi.connector.checksum
-
Implementation performing checksum calculation for specific algorithm.
- ChecksumAlgorithm - Interface in org.eclipse.aether.spi.connector.checksum
-
Implementation performing checksum calculation for specific algorithm.
- ChecksumAlgorithmFactory - Interface in org.eclipse.aether.spi.connector.checksum
-
A component representing a checksum factory: provides
ChecksumAlgorithm
instances, name and extension to be
used with this algorithm.
- ChecksumAlgorithmFactory - Interface in org.eclipse.aether.spi.connector.checksum
-
A component representing a checksum factory: provides
ChecksumAlgorithm
instances, name and extension to be
used with this algorithm.
- ChecksumAlgorithmFactorySelector - Interface in org.eclipse.aether.spi.connector.checksum
-
- ChecksumAlgorithmFactorySelector - Interface in org.eclipse.aether.spi.connector.checksum
-
- ChecksumAlgorithmFactorySupport - Class in org.eclipse.aether.spi.connector.checksum
-
- ChecksumAlgorithmFactorySupport - Class in org.eclipse.aether.spi.connector.checksum
-
- ChecksumAlgorithmFactorySupport(String, String) - Constructor for class org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactorySupport
-
- ChecksumAlgorithmFactorySupport(String, String) - Constructor for class org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactorySupport
-
- ChecksumAlgorithmHelper - Class in org.eclipse.aether.spi.connector.checksum
-
Helper for checksum operations.
- ChecksumAlgorithmHelper - Class in org.eclipse.aether.spi.connector.checksum
-
Helper for checksum operations.
- ChecksumExtractor - Class in org.eclipse.aether.transport.http
-
A component extracting included checksums from response of artifact request.
- ChecksumExtractor - Class in org.eclipse.aether.transport.http
-
A component extracting included checksums from response of artifact request.
- ChecksumExtractor() - Constructor for class org.eclipse.aether.transport.http.ChecksumExtractor
-
- ChecksumExtractor() - Constructor for class org.eclipse.aether.transport.http.ChecksumExtractor
-
- ChecksumFailureException - Exception in org.eclipse.aether.transfer
-
Thrown in case of a checksum failure during an artifact/metadata download.
- ChecksumFailureException - Exception in org.eclipse.aether.transfer
-
Thrown in case of a checksum failure during an artifact/metadata download.
- ChecksumFailureException(String, String) - Constructor for exception org.eclipse.aether.transfer.ChecksumFailureException
-
- ChecksumFailureException(String, String, String) - Constructor for exception org.eclipse.aether.transfer.ChecksumFailureException
-
Creates a new exception with the specified expected, expected kind and actual checksum.
- ChecksumFailureException(String) - Constructor for exception org.eclipse.aether.transfer.ChecksumFailureException
-
Creates a new exception with the specified detail message.
- ChecksumFailureException(Throwable) - Constructor for exception org.eclipse.aether.transfer.ChecksumFailureException
-
Creates a new exception with the specified cause.
- ChecksumFailureException(String, Throwable) - Constructor for exception org.eclipse.aether.transfer.ChecksumFailureException
-
Creates a new exception with the specified detail message and cause.
- ChecksumFailureException(boolean, String, Throwable) - Constructor for exception org.eclipse.aether.transfer.ChecksumFailureException
-
Creates a new exception with the specified retry flag, detail message and cause.
- ChecksumFailureException(String, String) - Constructor for exception org.eclipse.aether.transfer.ChecksumFailureException
-
- ChecksumFailureException(String, String, String) - Constructor for exception org.eclipse.aether.transfer.ChecksumFailureException
-
Creates a new exception with the specified expected, expected kind and actual checksum.
- ChecksumFailureException(String) - Constructor for exception org.eclipse.aether.transfer.ChecksumFailureException
-
Creates a new exception with the specified detail message.
- ChecksumFailureException(Throwable) - Constructor for exception org.eclipse.aether.transfer.ChecksumFailureException
-
Creates a new exception with the specified cause.
- ChecksumFailureException(String, Throwable) - Constructor for exception org.eclipse.aether.transfer.ChecksumFailureException
-
Creates a new exception with the specified detail message and cause.
- ChecksumFailureException(boolean, String, Throwable) - Constructor for exception org.eclipse.aether.transfer.ChecksumFailureException
-
Creates a new exception with the specified retry flag, detail message and cause.
- ChecksumLocation(URI, ChecksumAlgorithmFactory) - Constructor for class org.eclipse.aether.spi.connector.layout.RepositoryLayout.ChecksumLocation
-
Creates a new checksum file descriptor with the specified algorithm and location.
- ChecksumLocation(URI, ChecksumAlgorithmFactory) - Constructor for class org.eclipse.aether.spi.connector.layout.RepositoryLayout.ChecksumLocation
-
Creates a new checksum file descriptor with the specified algorithm and location.
- ChecksumPolicy - Interface in org.eclipse.aether.spi.connector.checksum
-
A checksum policy gets employed by repository connectors to validate the integrity of a downloaded file.
- ChecksumPolicy - Interface in org.eclipse.aether.spi.connector.checksum
-
A checksum policy gets employed by repository connectors to validate the integrity of a downloaded file.
- ChecksumPolicy.ChecksumKind - Enum in org.eclipse.aether.spi.connector.checksum
-
Enum denoting origin of checksum.
- ChecksumPolicy.ChecksumKind - Enum in org.eclipse.aether.spi.connector.checksum
-
Enum denoting origin of checksum.
- ChecksumPolicyProvider - Interface in org.eclipse.aether.spi.connector.checksum
-
Assists repository connectors in applying checksum policies to downloaded resources.
- ChecksumPolicyProvider - Interface in org.eclipse.aether.spi.connector.checksum
-
Assists repository connectors in applying checksum policies to downloaded resources.
- ChecksumUtils - Class in org.eclipse.aether.util
-
A utility class to assist in the verification and generation of checksums.
- ChecksumUtils - Class in org.eclipse.aether.util
-
A utility class to assist in the verification and generation of checksums.
- ClassicDependencyManager - Class in org.eclipse.aether.util.graph.manager
-
A dependency manager that mimics the way Maven 2.x works.
- ClassicDependencyManager - Class in org.eclipse.aether.util.graph.manager
-
A dependency manager that mimics the way Maven 2.x works.
- ClassicDependencyManager() - Constructor for class org.eclipse.aether.util.graph.manager.ClassicDependencyManager
-
Creates a new dependency manager without any management information.
- ClassicDependencyManager() - Constructor for class org.eclipse.aether.util.graph.manager.ClassicDependencyManager
-
Creates a new dependency manager without any management information.
- classify(Throwable) - Method in interface org.eclipse.aether.spi.connector.transport.Transporter
-
Classifies the type of exception that has been thrown from a previous request to the transporter.
- classify(Throwable) - Method in interface org.eclipse.aether.spi.connector.transport.Transporter
-
Classifies the type of exception that has been thrown from a previous request to the transporter.
- classpathFilter(String...) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
-
Creates a new filter that selects dependencies whose scope matches one or more of the specified classpath types.
- classpathFilter(Collection<String>) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
-
Creates a new filter that selects dependencies whose scope matches one or more of the specified classpath types.
- classpathFilter(String...) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
-
Creates a new filter that selects dependencies whose scope matches one or more of the specified classpath types.
- classpathFilter(Collection<String>) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
-
Creates a new filter that selects dependencies whose scope matches one or more of the specified classpath types.
- ClasspathTransporterFactory - Class in org.eclipse.aether.transport.classpath
-
A transporter factory for repositories using the classpath:
protocol.
- ClasspathTransporterFactory - Class in org.eclipse.aether.transport.classpath
-
A transporter factory for repositories using the classpath:
protocol.
- ClasspathTransporterFactory() - Constructor for class org.eclipse.aether.transport.classpath.ClasspathTransporterFactory
-
Creates an (uninitialized) instance of this transporter factory.
- ClasspathTransporterFactory() - Constructor for class org.eclipse.aether.transport.classpath.ClasspathTransporterFactory
-
Creates an (uninitialized) instance of this transporter factory.
- clone(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.CloningDependencyVisitor
-
Creates a clone of the specified node.
- clone(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.CloningDependencyVisitor
-
Creates a clone of the specified node.
- CloningDependencyVisitor - Class in org.eclipse.aether.util.graph.visitor
-
A dependency visitor that constructs a clone of the visited dependency graph.
- CloningDependencyVisitor - Class in org.eclipse.aether.util.graph.visitor
-
A dependency visitor that constructs a clone of the visited dependency graph.
- CloningDependencyVisitor() - Constructor for class org.eclipse.aether.util.graph.visitor.CloningDependencyVisitor
-
Creates a new visitor that clones the visited nodes.
- CloningDependencyVisitor() - Constructor for class org.eclipse.aether.util.graph.visitor.CloningDependencyVisitor
-
Creates a new visitor that clones the visited nodes.
- close() - Method in interface org.eclipse.aether.named.NamedLock
-
Closes the lock resource.
- close() - Method in interface org.eclipse.aether.named.NamedLock
-
Closes the lock resource.
- close() - Method in class org.eclipse.aether.named.support.NamedLockSupport
-
- close() - Method in class org.eclipse.aether.named.support.NamedLockSupport
-
- close() - Method in class org.eclipse.aether.repository.AuthenticationContext
-
Closes this authentication context and erases sensitive authentication data from heap memory.
- close(AuthenticationContext) - Static method in class org.eclipse.aether.repository.AuthenticationContext
-
Closes the specified authentication context.
- close() - Method in class org.eclipse.aether.repository.AuthenticationContext
-
Closes this authentication context and erases sensitive authentication data from heap memory.
- close(AuthenticationContext) - Static method in class org.eclipse.aether.repository.AuthenticationContext
-
Closes the specified authentication context.
- close() - Method in interface org.eclipse.aether.spi.connector.RepositoryConnector
-
Closes this connector and frees any network resources associated with it.
- close() - Method in interface org.eclipse.aether.spi.connector.RepositoryConnector
-
Closes this connector and frees any network resources associated with it.
- close() - Method in class org.eclipse.aether.spi.connector.transport.AbstractTransporter
-
- close() - Method in class org.eclipse.aether.spi.connector.transport.AbstractTransporter
-
- close() - Method in interface org.eclipse.aether.spi.connector.transport.Transporter
-
Closes this transporter and frees any network resources associated with it.
- close() - Method in interface org.eclipse.aether.spi.connector.transport.Transporter
-
Closes this transporter and frees any network resources associated with it.
- close() - Method in interface org.eclipse.aether.SyncContext
-
Releases all previously acquired artifacts/metadatas.
- close() - Method in interface org.eclipse.aether.SyncContext
-
Releases all previously acquired artifacts/metadatas.
- closeLock(String) - Method in class org.eclipse.aether.named.support.NamedLockFactorySupport
-
- closeLock(String) - Method in class org.eclipse.aether.named.support.NamedLockFactorySupport
-
- collectDependencies(RepositorySystemSession, CollectRequest) - Method in interface org.eclipse.aether.impl.DependencyCollector
-
Collects the transitive dependencies of some artifacts and builds a dependency graph.
- collectDependencies(RepositorySystemSession, CollectRequest) - Method in interface org.eclipse.aether.impl.DependencyCollector
-
Collects the transitive dependencies of some artifacts and builds a dependency graph.
- collectDependencies(RepositorySystemSession, CollectRequest) - Method in class org.eclipse.aether.internal.impl.collect.bf.BfDependencyCollector
-
- collectDependencies(RepositorySystemSession, CollectRequest) - Method in class org.eclipse.aether.internal.impl.collect.bf.BfDependencyCollector
-
- collectDependencies(RepositorySystemSession, CollectRequest) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
-
- collectDependencies(RepositorySystemSession, CollectRequest) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
-
- collectDependencies(RepositorySystemSession, CollectRequest) - Method in class org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector
-
- collectDependencies(RepositorySystemSession, CollectRequest) - Method in class org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector
-
- collectDependencies(RepositorySystemSession, CollectRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
-
- collectDependencies(RepositorySystemSession, CollectRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
-
- collectDependencies(RepositorySystemSession, CollectRequest) - Method in interface org.eclipse.aether.RepositorySystem
-
Collects the transitive dependencies of an artifact and builds a dependency graph.
- collectDependencies(RepositorySystemSession, CollectRequest) - Method in interface org.eclipse.aether.RepositorySystem
-
Collects the transitive dependencies of an artifact and builds a dependency graph.
- CollectRequest - Class in org.eclipse.aether.collection
-
A request to collect the transitive dependencies and to build a dependency graph from them.
- CollectRequest - Class in org.eclipse.aether.collection
-
A request to collect the transitive dependencies and to build a dependency graph from them.
- CollectRequest() - Constructor for class org.eclipse.aether.collection.CollectRequest
-
Creates an uninitialized request.
- CollectRequest(Dependency, List<RemoteRepository>) - Constructor for class org.eclipse.aether.collection.CollectRequest
-
Creates a request with the specified properties.
- CollectRequest(Dependency, List<Dependency>, List<RemoteRepository>) - Constructor for class org.eclipse.aether.collection.CollectRequest
-
Creates a new request with the specified properties.
- CollectRequest(List<Dependency>, List<Dependency>, List<RemoteRepository>) - Constructor for class org.eclipse.aether.collection.CollectRequest
-
Creates a new request with the specified properties.
- CollectRequest() - Constructor for class org.eclipse.aether.collection.CollectRequest
-
Creates an uninitialized request.
- CollectRequest(Dependency, List<RemoteRepository>) - Constructor for class org.eclipse.aether.collection.CollectRequest
-
Creates a request with the specified properties.
- CollectRequest(Dependency, List<Dependency>, List<RemoteRepository>) - Constructor for class org.eclipse.aether.collection.CollectRequest
-
Creates a new request with the specified properties.
- CollectRequest(List<Dependency>, List<Dependency>, List<RemoteRepository>) - Constructor for class org.eclipse.aether.collection.CollectRequest
-
Creates a new request with the specified properties.
- CollectResult - Class in org.eclipse.aether.collection
-
The result of a dependency collection request.
- CollectResult - Class in org.eclipse.aether.collection
-
The result of a dependency collection request.
- CollectResult(CollectRequest) - Constructor for class org.eclipse.aether.collection.CollectResult
-
Creates a new result for the specified request.
- CollectResult(CollectRequest) - Constructor for class org.eclipse.aether.collection.CollectResult
-
Creates a new result for the specified request.
- compareTo(Version) - Method in class org.eclipse.aether.internal.test.util.TestVersion
-
- compareTo(Version) - Method in class org.eclipse.aether.internal.test.util.TestVersion
-
- COMPILE - Static variable in class org.eclipse.aether.util.artifact.JavaScopes
-
- COMPILE - Static variable in class org.eclipse.aether.util.artifact.JavaScopes
-
- computeIfAbsent(Object, Supplier<Object>) - Method in class org.eclipse.aether.DefaultSessionData
-
- computeIfAbsent(Object, Supplier<Object>) - Method in class org.eclipse.aether.DefaultSessionData
-
- computeIfAbsent(Object, Supplier<Object>) - Method in interface org.eclipse.aether.SessionData
-
Retrieve of compute the data associated with the specified key.
- computeIfAbsent(Object, Supplier<Object>) - Method in interface org.eclipse.aether.SessionData
-
Retrieve of compute the data associated with the specified key.
- CONFIG_PROP_CHECKSUMS_ALGORITHMS - Static variable in class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory
-
- CONFIG_PROP_CHECKSUMS_ALGORITHMS - Static variable in class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory
-
- CONFIG_PROP_CLASS_LOADER - Static variable in class org.eclipse.aether.transport.classpath.ClasspathTransporterFactory
-
- CONFIG_PROP_CLASS_LOADER - Static variable in class org.eclipse.aether.transport.classpath.ClasspathTransporterFactory
-
- CONFIG_PROP_ENABLE - Static variable in class org.eclipse.aether.util.graph.version.ContextualSnapshotVersionFilter
-
- CONFIG_PROP_ENABLE - Static variable in class org.eclipse.aether.util.graph.version.ContextualSnapshotVersionFilter
-
- CONFIG_PROP_MAX_CYCLES - Static variable in class org.eclipse.aether.internal.impl.collect.DependencyCollectorDelegate
-
- CONFIG_PROP_MAX_CYCLES - Static variable in class org.eclipse.aether.internal.impl.collect.DependencyCollectorDelegate
-
- CONFIG_PROP_MAX_CYCLES_DEFAULT - Static variable in class org.eclipse.aether.internal.impl.collect.DependencyCollectorDelegate
-
- CONFIG_PROP_MAX_CYCLES_DEFAULT - Static variable in class org.eclipse.aether.internal.impl.collect.DependencyCollectorDelegate
-
- CONFIG_PROP_MAX_EXCEPTIONS - Static variable in class org.eclipse.aether.internal.impl.collect.DependencyCollectorDelegate
-
- CONFIG_PROP_MAX_EXCEPTIONS - Static variable in class org.eclipse.aether.internal.impl.collect.DependencyCollectorDelegate
-
- CONFIG_PROP_MAX_EXCEPTIONS_DEFAULT - Static variable in class org.eclipse.aether.internal.impl.collect.DependencyCollectorDelegate
-
- CONFIG_PROP_MAX_EXCEPTIONS_DEFAULT - Static variable in class org.eclipse.aether.internal.impl.collect.DependencyCollectorDelegate
-
- CONFIG_PROP_OMIT_CHECKSUMS_FOR_EXTENSIONS - Static variable in class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory
-
- CONFIG_PROP_OMIT_CHECKSUMS_FOR_EXTENSIONS - Static variable in class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory
-
- CONFIG_PROP_SKIPPER - Static variable in class org.eclipse.aether.internal.impl.collect.bf.BfDependencyCollector
-
- CONFIG_PROP_SKIPPER - Static variable in class org.eclipse.aether.internal.impl.collect.bf.BfDependencyCollector
-
- CONFIG_PROP_SKIPPER_DEFAULT - Static variable in class org.eclipse.aether.internal.impl.collect.bf.BfDependencyCollector
-
- CONFIG_PROP_SKIPPER_DEFAULT - Static variable in class org.eclipse.aether.internal.impl.collect.bf.BfDependencyCollector
-
- CONFIG_PROP_VERBOSE - Static variable in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
-
- CONFIG_PROP_VERBOSE - Static variable in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
-
- CONFIG_PROP_VERBOSE - Static variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver
-
- CONFIG_PROP_VERBOSE - Static variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver
-
- ConfigurationProperties - Class in org.eclipse.aether
-
The keys and defaults for common configuration properties.
- ConfigurationProperties - Class in org.eclipse.aether
-
The keys and defaults for common configuration properties.
- configure(Binder) - Method in class org.apache.maven.resolver.examples.sisu.SisuRepositorySystemDemoModule
-
- configure(Binder) - Method in class org.apache.maven.resolver.examples.sisu.SisuRepositorySystemDemoModule
-
- configure() - Method in class org.eclipse.aether.impl.guice.AetherModule
-
Configures Guice with bindings for Aether components provided by this library.
- configure() - Method in class org.eclipse.aether.impl.guice.AetherModule
-
Configures Guice with bindings for Aether components provided by this library.
- configure(Wagon, Object) - Method in class org.eclipse.aether.internal.transport.wagon.PlexusWagonConfigurator
-
- configure(Wagon, Object) - Method in class org.eclipse.aether.internal.transport.wagon.PlexusWagonConfigurator
-
- configure(Wagon, Object) - Method in interface org.eclipse.aether.transport.wagon.WagonConfigurator
-
Configures the specified wagon instance with the given configuration.
- configure(Wagon, Object) - Method in interface org.eclipse.aether.transport.wagon.WagonConfigurator
-
Configures the specified wagon instance with the given configuration.
- ConfigUtils - Class in org.eclipse.aether.util
-
A utility class to read configuration properties from a repository system session.
- ConfigUtils - Class in org.eclipse.aether.util
-
A utility class to read configuration properties from a repository system session.
- CONFLICT_IDS - Static variable in class org.eclipse.aether.util.graph.transformer.TransformationContextKeys
-
The key in the graph transformation context where a Map<DependencyNode, Object>
is stored which maps
dependency nodes to their conflict ids.
- CONFLICT_IDS - Static variable in class org.eclipse.aether.util.graph.transformer.TransformationContextKeys
-
The key in the graph transformation context where a Map<DependencyNode, Object>
is stored which maps
dependency nodes to their conflict ids.
- ConflictContext(DependencyNode, Object, Map<DependencyNode, Object>, Collection<ConflictResolver.ConflictItem>) - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
-
Creates a new conflict context.
- ConflictContext(DependencyNode, Object, Map<DependencyNode, Object>, Collection<ConflictResolver.ConflictItem>) - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
-
Creates a new conflict context.
- ConflictIdSorter - Class in org.eclipse.aether.util.graph.transformer
-
A dependency graph transformer that creates a topological sorting of the conflict ids which have been assigned to the
dependency nodes.
- ConflictIdSorter - Class in org.eclipse.aether.util.graph.transformer
-
A dependency graph transformer that creates a topological sorting of the conflict ids which have been assigned to the
dependency nodes.
- ConflictIdSorter() - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictIdSorter
-
- ConflictIdSorter() - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictIdSorter
-
- ConflictItem(DependencyNode, DependencyNode, int, int, String...) - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
-
Creates a new conflict item with the specified properties.
- ConflictItem(DependencyNode, DependencyNode, int, int, String...) - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
-
Creates a new conflict item with the specified properties.
- ConflictMarker - Class in org.eclipse.aether.util.graph.transformer
-
A dependency graph transformer that identifies conflicting dependencies.
- ConflictMarker - Class in org.eclipse.aether.util.graph.transformer
-
A dependency graph transformer that identifies conflicting dependencies.
- ConflictMarker() - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictMarker
-
- ConflictMarker() - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictMarker
-
- ConflictResolver - Class in org.eclipse.aether.util.graph.transformer
-
A dependency graph transformer that resolves version and scope conflicts among dependencies.
- ConflictResolver - Class in org.eclipse.aether.util.graph.transformer
-
A dependency graph transformer that resolves version and scope conflicts among dependencies.
- ConflictResolver(ConflictResolver.VersionSelector, ConflictResolver.ScopeSelector, ConflictResolver.OptionalitySelector, ConflictResolver.ScopeDeriver) - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver
-
Creates a new conflict resolver instance with the specified hooks.
- ConflictResolver(ConflictResolver.VersionSelector, ConflictResolver.ScopeSelector, ConflictResolver.OptionalitySelector, ConflictResolver.ScopeDeriver) - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver
-
Creates a new conflict resolver instance with the specified hooks.
- ConflictResolver.ConflictContext - Class in org.eclipse.aether.util.graph.transformer
-
A context used to hold information that is relevant for resolving version and scope conflicts.
- ConflictResolver.ConflictContext - Class in org.eclipse.aether.util.graph.transformer
-
A context used to hold information that is relevant for resolving version and scope conflicts.
- ConflictResolver.ConflictItem - Class in org.eclipse.aether.util.graph.transformer
-
A conflicting dependency.
- ConflictResolver.ConflictItem - Class in org.eclipse.aether.util.graph.transformer
-
A conflicting dependency.
- ConflictResolver.OptionalitySelector - Class in org.eclipse.aether.util.graph.transformer
-
An extension point of
ConflictResolver
that determines the effective optional flag of a dependency from a
potentially conflicting set of derived optionalities.
- ConflictResolver.OptionalitySelector - Class in org.eclipse.aether.util.graph.transformer
-
An extension point of
ConflictResolver
that determines the effective optional flag of a dependency from a
potentially conflicting set of derived optionalities.
- ConflictResolver.ScopeContext - Class in org.eclipse.aether.util.graph.transformer
-
A context used to hold information that is relevant for deriving the scope of a child dependency.
- ConflictResolver.ScopeContext - Class in org.eclipse.aether.util.graph.transformer
-
A context used to hold information that is relevant for deriving the scope of a child dependency.
- ConflictResolver.ScopeDeriver - Class in org.eclipse.aether.util.graph.transformer
-
An extension point of
ConflictResolver
that determines the scope of a dependency in relation to the scope
of its parent.
- ConflictResolver.ScopeDeriver - Class in org.eclipse.aether.util.graph.transformer
-
An extension point of
ConflictResolver
that determines the scope of a dependency in relation to the scope
of its parent.
- ConflictResolver.ScopeSelector - Class in org.eclipse.aether.util.graph.transformer
-
- ConflictResolver.ScopeSelector - Class in org.eclipse.aether.util.graph.transformer
-
- ConflictResolver.VersionSelector - Class in org.eclipse.aether.util.graph.transformer
-
An extension point of
ConflictResolver
that determines the winner among conflicting dependencies.
- ConflictResolver.VersionSelector - Class in org.eclipse.aether.util.graph.transformer
-
An extension point of
ConflictResolver
that determines the winner among conflicting dependencies.
- CONNECT_TIMEOUT - Static variable in class org.eclipse.aether.ConfigurationProperties
-
The maximum amount of time (in milliseconds) to wait for a successful connection to a remote server.
- CONNECT_TIMEOUT - Static variable in class org.eclipse.aether.ConfigurationProperties
-
The maximum amount of time (in milliseconds) to wait for a successful connection to a remote server.
- ConservativeAuthenticationSelector - Class in org.eclipse.aether.util.repository
-
An authentication selector that delegates to another selector but only if a repository has no authentication data
yet.
- ConservativeAuthenticationSelector - Class in org.eclipse.aether.util.repository
-
An authentication selector that delegates to another selector but only if a repository has no authentication data
yet.
- ConservativeAuthenticationSelector(AuthenticationSelector) - Constructor for class org.eclipse.aether.util.repository.ConservativeAuthenticationSelector
-
Creates a new selector that delegates to the specified selector.
- ConservativeAuthenticationSelector(AuthenticationSelector) - Constructor for class org.eclipse.aether.util.repository.ConservativeAuthenticationSelector
-
Creates a new selector that delegates to the specified selector.
- ConservativeProxySelector - Class in org.eclipse.aether.util.repository
-
A proxy selector that delegates to another selector but only if a repository has no proxy yet.
- ConservativeProxySelector - Class in org.eclipse.aether.util.repository
-
A proxy selector that delegates to another selector but only if a repository has no proxy yet.
- ConservativeProxySelector(ProxySelector) - Constructor for class org.eclipse.aether.util.repository.ConservativeProxySelector
-
Creates a new selector that delegates to the specified selector.
- ConservativeProxySelector(ProxySelector) - Constructor for class org.eclipse.aether.util.repository.ConservativeProxySelector
-
Creates a new selector that delegates to the specified selector.
- ConsoleDependencyGraphDumper - Class in org.apache.maven.resolver.examples.util
-
A dependency visitor that dumps the graph to the console.
- ConsoleDependencyGraphDumper - Class in org.apache.maven.resolver.examples.util
-
A dependency visitor that dumps the graph to the console.
- ConsoleDependencyGraphDumper() - Constructor for class org.apache.maven.resolver.examples.util.ConsoleDependencyGraphDumper
-
- ConsoleDependencyGraphDumper(PrintStream) - Constructor for class org.apache.maven.resolver.examples.util.ConsoleDependencyGraphDumper
-
- ConsoleDependencyGraphDumper() - Constructor for class org.apache.maven.resolver.examples.util.ConsoleDependencyGraphDumper
-
- ConsoleDependencyGraphDumper(PrintStream) - Constructor for class org.apache.maven.resolver.examples.util.ConsoleDependencyGraphDumper
-
- ConsoleRepositoryListener - Class in org.apache.maven.resolver.examples.util
-
A simplistic repository listener that logs events to the console.
- ConsoleRepositoryListener - Class in org.apache.maven.resolver.examples.util
-
A simplistic repository listener that logs events to the console.
- ConsoleRepositoryListener() - Constructor for class org.apache.maven.resolver.examples.util.ConsoleRepositoryListener
-
- ConsoleRepositoryListener(PrintStream) - Constructor for class org.apache.maven.resolver.examples.util.ConsoleRepositoryListener
-
- ConsoleRepositoryListener() - Constructor for class org.apache.maven.resolver.examples.util.ConsoleRepositoryListener
-
- ConsoleRepositoryListener(PrintStream) - Constructor for class org.apache.maven.resolver.examples.util.ConsoleRepositoryListener
-
- ConsoleTransferListener - Class in org.apache.maven.resolver.examples.util
-
A simplistic transfer listener that logs uploads/downloads to the console.
- ConsoleTransferListener - Class in org.apache.maven.resolver.examples.util
-
A simplistic transfer listener that logs uploads/downloads to the console.
- ConsoleTransferListener() - Constructor for class org.apache.maven.resolver.examples.util.ConsoleTransferListener
-
- ConsoleTransferListener(PrintStream) - Constructor for class org.apache.maven.resolver.examples.util.ConsoleTransferListener
-
- ConsoleTransferListener() - Constructor for class org.apache.maven.resolver.examples.util.ConsoleTransferListener
-
- ConsoleTransferListener(PrintStream) - Constructor for class org.apache.maven.resolver.examples.util.ConsoleTransferListener
-
- CONSTITUTES_BUILD_PATH - Static variable in class org.eclipse.aether.artifact.ArtifactProperties
-
A boolean flag indicating whether the artifact is meant to be used for the compile/runtime/test build path of a
consumer project.
- CONSTITUTES_BUILD_PATH - Static variable in class org.eclipse.aether.artifact.ArtifactProperties
-
A boolean flag indicating whether the artifact is meant to be used for the compile/runtime/test build path of a
consumer project.
- containsVersion(Version) - Method in class org.eclipse.aether.internal.test.util.TestVersionConstraint
-
- containsVersion(Version) - Method in class org.eclipse.aether.internal.test.util.TestVersionConstraint
-
- containsVersion(Version) - Method in interface org.eclipse.aether.version.VersionConstraint
-
Determines whether the specified version satisfies this constraint.
- containsVersion(Version) - Method in interface org.eclipse.aether.version.VersionConstraint
-
Determines whether the specified version satisfies this constraint.
- containsVersion(Version) - Method in interface org.eclipse.aether.version.VersionRange
-
Determines whether the specified version is contained within this range.
- containsVersion(Version) - Method in interface org.eclipse.aether.version.VersionRange
-
Determines whether the specified version is contained within this range.
- context(String) - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
-
- context(String) - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
-
- ContextualSnapshotVersionFilter - Class in org.eclipse.aether.util.graph.version
-
A version filter that blocks "*-SNAPSHOT" versions if the
root artifact
of the dependency graph is not a
snapshot.
- ContextualSnapshotVersionFilter - Class in org.eclipse.aether.util.graph.version
-
A version filter that blocks "*-SNAPSHOT" versions if the
root artifact
of the dependency graph is not a
snapshot.
- ContextualSnapshotVersionFilter() - Constructor for class org.eclipse.aether.util.graph.version.ContextualSnapshotVersionFilter
-
Creates a new instance of this version filter.
- ContextualSnapshotVersionFilter() - Constructor for class org.eclipse.aether.util.graph.version.ContextualSnapshotVersionFilter
-
Creates a new instance of this version filter.
- copy(File, File) - Method in class org.eclipse.aether.internal.impl.DefaultFileProcessor
-
- copy(File, File, FileProcessor.ProgressListener) - Method in class org.eclipse.aether.internal.impl.DefaultFileProcessor
-
- copy(File, File) - Method in class org.eclipse.aether.internal.impl.DefaultFileProcessor
-
- copy(File, File, FileProcessor.ProgressListener) - Method in class org.eclipse.aether.internal.impl.DefaultFileProcessor
-
- copy(File, File) - Method in class org.eclipse.aether.internal.test.util.TestFileProcessor
-
- copy(File, File, FileProcessor.ProgressListener) - Method in class org.eclipse.aether.internal.test.util.TestFileProcessor
-
- copy(File, File) - Method in class org.eclipse.aether.internal.test.util.TestFileProcessor
-
- copy(File, File, FileProcessor.ProgressListener) - Method in class org.eclipse.aether.internal.test.util.TestFileProcessor
-
- copy(File, File) - Method in interface org.eclipse.aether.spi.io.FileProcessor
-
Copies the specified source file to the given target file.
- copy(File, File, FileProcessor.ProgressListener) - Method in interface org.eclipse.aether.spi.io.FileProcessor
-
Copies the specified source file to the given target file.
- copy(File, File) - Method in interface org.eclipse.aether.spi.io.FileProcessor
-
Copies the specified source file to the given target file.
- copy(File, File, FileProcessor.ProgressListener) - Method in interface org.eclipse.aether.spi.io.FileProcessor
-
Copies the specified source file to the given target file.
- copy() - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
-
Creates a new transfer event builder from the current values of this builder.
- copy() - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
-
Creates a new transfer event builder from the current values of this builder.
- copyFile(File, File) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
-
- copyFile(File, File) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
-
- copyProperties(Map<String, String>) - Static method in class org.eclipse.aether.artifact.AbstractArtifact
-
Copies the specified artifact properties.
- copyProperties(Map<String, String>) - Static method in class org.eclipse.aether.artifact.AbstractArtifact
-
Copies the specified artifact properties.
- copyProperties(Map<String, String>) - Static method in class org.eclipse.aether.metadata.AbstractMetadata
-
Copies the specified metadata properties.
- copyProperties(Map<String, String>) - Static method in class org.eclipse.aether.metadata.AbstractMetadata
-
Copies the specified metadata properties.
- createLock(String) - Method in class org.eclipse.aether.named.hazelcast.HazelcastSemaphoreNamedLockFactory
-
- createLock(String) - Method in class org.eclipse.aether.named.hazelcast.HazelcastSemaphoreNamedLockFactory
-
- createLock(String) - Method in class org.eclipse.aether.named.providers.FileLockNamedLockFactory
-
- createLock(String) - Method in class org.eclipse.aether.named.providers.FileLockNamedLockFactory
-
- createLock(String) - Method in class org.eclipse.aether.named.providers.LocalReadWriteLockNamedLockFactory
-
- createLock(String) - Method in class org.eclipse.aether.named.providers.LocalReadWriteLockNamedLockFactory
-
- createLock(String) - Method in class org.eclipse.aether.named.providers.LocalSemaphoreNamedLockFactory
-
- createLock(String) - Method in class org.eclipse.aether.named.providers.LocalSemaphoreNamedLockFactory
-
- createLock(String) - Method in class org.eclipse.aether.named.providers.NoopNamedLockFactory
-
- createLock(String) - Method in class org.eclipse.aether.named.providers.NoopNamedLockFactory
-
- createLock(String) - Method in class org.eclipse.aether.named.redisson.RedissonReadWriteLockNamedLockFactory
-
- createLock(String) - Method in class org.eclipse.aether.named.redisson.RedissonReadWriteLockNamedLockFactory
-
- createLock(String) - Method in class org.eclipse.aether.named.redisson.RedissonSemaphoreNamedLockFactory
-
- createLock(String) - Method in class org.eclipse.aether.named.redisson.RedissonSemaphoreNamedLockFactory
-
- createLock(String) - Method in class org.eclipse.aether.named.support.NamedLockFactorySupport
-
Implementations shall create and return
NamedLockSupport
for given
name
, this method must never
return
null
.
- createLock(String) - Method in class org.eclipse.aether.named.support.NamedLockFactorySupport
-
Implementations shall create and return
NamedLockSupport
for given
name
, this method must never
return
null
.
- createTempDir() - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
-
- createTempDir(String) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
-
- createTempDir() - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
-
- createTempDir(String) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
-
- createTempFile(String) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
-
- createTempFile(byte[], int) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
-
- createTempFile(String) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
-
- createTempFile(byte[], int) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
-
- CYCLIC_CONFLICT_IDS - Static variable in class org.eclipse.aether.util.graph.transformer.TransformationContextKeys
-
The key in the graph transformation context where a Collection<Collection<Object>>
is stored that denotes
cycles among conflict ids.
- CYCLIC_CONFLICT_IDS - Static variable in class org.eclipse.aether.util.graph.transformer.TransformationContextKeys
-
The key in the graph transformation context where a Collection<Collection<Object>>
is stored that denotes
cycles among conflict ids.
- DataPool - Class in org.eclipse.aether.internal.impl.collect
-
Internal helper class for collector implementations.
- DataPool - Class in org.eclipse.aether.internal.impl.collect
-
Internal helper class for collector implementations.
- DataPool(RepositorySystemSession) - Constructor for class org.eclipse.aether.internal.impl.collect.DataPool
-
- DataPool(RepositorySystemSession) - Constructor for class org.eclipse.aether.internal.impl.collect.DataPool
-
- debug(String) - Method in interface org.eclipse.aether.spi.log.Logger
-
Deprecated.
Emits the specified message.
- debug(String, Throwable) - Method in interface org.eclipse.aether.spi.log.Logger
-
Deprecated.
Emits the specified message along with a stack trace of the given exception.
- debug(String) - Method in interface org.eclipse.aether.spi.log.Logger
-
Deprecated.
Emits the specified message.
- debug(String, Throwable) - Method in interface org.eclipse.aether.spi.log.Logger
-
Deprecated.
Emits the specified message along with a stack trace of the given exception.
- DEFAULT_CONNECT_TIMEOUT - Static variable in class org.eclipse.aether.ConfigurationProperties
-
- DEFAULT_CONNECT_TIMEOUT - Static variable in class org.eclipse.aether.ConfigurationProperties
-
- DEFAULT_HTTP_CREDENTIAL_ENCODING - Static variable in class org.eclipse.aether.ConfigurationProperties
-
- DEFAULT_HTTP_CREDENTIAL_ENCODING - Static variable in class org.eclipse.aether.ConfigurationProperties
-
- DEFAULT_IMPLICIT_PRIORITIES - Static variable in class org.eclipse.aether.ConfigurationProperties
-
- DEFAULT_IMPLICIT_PRIORITIES - Static variable in class org.eclipse.aether.ConfigurationProperties
-
- DEFAULT_INTERACTIVE - Static variable in class org.eclipse.aether.ConfigurationProperties
-
- DEFAULT_INTERACTIVE - Static variable in class org.eclipse.aether.ConfigurationProperties
-
- DEFAULT_PERSISTED_CHECKSUMS - Static variable in class org.eclipse.aether.ConfigurationProperties
-
- DEFAULT_PERSISTED_CHECKSUMS - Static variable in class org.eclipse.aether.ConfigurationProperties
-
- DEFAULT_REQUEST_TIMEOUT - Static variable in class org.eclipse.aether.ConfigurationProperties
-
- DEFAULT_REQUEST_TIMEOUT - Static variable in class org.eclipse.aether.ConfigurationProperties
-
- DEFAULT_TIME - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter
-
- DEFAULT_TIME - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter
-
- DEFAULT_TIME_UNIT - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter
-
- DEFAULT_TIME_UNIT - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter
-
- DEFAULT_USER_AGENT - Static variable in class org.eclipse.aether.ConfigurationProperties
-
- DEFAULT_USER_AGENT - Static variable in class org.eclipse.aether.ConfigurationProperties
-
- DefaultArtifact - Class in org.eclipse.aether.artifact
-
A simple artifact.
- DefaultArtifact - Class in org.eclipse.aether.artifact
-
A simple artifact.
- DefaultArtifact(String) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
-
Creates a new artifact with the specified coordinates.
- DefaultArtifact(String, Map<String, String>) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
-
Creates a new artifact with the specified coordinates and properties.
- DefaultArtifact(String, String, String, String) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
-
Creates a new artifact with the specified coordinates and no classifier.
- DefaultArtifact(String, String, String, String, String) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
-
Creates a new artifact with the specified coordinates.
- DefaultArtifact(String, String, String, String, String, ArtifactType) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
-
Creates a new artifact with the specified coordinates.
- DefaultArtifact(String, String, String, String, String, Map<String, String>, ArtifactType) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
-
Creates a new artifact with the specified coordinates and properties.
- DefaultArtifact(String, String, String, String, String, Map<String, String>, File) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
-
Creates a new artifact with the specified coordinates, properties and file.
- DefaultArtifact(String) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
-
Creates a new artifact with the specified coordinates.
- DefaultArtifact(String, Map<String, String>) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
-
Creates a new artifact with the specified coordinates and properties.
- DefaultArtifact(String, String, String, String) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
-
Creates a new artifact with the specified coordinates and no classifier.
- DefaultArtifact(String, String, String, String, String) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
-
Creates a new artifact with the specified coordinates.
- DefaultArtifact(String, String, String, String, String, ArtifactType) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
-
Creates a new artifact with the specified coordinates.
- DefaultArtifact(String, String, String, String, String, Map<String, String>, ArtifactType) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
-
Creates a new artifact with the specified coordinates and properties.
- DefaultArtifact(String, String, String, String, String, Map<String, String>, File) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
-
Creates a new artifact with the specified coordinates, properties and file.
- DefaultArtifactResolver - Class in org.eclipse.aether.internal.impl
-
- DefaultArtifactResolver - Class in org.eclipse.aether.internal.impl
-
- DefaultArtifactResolver() - Constructor for class org.eclipse.aether.internal.impl.DefaultArtifactResolver
-
- DefaultArtifactResolver() - Constructor for class org.eclipse.aether.internal.impl.DefaultArtifactResolver
-
- DefaultArtifactType - Class in org.eclipse.aether.artifact
-
A simple artifact type.
- DefaultArtifactType - Class in org.eclipse.aether.artifact
-
A simple artifact type.
- DefaultArtifactType(String) - Constructor for class org.eclipse.aether.artifact.DefaultArtifactType
-
Creates a new artifact type with the specified identifier.
- DefaultArtifactType(String, String, String, String) - Constructor for class org.eclipse.aether.artifact.DefaultArtifactType
-
Creates a new artifact type with the specified properties.
- DefaultArtifactType(String, String, String, String, boolean, boolean) - Constructor for class org.eclipse.aether.artifact.DefaultArtifactType
-
Creates a new artifact type with the specified properties.
- DefaultArtifactType(String, String, String, Map<String, String>) - Constructor for class org.eclipse.aether.artifact.DefaultArtifactType
-
Creates a new artifact type with the specified properties.
- DefaultArtifactType(String) - Constructor for class org.eclipse.aether.artifact.DefaultArtifactType
-
Creates a new artifact type with the specified identifier.
- DefaultArtifactType(String, String, String, String) - Constructor for class org.eclipse.aether.artifact.DefaultArtifactType
-
Creates a new artifact type with the specified properties.
- DefaultArtifactType(String, String, String, String, boolean, boolean) - Constructor for class org.eclipse.aether.artifact.DefaultArtifactType
-
Creates a new artifact type with the specified properties.
- DefaultArtifactType(String, String, String, Map<String, String>) - Constructor for class org.eclipse.aether.artifact.DefaultArtifactType
-
Creates a new artifact type with the specified properties.
- DefaultArtifactTypeRegistry - Class in org.eclipse.aether.util.artifact
-
A simple artifact type registry.
- DefaultArtifactTypeRegistry - Class in org.eclipse.aether.util.artifact
-
A simple artifact type registry.
- DefaultArtifactTypeRegistry() - Constructor for class org.eclipse.aether.util.artifact.DefaultArtifactTypeRegistry
-
Creates a new artifact type registry with initally no registered artifact types.
- DefaultArtifactTypeRegistry() - Constructor for class org.eclipse.aether.util.artifact.DefaultArtifactTypeRegistry
-
Creates a new artifact type registry with initally no registered artifact types.
- DefaultAuthenticationSelector - Class in org.eclipse.aether.util.repository
-
A simple authentication selector that selects authentication based on repository identifiers.
- DefaultAuthenticationSelector - Class in org.eclipse.aether.util.repository
-
A simple authentication selector that selects authentication based on repository identifiers.
- DefaultAuthenticationSelector() - Constructor for class org.eclipse.aether.util.repository.DefaultAuthenticationSelector
-
- DefaultAuthenticationSelector() - Constructor for class org.eclipse.aether.util.repository.DefaultAuthenticationSelector
-
- DefaultChecksumAlgorithmFactorySelector - Class in org.eclipse.aether.internal.impl.checksum
-
Default implementation.
- DefaultChecksumAlgorithmFactorySelector - Class in org.eclipse.aether.internal.impl.checksum
-
Default implementation.
- DefaultChecksumAlgorithmFactorySelector() - Constructor for class org.eclipse.aether.internal.impl.checksum.DefaultChecksumAlgorithmFactorySelector
-
Deprecated.
- DefaultChecksumAlgorithmFactorySelector(Map<String, ChecksumAlgorithmFactory>) - Constructor for class org.eclipse.aether.internal.impl.checksum.DefaultChecksumAlgorithmFactorySelector
-
- DefaultChecksumAlgorithmFactorySelector() - Constructor for class org.eclipse.aether.internal.impl.checksum.DefaultChecksumAlgorithmFactorySelector
-
Deprecated.
- DefaultChecksumAlgorithmFactorySelector(Map<String, ChecksumAlgorithmFactory>) - Constructor for class org.eclipse.aether.internal.impl.checksum.DefaultChecksumAlgorithmFactorySelector
-
- DefaultChecksumPolicyProvider - Class in org.eclipse.aether.internal.impl
-
- DefaultChecksumPolicyProvider - Class in org.eclipse.aether.internal.impl
-
- DefaultChecksumPolicyProvider() - Constructor for class org.eclipse.aether.internal.impl.DefaultChecksumPolicyProvider
-
- DefaultChecksumPolicyProvider() - Constructor for class org.eclipse.aether.internal.impl.DefaultChecksumPolicyProvider
-
- DefaultDependencyCollectionContext - Class in org.eclipse.aether.internal.impl.collect
-
Internal helper class for collector implementations.
- DefaultDependencyCollectionContext - Class in org.eclipse.aether.internal.impl.collect
-
Internal helper class for collector implementations.
- DefaultDependencyCollectionContext(RepositorySystemSession, Artifact, Dependency, List<Dependency>) - Constructor for class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollectionContext
-
- DefaultDependencyCollectionContext(RepositorySystemSession, Artifact, Dependency, List<Dependency>) - Constructor for class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollectionContext
-
- DefaultDependencyCollector - Class in org.eclipse.aether.internal.impl.collect
-
- DefaultDependencyCollector - Class in org.eclipse.aether.internal.impl.collect
-
- DefaultDependencyCollector() - Constructor for class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
-
- DefaultDependencyCollector(Map<String, DependencyCollectorDelegate>) - Constructor for class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
-
- DefaultDependencyCollector() - Constructor for class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
-
- DefaultDependencyCollector(Map<String, DependencyCollectorDelegate>) - Constructor for class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
-
- DefaultDependencyCycle - Class in org.eclipse.aether.internal.impl.collect
-
- DefaultDependencyCycle - Class in org.eclipse.aether.internal.impl.collect
-
- DefaultDependencyCycle(List<DependencyNode>, int, Dependency) - Constructor for class org.eclipse.aether.internal.impl.collect.DefaultDependencyCycle
-
- DefaultDependencyCycle(List<DependencyNode>, int, Dependency) - Constructor for class org.eclipse.aether.internal.impl.collect.DefaultDependencyCycle
-
- DefaultDependencyGraphTransformationContext - Class in org.eclipse.aether.internal.impl.collect
-
- DefaultDependencyGraphTransformationContext - Class in org.eclipse.aether.internal.impl.collect
-
- DefaultDependencyGraphTransformationContext(RepositorySystemSession) - Constructor for class org.eclipse.aether.internal.impl.collect.DefaultDependencyGraphTransformationContext
-
- DefaultDependencyGraphTransformationContext(RepositorySystemSession) - Constructor for class org.eclipse.aether.internal.impl.collect.DefaultDependencyGraphTransformationContext
-
- DefaultDependencyManager - Class in org.eclipse.aether.util.graph.manager
-
A dependency manager managing dependencies on all levels supporting transitive dependency management.
- DefaultDependencyManager - Class in org.eclipse.aether.util.graph.manager
-
A dependency manager managing dependencies on all levels supporting transitive dependency management.
- DefaultDependencyManager() - Constructor for class org.eclipse.aether.util.graph.manager.DefaultDependencyManager
-
Creates a new dependency manager without any management information.
- DefaultDependencyManager() - Constructor for class org.eclipse.aether.util.graph.manager.DefaultDependencyManager
-
Creates a new dependency manager without any management information.
- DefaultDependencyNode - Class in org.eclipse.aether.graph
-
A node within a dependency graph.
- DefaultDependencyNode - Class in org.eclipse.aether.graph
-
A node within a dependency graph.
- DefaultDependencyNode(Dependency) - Constructor for class org.eclipse.aether.graph.DefaultDependencyNode
-
Creates a new node with the specified dependency.
- DefaultDependencyNode(Artifact) - Constructor for class org.eclipse.aether.graph.DefaultDependencyNode
-
Creates a new root node with the specified artifact as its label.
- DefaultDependencyNode(DependencyNode) - Constructor for class org.eclipse.aether.graph.DefaultDependencyNode
-
Creates a mostly shallow clone of the specified node.
- DefaultDependencyNode(Dependency) - Constructor for class org.eclipse.aether.graph.DefaultDependencyNode
-
Creates a new node with the specified dependency.
- DefaultDependencyNode(Artifact) - Constructor for class org.eclipse.aether.graph.DefaultDependencyNode
-
Creates a new root node with the specified artifact as its label.
- DefaultDependencyNode(DependencyNode) - Constructor for class org.eclipse.aether.graph.DefaultDependencyNode
-
Creates a mostly shallow clone of the specified node.
- DefaultDeployer - Class in org.eclipse.aether.internal.impl
-
- DefaultDeployer - Class in org.eclipse.aether.internal.impl
-
- DefaultDeployer() - Constructor for class org.eclipse.aether.internal.impl.DefaultDeployer
-
- DefaultDeployer() - Constructor for class org.eclipse.aether.internal.impl.DefaultDeployer
-
- DefaultFileProcessor - Class in org.eclipse.aether.internal.impl
-
A utility class helping with file-based operations.
- DefaultFileProcessor - Class in org.eclipse.aether.internal.impl
-
A utility class helping with file-based operations.
- DefaultFileProcessor() - Constructor for class org.eclipse.aether.internal.impl.DefaultFileProcessor
-
- DefaultFileProcessor() - Constructor for class org.eclipse.aether.internal.impl.DefaultFileProcessor
-
- DefaultInstaller - Class in org.eclipse.aether.internal.impl
-
- DefaultInstaller - Class in org.eclipse.aether.internal.impl
-
- DefaultInstaller() - Constructor for class org.eclipse.aether.internal.impl.DefaultInstaller
-
- DefaultInstaller() - Constructor for class org.eclipse.aether.internal.impl.DefaultInstaller
-
- DefaultLocalRepositoryProvider - Class in org.eclipse.aether.internal.impl
-
- DefaultLocalRepositoryProvider - Class in org.eclipse.aether.internal.impl
-
- DefaultLocalRepositoryProvider() - Constructor for class org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider
-
- DefaultLocalRepositoryProvider() - Constructor for class org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider
-
- DefaultMetadata - Class in org.eclipse.aether.metadata
-
A basic metadata instance.
- DefaultMetadata - Class in org.eclipse.aether.metadata
-
A basic metadata instance.
- DefaultMetadata(String, Metadata.Nature) - Constructor for class org.eclipse.aether.metadata.DefaultMetadata
-
Creates a new metadata for the repository root with the specific type and nature.
- DefaultMetadata(String, String, Metadata.Nature) - Constructor for class org.eclipse.aether.metadata.DefaultMetadata
-
Creates a new metadata for the groupId level with the specific type and nature.
- DefaultMetadata(String, String, String, Metadata.Nature) - Constructor for class org.eclipse.aether.metadata.DefaultMetadata
-
Creates a new metadata for the groupId:artifactId level with the specific type and nature.
- DefaultMetadata(String, String, String, String, Metadata.Nature) - Constructor for class org.eclipse.aether.metadata.DefaultMetadata
-
Creates a new metadata for the groupId:artifactId:version level with the specific type and nature.
- DefaultMetadata(String, String, String, String, Metadata.Nature, File) - Constructor for class org.eclipse.aether.metadata.DefaultMetadata
-
Creates a new metadata for the groupId:artifactId:version level with the specific type and nature.
- DefaultMetadata(String, String, String, String, Metadata.Nature, Map<String, String>, File) - Constructor for class org.eclipse.aether.metadata.DefaultMetadata
-
Creates a new metadata for the groupId:artifactId:version level with the specific type and nature.
- DefaultMetadata(String, Metadata.Nature) - Constructor for class org.eclipse.aether.metadata.DefaultMetadata
-
Creates a new metadata for the repository root with the specific type and nature.
- DefaultMetadata(String, String, Metadata.Nature) - Constructor for class org.eclipse.aether.metadata.DefaultMetadata
-
Creates a new metadata for the groupId level with the specific type and nature.
- DefaultMetadata(String, String, String, Metadata.Nature) - Constructor for class org.eclipse.aether.metadata.DefaultMetadata
-
Creates a new metadata for the groupId:artifactId level with the specific type and nature.
- DefaultMetadata(String, String, String, String, Metadata.Nature) - Constructor for class org.eclipse.aether.metadata.DefaultMetadata
-
Creates a new metadata for the groupId:artifactId:version level with the specific type and nature.
- DefaultMetadata(String, String, String, String, Metadata.Nature, File) - Constructor for class org.eclipse.aether.metadata.DefaultMetadata
-
Creates a new metadata for the groupId:artifactId:version level with the specific type and nature.
- DefaultMetadata(String, String, String, String, Metadata.Nature, Map<String, String>, File) - Constructor for class org.eclipse.aether.metadata.DefaultMetadata
-
Creates a new metadata for the groupId:artifactId:version level with the specific type and nature.
- DefaultMetadataResolver - Class in org.eclipse.aether.internal.impl
-
- DefaultMetadataResolver - Class in org.eclipse.aether.internal.impl
-
- DefaultMetadataResolver() - Constructor for class org.eclipse.aether.internal.impl.DefaultMetadataResolver
-
- DefaultMetadataResolver() - Constructor for class org.eclipse.aether.internal.impl.DefaultMetadataResolver
-
- DefaultMirrorSelector - Class in org.eclipse.aether.util.repository
-
A simple mirror selector that selects mirrors based on repository identifiers.
- DefaultMirrorSelector - Class in org.eclipse.aether.util.repository
-
A simple mirror selector that selects mirrors based on repository identifiers.
- DefaultMirrorSelector() - Constructor for class org.eclipse.aether.util.repository.DefaultMirrorSelector
-
- DefaultMirrorSelector() - Constructor for class org.eclipse.aether.util.repository.DefaultMirrorSelector
-
- DefaultOfflineController - Class in org.eclipse.aether.internal.impl
-
- DefaultOfflineController - Class in org.eclipse.aether.internal.impl
-
- DefaultOfflineController() - Constructor for class org.eclipse.aether.internal.impl.DefaultOfflineController
-
- DefaultOfflineController() - Constructor for class org.eclipse.aether.internal.impl.DefaultOfflineController
-
- DefaultProxySelector - Class in org.eclipse.aether.util.repository
-
A simple proxy selector that selects the first matching proxy from a list of configured proxies.
- DefaultProxySelector - Class in org.eclipse.aether.util.repository
-
A simple proxy selector that selects the first matching proxy from a list of configured proxies.
- DefaultProxySelector() - Constructor for class org.eclipse.aether.util.repository.DefaultProxySelector
-
- DefaultProxySelector() - Constructor for class org.eclipse.aether.util.repository.DefaultProxySelector
-
- DefaultRemoteRepositoryManager - Class in org.eclipse.aether.internal.impl
-
- DefaultRemoteRepositoryManager - Class in org.eclipse.aether.internal.impl
-
- DefaultRemoteRepositoryManager() - Constructor for class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
-
- DefaultRemoteRepositoryManager() - Constructor for class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
-
- DefaultRepositoryCache - Class in org.eclipse.aether
-
A simplistic repository cache backed by a thread-safe map.
- DefaultRepositoryCache - Class in org.eclipse.aether
-
A simplistic repository cache backed by a thread-safe map.
- DefaultRepositoryCache() - Constructor for class org.eclipse.aether.DefaultRepositoryCache
-
- DefaultRepositoryCache() - Constructor for class org.eclipse.aether.DefaultRepositoryCache
-
- DefaultRepositoryConnectorProvider - Class in org.eclipse.aether.internal.impl
-
- DefaultRepositoryConnectorProvider - Class in org.eclipse.aether.internal.impl
-
- DefaultRepositoryConnectorProvider() - Constructor for class org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider
-
- DefaultRepositoryConnectorProvider() - Constructor for class org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider
-
- DefaultRepositoryEventDispatcher - Class in org.eclipse.aether.internal.impl
-
- DefaultRepositoryEventDispatcher - Class in org.eclipse.aether.internal.impl
-
- DefaultRepositoryEventDispatcher() - Constructor for class org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
-
- DefaultRepositoryEventDispatcher() - Constructor for class org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
-
- DefaultRepositoryLayoutProvider - Class in org.eclipse.aether.internal.impl
-
- DefaultRepositoryLayoutProvider - Class in org.eclipse.aether.internal.impl
-
- DefaultRepositoryLayoutProvider() - Constructor for class org.eclipse.aether.internal.impl.DefaultRepositoryLayoutProvider
-
- DefaultRepositoryLayoutProvider() - Constructor for class org.eclipse.aether.internal.impl.DefaultRepositoryLayoutProvider
-
- DefaultRepositorySystem - Class in org.eclipse.aether.internal.impl
-
- DefaultRepositorySystem - Class in org.eclipse.aether.internal.impl
-
- DefaultRepositorySystem() - Constructor for class org.eclipse.aether.internal.impl.DefaultRepositorySystem
-
- DefaultRepositorySystem() - Constructor for class org.eclipse.aether.internal.impl.DefaultRepositorySystem
-
- DefaultRepositorySystemSession - Class in org.eclipse.aether
-
A simple repository system session.
- DefaultRepositorySystemSession - Class in org.eclipse.aether
-
A simple repository system session.
- DefaultRepositorySystemSession() - Constructor for class org.eclipse.aether.DefaultRepositorySystemSession
-
Creates an uninitialized session.
- DefaultRepositorySystemSession(RepositorySystemSession) - Constructor for class org.eclipse.aether.DefaultRepositorySystemSession
-
Creates a shallow copy of the specified session.
- DefaultRepositorySystemSession() - Constructor for class org.eclipse.aether.DefaultRepositorySystemSession
-
Creates an uninitialized session.
- DefaultRepositorySystemSession(RepositorySystemSession) - Constructor for class org.eclipse.aether.DefaultRepositorySystemSession
-
Creates a shallow copy of the specified session.
- DefaultServiceLocator - Class in org.eclipse.aether.impl
-
- DefaultServiceLocator - Class in org.eclipse.aether.impl
-
- DefaultServiceLocator() - Constructor for class org.eclipse.aether.impl.DefaultServiceLocator
-
Deprecated.
Creates a new service locator that already knows about all service implementations included this library.
- DefaultServiceLocator() - Constructor for class org.eclipse.aether.impl.DefaultServiceLocator
-
Deprecated.
Creates a new service locator that already knows about all service implementations included this library.
- DefaultServiceLocator.ErrorHandler - Class in org.eclipse.aether.impl
-
Deprecated.
A hook to customize the handling of errors encountered while locating a service implementation.
- DefaultServiceLocator.ErrorHandler - Class in org.eclipse.aether.impl
-
Deprecated.
A hook to customize the handling of errors encountered while locating a service implementation.
- DefaultSessionData - Class in org.eclipse.aether
-
A simple session data storage backed by a thread-safe map.
- DefaultSessionData - Class in org.eclipse.aether
-
A simple session data storage backed by a thread-safe map.
- DefaultSessionData() - Constructor for class org.eclipse.aether.DefaultSessionData
-
- DefaultSessionData() - Constructor for class org.eclipse.aether.DefaultSessionData
-
- DefaultSyncContextFactory - Class in org.eclipse.aether.internal.impl.synccontext
-
- DefaultSyncContextFactory - Class in org.eclipse.aether.internal.impl.synccontext
-
- DefaultSyncContextFactory(NamedLockFactorySelector) - Constructor for class org.eclipse.aether.internal.impl.synccontext.DefaultSyncContextFactory
-
Constructor used with DI, where factories are injected and selected based on key.
- DefaultSyncContextFactory() - Constructor for class org.eclipse.aether.internal.impl.synccontext.DefaultSyncContextFactory
-
- DefaultSyncContextFactory(NamedLockFactorySelector) - Constructor for class org.eclipse.aether.internal.impl.synccontext.DefaultSyncContextFactory
-
Constructor used with DI, where factories are injected and selected based on key.
- DefaultSyncContextFactory() - Constructor for class org.eclipse.aether.internal.impl.synccontext.DefaultSyncContextFactory
-
- DefaultSyncContextFactory - Class in org.eclipse.aether.internal.impl.synccontext.legacy
-
- DefaultSyncContextFactory - Class in org.eclipse.aether.internal.impl.synccontext.legacy
-
- DefaultSyncContextFactory() - Constructor for class org.eclipse.aether.internal.impl.synccontext.legacy.DefaultSyncContextFactory
-
Deprecated.
- DefaultSyncContextFactory(SyncContextFactory) - Constructor for class org.eclipse.aether.internal.impl.synccontext.legacy.DefaultSyncContextFactory
-
Deprecated.
- DefaultSyncContextFactory() - Constructor for class org.eclipse.aether.internal.impl.synccontext.legacy.DefaultSyncContextFactory
-
Deprecated.
- DefaultSyncContextFactory(SyncContextFactory) - Constructor for class org.eclipse.aether.internal.impl.synccontext.legacy.DefaultSyncContextFactory
-
Deprecated.
- DefaultTrackingFileManager - Class in org.eclipse.aether.internal.impl
-
Manages access to a properties file.
- DefaultTrackingFileManager - Class in org.eclipse.aether.internal.impl
-
Manages access to a properties file.
- DefaultTrackingFileManager() - Constructor for class org.eclipse.aether.internal.impl.DefaultTrackingFileManager
-
- DefaultTrackingFileManager() - Constructor for class org.eclipse.aether.internal.impl.DefaultTrackingFileManager
-
- DefaultTransporterProvider - Class in org.eclipse.aether.internal.impl
-
- DefaultTransporterProvider - Class in org.eclipse.aether.internal.impl
-
- DefaultTransporterProvider() - Constructor for class org.eclipse.aether.internal.impl.DefaultTransporterProvider
-
- DefaultTransporterProvider() - Constructor for class org.eclipse.aether.internal.impl.DefaultTransporterProvider
-
- DefaultUpdateCheckManager - Class in org.eclipse.aether.internal.impl
-
- DefaultUpdateCheckManager - Class in org.eclipse.aether.internal.impl
-
- DefaultUpdateCheckManager() - Constructor for class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
-
- DefaultUpdateCheckManager() - Constructor for class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
-
- DefaultUpdatePolicyAnalyzer - Class in org.eclipse.aether.internal.impl
-
- DefaultUpdatePolicyAnalyzer - Class in org.eclipse.aether.internal.impl
-
- DefaultUpdatePolicyAnalyzer() - Constructor for class org.eclipse.aether.internal.impl.DefaultUpdatePolicyAnalyzer
-
- DefaultUpdatePolicyAnalyzer() - Constructor for class org.eclipse.aether.internal.impl.DefaultUpdatePolicyAnalyzer
-
- DefaultVersionFilterContext - Class in org.eclipse.aether.internal.impl.collect
-
Default implementation of VersionFilter.VersionFilterContext
.
- DefaultVersionFilterContext - Class in org.eclipse.aether.internal.impl.collect
-
Default implementation of VersionFilter.VersionFilterContext
.
- DefaultVersionFilterContext(RepositorySystemSession) - Constructor for class org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
-
- DefaultVersionFilterContext(RepositorySystemSession) - Constructor for class org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
-
- DelegatingArtifact - Class in org.eclipse.aether.util.artifact
-
An artifact that delegates to another artifact instance.
- DelegatingArtifact - Class in org.eclipse.aether.util.artifact
-
An artifact that delegates to another artifact instance.
- DelegatingArtifact(Artifact) - Constructor for class org.eclipse.aether.util.artifact.DelegatingArtifact
-
Creates a new artifact instance that delegates to the specified artifact.
- DelegatingArtifact(Artifact) - Constructor for class org.eclipse.aether.util.artifact.DelegatingArtifact
-
Creates a new artifact instance that delegates to the specified artifact.
- deleteFile(File) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
-
- deleteFile(File) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
-
- deleteTempFiles() - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
-
- deleteTempFiles() - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
-
- Dependency - Class in org.eclipse.aether.graph
-
A dependency to some artifact.
- Dependency - Class in org.eclipse.aether.graph
-
A dependency to some artifact.
- Dependency(Artifact, String) - Constructor for class org.eclipse.aether.graph.Dependency
-
Creates a mandatory dependency on the specified artifact with the given scope.
- Dependency(Artifact, String, Boolean) - Constructor for class org.eclipse.aether.graph.Dependency
-
Creates a dependency on the specified artifact with the given scope.
- Dependency(Artifact, String, Boolean, Collection<Exclusion>) - Constructor for class org.eclipse.aether.graph.Dependency
-
Creates a dependency on the specified artifact with the given scope and exclusions.
- Dependency(Artifact, String) - Constructor for class org.eclipse.aether.graph.Dependency
-
Creates a mandatory dependency on the specified artifact with the given scope.
- Dependency(Artifact, String, Boolean) - Constructor for class org.eclipse.aether.graph.Dependency
-
Creates a dependency on the specified artifact with the given scope.
- Dependency(Artifact, String, Boolean, Collection<Exclusion>) - Constructor for class org.eclipse.aether.graph.Dependency
-
Creates a dependency on the specified artifact with the given scope and exclusions.
- DependencyCollectionContext - Interface in org.eclipse.aether.collection
-
A context used during dependency collection to update the dependency manager, selector and traverser.
- DependencyCollectionContext - Interface in org.eclipse.aether.collection
-
A context used during dependency collection to update the dependency manager, selector and traverser.
- DependencyCollectionException - Exception in org.eclipse.aether.collection
-
Thrown in case of bad artifact descriptors, version ranges or other issues encountered during calculation of the
dependency graph.
- DependencyCollectionException - Exception in org.eclipse.aether.collection
-
Thrown in case of bad artifact descriptors, version ranges or other issues encountered during calculation of the
dependency graph.
- DependencyCollectionException(CollectResult) - Constructor for exception org.eclipse.aether.collection.DependencyCollectionException
-
Creates a new exception with the specified result.
- DependencyCollectionException(CollectResult, String) - Constructor for exception org.eclipse.aether.collection.DependencyCollectionException
-
Creates a new exception with the specified result and detail message.
- DependencyCollectionException(CollectResult, String, Throwable) - Constructor for exception org.eclipse.aether.collection.DependencyCollectionException
-
Creates a new exception with the specified result, detail message and cause.
- DependencyCollectionException(CollectResult) - Constructor for exception org.eclipse.aether.collection.DependencyCollectionException
-
Creates a new exception with the specified result.
- DependencyCollectionException(CollectResult, String) - Constructor for exception org.eclipse.aether.collection.DependencyCollectionException
-
Creates a new exception with the specified result and detail message.
- DependencyCollectionException(CollectResult, String, Throwable) - Constructor for exception org.eclipse.aether.collection.DependencyCollectionException
-
Creates a new exception with the specified result, detail message and cause.
- DependencyCollector - Interface in org.eclipse.aether.impl
-
Given a collection of direct dependencies, recursively gathers their transitive dependencies and calculates the
dependency graph.
- DependencyCollector - Interface in org.eclipse.aether.impl
-
Given a collection of direct dependencies, recursively gathers their transitive dependencies and calculates the
dependency graph.
- DependencyCollectorDelegate - Class in org.eclipse.aether.internal.impl.collect
-
Helper class for delegate implementations, they MUST subclass this class.
- DependencyCollectorDelegate - Class in org.eclipse.aether.internal.impl.collect
-
Helper class for delegate implementations, they MUST subclass this class.
- DependencyCollectorDelegate() - Constructor for class org.eclipse.aether.internal.impl.collect.DependencyCollectorDelegate
-
- DependencyCollectorDelegate(RemoteRepositoryManager, ArtifactDescriptorReader, VersionRangeResolver) - Constructor for class org.eclipse.aether.internal.impl.collect.DependencyCollectorDelegate
-
- DependencyCollectorDelegate() - Constructor for class org.eclipse.aether.internal.impl.collect.DependencyCollectorDelegate
-
- DependencyCollectorDelegate(RemoteRepositoryManager, ArtifactDescriptorReader, VersionRangeResolver) - Constructor for class org.eclipse.aether.internal.impl.collect.DependencyCollectorDelegate
-
- DependencyCycle - Interface in org.eclipse.aether.graph
-
A cycle within a dependency graph, that is a sequence of dependencies d_1, d_2, ..., d_n where d_1 and d_n have the
same versionless coordinates.
- DependencyCycle - Interface in org.eclipse.aether.graph
-
A cycle within a dependency graph, that is a sequence of dependencies d_1, d_2, ..., d_n where d_1 and d_n have the
same versionless coordinates.
- DependencyFilter - Interface in org.eclipse.aether.graph
-
A filter to include/exclude dependency nodes during other operations.
- DependencyFilter - Interface in org.eclipse.aether.graph
-
A filter to include/exclude dependency nodes during other operations.
- DependencyFilterUtils - Class in org.eclipse.aether.util.filter
-
A utility class assisting in the creation of dependency node filters.
- DependencyFilterUtils - Class in org.eclipse.aether.util.filter
-
A utility class assisting in the creation of dependency node filters.
- DependencyGraphParser - Class in org.eclipse.aether.internal.test.util
-
Creates a dependency graph from a text description.
- DependencyGraphParser - Class in org.eclipse.aether.internal.test.util
-
Creates a dependency graph from a text description.
- DependencyGraphParser(String, Collection<String>) - Constructor for class org.eclipse.aether.internal.test.util.DependencyGraphParser
-
Create a parser with the given prefix and the given substitution strings.
- DependencyGraphParser(String) - Constructor for class org.eclipse.aether.internal.test.util.DependencyGraphParser
-
Create a parser with the given prefix.
- DependencyGraphParser() - Constructor for class org.eclipse.aether.internal.test.util.DependencyGraphParser
-
Create a parser with an empty prefix.
- DependencyGraphParser(String, Collection<String>) - Constructor for class org.eclipse.aether.internal.test.util.DependencyGraphParser
-
Create a parser with the given prefix and the given substitution strings.
- DependencyGraphParser(String) - Constructor for class org.eclipse.aether.internal.test.util.DependencyGraphParser
-
Create a parser with the given prefix.
- DependencyGraphParser() - Constructor for class org.eclipse.aether.internal.test.util.DependencyGraphParser
-
Create a parser with an empty prefix.
- DependencyGraphTransformationContext - Interface in org.eclipse.aether.collection
-
A context used during dependency collection to exchange information within a chain of dependency graph transformers.
- DependencyGraphTransformationContext - Interface in org.eclipse.aether.collection
-
A context used during dependency collection to exchange information within a chain of dependency graph transformers.
- DependencyGraphTransformer - Interface in org.eclipse.aether.collection
-
Transforms a given dependency graph.
- DependencyGraphTransformer - Interface in org.eclipse.aether.collection
-
Transforms a given dependency graph.
- DependencyManagement - Class in org.eclipse.aether.collection
-
The management updates to apply to a dependency.
- DependencyManagement - Class in org.eclipse.aether.collection
-
The management updates to apply to a dependency.
- DependencyManagement() - Constructor for class org.eclipse.aether.collection.DependencyManagement
-
Creates an empty management update.
- DependencyManagement() - Constructor for class org.eclipse.aether.collection.DependencyManagement
-
Creates an empty management update.
- DependencyManager - Interface in org.eclipse.aether.collection
-
Applies dependency management to the dependencies of a dependency node.
- DependencyManager - Interface in org.eclipse.aether.collection
-
Applies dependency management to the dependencies of a dependency node.
- DependencyManagerUtils - Class in org.eclipse.aether.util.graph.manager
-
A utility class assisting in analyzing the effects of dependency management.
- DependencyManagerUtils - Class in org.eclipse.aether.util.graph.manager
-
A utility class assisting in analyzing the effects of dependency management.
- DependencyManagerUtils() - Constructor for class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
-
- DependencyManagerUtils() - Constructor for class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
-
- DependencyNode - Interface in org.eclipse.aether.graph
-
A node within a dependency graph.
- DependencyNode - Interface in org.eclipse.aether.graph
-
A node within a dependency graph.
- DependencyRequest - Class in org.eclipse.aether.resolution
-
A request to resolve transitive dependencies.
- DependencyRequest - Class in org.eclipse.aether.resolution
-
A request to resolve transitive dependencies.
- DependencyRequest() - Constructor for class org.eclipse.aether.resolution.DependencyRequest
-
Creates an uninitialized request.
- DependencyRequest(DependencyNode, DependencyFilter) - Constructor for class org.eclipse.aether.resolution.DependencyRequest
-
Creates a request for the specified dependency graph and with the given resolution filter.
- DependencyRequest(CollectRequest, DependencyFilter) - Constructor for class org.eclipse.aether.resolution.DependencyRequest
-
Creates a request for the specified collect request and with the given resolution filter.
- DependencyRequest() - Constructor for class org.eclipse.aether.resolution.DependencyRequest
-
Creates an uninitialized request.
- DependencyRequest(DependencyNode, DependencyFilter) - Constructor for class org.eclipse.aether.resolution.DependencyRequest
-
Creates a request for the specified dependency graph and with the given resolution filter.
- DependencyRequest(CollectRequest, DependencyFilter) - Constructor for class org.eclipse.aether.resolution.DependencyRequest
-
Creates a request for the specified collect request and with the given resolution filter.
- DependencyResolutionException - Exception in org.eclipse.aether.resolution
-
Thrown in case of a unresolvable dependencies.
- DependencyResolutionException - Exception in org.eclipse.aether.resolution
-
Thrown in case of a unresolvable dependencies.
- DependencyResolutionException(DependencyResult, Throwable) - Constructor for exception org.eclipse.aether.resolution.DependencyResolutionException
-
Creates a new exception with the specified result and cause.
- DependencyResolutionException(DependencyResult, String, Throwable) - Constructor for exception org.eclipse.aether.resolution.DependencyResolutionException
-
Creates a new exception with the specified result, detail message and cause.
- DependencyResolutionException(DependencyResult, Throwable) - Constructor for exception org.eclipse.aether.resolution.DependencyResolutionException
-
Creates a new exception with the specified result and cause.
- DependencyResolutionException(DependencyResult, String, Throwable) - Constructor for exception org.eclipse.aether.resolution.DependencyResolutionException
-
Creates a new exception with the specified result, detail message and cause.
- DependencyResult - Class in org.eclipse.aether.resolution
-
The result of a dependency resolution request.
- DependencyResult - Class in org.eclipse.aether.resolution
-
The result of a dependency resolution request.
- DependencyResult(DependencyRequest) - Constructor for class org.eclipse.aether.resolution.DependencyResult
-
Creates a new result for the specified request.
- DependencyResult(DependencyRequest) - Constructor for class org.eclipse.aether.resolution.DependencyResult
-
Creates a new result for the specified request.
- DependencySelector - Interface in org.eclipse.aether.collection
-
Decides what dependencies to include in the dependency graph.
- DependencySelector - Interface in org.eclipse.aether.collection
-
Decides what dependencies to include in the dependency graph.
- DependencyTraverser - Interface in org.eclipse.aether.collection
-
Decides whether the dependencies of a dependency node should be traversed as well.
- DependencyTraverser - Interface in org.eclipse.aether.collection
-
Decides whether the dependencies of a dependency node should be traversed as well.
- DependencyVisitor - Interface in org.eclipse.aether.graph
-
A visitor for nodes of the dependency graph.
- DependencyVisitor - Interface in org.eclipse.aether.graph
-
A visitor for nodes of the dependency graph.
- deploy(Artifact, Artifact, String) - Method in class org.apache.maven.resolver.examples.resolver.Resolver
-
- deploy(Artifact, Artifact, String) - Method in class org.apache.maven.resolver.examples.resolver.Resolver
-
- deploy(RepositorySystemSession, DeployRequest) - Method in interface org.eclipse.aether.impl.Deployer
-
Uploads a collection of artifacts and their accompanying metadata to a remote repository.
- deploy(RepositorySystemSession, DeployRequest) - Method in interface org.eclipse.aether.impl.Deployer
-
Uploads a collection of artifacts and their accompanying metadata to a remote repository.
- deploy(RepositorySystemSession, DeployRequest) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
-
- deploy(RepositorySystemSession, DeployRequest) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
-
- deploy(RepositorySystemSession, DeployRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
-
- deploy(RepositorySystemSession, DeployRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
-
- deploy(RepositorySystemSession, DeployRequest) - Method in interface org.eclipse.aether.RepositorySystem
-
Uploads a collection of artifacts and their accompanying metadata to a remote repository.
- deploy(RepositorySystemSession, DeployRequest) - Method in interface org.eclipse.aether.RepositorySystem
-
Uploads a collection of artifacts and their accompanying metadata to a remote repository.
- DeployArtifacts - Class in org.apache.maven.resolver.examples
-
Deploys a JAR and its POM to a remote repository.
- DeployArtifacts - Class in org.apache.maven.resolver.examples
-
Deploys a JAR and its POM to a remote repository.
- DeployArtifacts() - Constructor for class org.apache.maven.resolver.examples.DeployArtifacts
-
- DeployArtifacts() - Constructor for class org.apache.maven.resolver.examples.DeployArtifacts
-
- Deployer - Interface in org.eclipse.aether.impl
-
Publishes artifacts to a remote repository.
- Deployer - Interface in org.eclipse.aether.impl
-
Publishes artifacts to a remote repository.
- DeploymentException - Exception in org.eclipse.aether.deployment
-
Thrown in case of a deployment error like authentication failure.
- DeploymentException - Exception in org.eclipse.aether.deployment
-
Thrown in case of a deployment error like authentication failure.
- DeploymentException(String) - Constructor for exception org.eclipse.aether.deployment.DeploymentException
-
Creates a new exception with the specified detail message.
- DeploymentException(String, Throwable) - Constructor for exception org.eclipse.aether.deployment.DeploymentException
-
Creates a new exception with the specified detail message and cause.
- DeploymentException(String) - Constructor for exception org.eclipse.aether.deployment.DeploymentException
-
Creates a new exception with the specified detail message.
- DeploymentException(String, Throwable) - Constructor for exception org.eclipse.aether.deployment.DeploymentException
-
Creates a new exception with the specified detail message and cause.
- DeployRequest - Class in org.eclipse.aether.deployment
-
A request to deploy artifacts and their accompanying metadata into the a remote repository.
- DeployRequest - Class in org.eclipse.aether.deployment
-
A request to deploy artifacts and their accompanying metadata into the a remote repository.
- DeployRequest() - Constructor for class org.eclipse.aether.deployment.DeployRequest
-
Creates an uninitialized request.
- DeployRequest() - Constructor for class org.eclipse.aether.deployment.DeployRequest
-
Creates an uninitialized request.
- DeployResult - Class in org.eclipse.aether.deployment
-
The result of deploying artifacts and their accompanying metadata into the a remote repository.
- DeployResult - Class in org.eclipse.aether.deployment
-
The result of deploying artifacts and their accompanying metadata into the a remote repository.
- DeployResult(DeployRequest) - Constructor for class org.eclipse.aether.deployment.DeployResult
-
Creates a new result for the specified request.
- DeployResult(DeployRequest) - Constructor for class org.eclipse.aether.deployment.DeployResult
-
Creates a new result for the specified request.
- deriveChildFilter(DependencyCollectionContext) - Method in interface org.eclipse.aether.collection.VersionFilter
-
Derives a version filter for the specified collection context.
- deriveChildFilter(DependencyCollectionContext) - Method in interface org.eclipse.aether.collection.VersionFilter
-
Derives a version filter for the specified collection context.
- deriveChildFilter(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.version.ChainedVersionFilter
-
- deriveChildFilter(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.version.ChainedVersionFilter
-
- deriveChildFilter(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.version.ContextualSnapshotVersionFilter
-
- deriveChildFilter(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.version.ContextualSnapshotVersionFilter
-
- deriveChildFilter(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.version.HighestVersionFilter
-
- deriveChildFilter(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.version.HighestVersionFilter
-
- deriveChildFilter(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.version.SnapshotVersionFilter
-
- deriveChildFilter(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.version.SnapshotVersionFilter
-
- deriveChildManager(DependencyCollectionContext) - Method in interface org.eclipse.aether.collection.DependencyManager
-
Derives a dependency manager for the specified collection context.
- deriveChildManager(DependencyCollectionContext) - Method in interface org.eclipse.aether.collection.DependencyManager
-
Derives a dependency manager for the specified collection context.
- deriveChildManager(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.manager.ClassicDependencyManager
-
- deriveChildManager(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.manager.ClassicDependencyManager
-
- deriveChildManager(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.manager.DefaultDependencyManager
-
- deriveChildManager(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.manager.DefaultDependencyManager
-
- deriveChildManager(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.manager.NoopDependencyManager
-
- deriveChildManager(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.manager.NoopDependencyManager
-
- deriveChildManager(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.manager.TransitiveDependencyManager
-
- deriveChildManager(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.manager.TransitiveDependencyManager
-
- deriveChildSelector(DependencyCollectionContext) - Method in interface org.eclipse.aether.collection.DependencySelector
-
Derives a dependency selector for the specified collection context.
- deriveChildSelector(DependencyCollectionContext) - Method in interface org.eclipse.aether.collection.DependencySelector
-
Derives a dependency selector for the specified collection context.
- deriveChildSelector(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.selector.AndDependencySelector
-
- deriveChildSelector(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.selector.AndDependencySelector
-
- deriveChildSelector(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.selector.ExclusionDependencySelector
-
- deriveChildSelector(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.selector.ExclusionDependencySelector
-
- deriveChildSelector(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.selector.OptionalDependencySelector
-
- deriveChildSelector(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.selector.OptionalDependencySelector
-
- deriveChildSelector(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.selector.ScopeDependencySelector
-
- deriveChildSelector(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.selector.ScopeDependencySelector
-
- deriveChildSelector(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.selector.StaticDependencySelector
-
- deriveChildSelector(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.selector.StaticDependencySelector
-
- deriveChildTraverser(DependencyCollectionContext) - Method in interface org.eclipse.aether.collection.DependencyTraverser
-
Derives a dependency traverser that will be used to decide whether the transitive dependencies of the dependency
given in the collection context shall be traversed.
- deriveChildTraverser(DependencyCollectionContext) - Method in interface org.eclipse.aether.collection.DependencyTraverser
-
Derives a dependency traverser that will be used to decide whether the transitive dependencies of the dependency
given in the collection context shall be traversed.
- deriveChildTraverser(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.traverser.AndDependencyTraverser
-
- deriveChildTraverser(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.traverser.AndDependencyTraverser
-
- deriveChildTraverser(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.traverser.FatArtifactTraverser
-
- deriveChildTraverser(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.traverser.FatArtifactTraverser
-
- deriveChildTraverser(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.traverser.StaticDependencyTraverser
-
- deriveChildTraverser(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.traverser.StaticDependencyTraverser
-
- deriveScope(ConflictResolver.ScopeContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeDeriver
-
Determines the scope of a dependency in relation to the scope of its parent.
- deriveScope(ConflictResolver.ScopeContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeDeriver
-
Determines the scope of a dependency in relation to the scope of its parent.
- deriveScope(ConflictResolver.ScopeContext) - Method in class org.eclipse.aether.util.graph.transformer.JavaScopeDeriver
-
- deriveScope(ConflictResolver.ScopeContext) - Method in class org.eclipse.aether.util.graph.transformer.JavaScopeDeriver
-
- descriptorReader - Variable in class org.eclipse.aether.internal.impl.collect.DependencyCollectorDelegate
-
- descriptorReader - Variable in class org.eclipse.aether.internal.impl.collect.DependencyCollectorDelegate
-
- destroyLock(String) - Method in class org.eclipse.aether.named.hazelcast.HazelcastSemaphoreNamedLockFactory
-
- destroyLock(String) - Method in class org.eclipse.aether.named.hazelcast.HazelcastSemaphoreNamedLockFactory
-
- destroyLock(String) - Method in class org.eclipse.aether.named.providers.FileLockNamedLockFactory
-
- destroyLock(String) - Method in class org.eclipse.aether.named.providers.FileLockNamedLockFactory
-
- destroyLock(String) - Method in class org.eclipse.aether.named.redisson.RedissonSemaphoreNamedLockFactory
-
- destroyLock(String) - Method in class org.eclipse.aether.named.redisson.RedissonSemaphoreNamedLockFactory
-
- destroyLock(String) - Method in class org.eclipse.aether.named.support.NamedLockFactorySupport
-
Implementation may override this (empty) method to perform some sort of implementation specific cleanup for
given lock name.
- destroyLock(String) - Method in class org.eclipse.aether.named.support.NamedLockFactorySupport
-
Implementation may override this (empty) method to perform some sort of implementation specific cleanup for
given lock name.
- DfDependencyCollector - Class in org.eclipse.aether.internal.impl.collect.df
-
- DfDependencyCollector - Class in org.eclipse.aether.internal.impl.collect.df
-
- DfDependencyCollector() - Constructor for class org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector
-
- DfDependencyCollector() - Constructor for class org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector
-
- digest(AuthenticationDigest) - Method in interface org.eclipse.aether.repository.Authentication
-
Updates the given digest with data from this authentication callback.
- digest(AuthenticationDigest) - Method in interface org.eclipse.aether.repository.Authentication
-
Updates the given digest with data from this authentication callback.
- DirectHazelcastSemaphoreProvider - Class in org.eclipse.aether.named.hazelcast
-
Direct provider of ISemaphore
instances: it simply uses the passed in lock name to create semaphore name out
of it.
- DirectHazelcastSemaphoreProvider - Class in org.eclipse.aether.named.hazelcast
-
Direct provider of ISemaphore
instances: it simply uses the passed in lock name to create semaphore name out
of it.
- DirectHazelcastSemaphoreProvider() - Constructor for class org.eclipse.aether.named.hazelcast.DirectHazelcastSemaphoreProvider
-
- DirectHazelcastSemaphoreProvider() - Constructor for class org.eclipse.aether.named.hazelcast.DirectHazelcastSemaphoreProvider
-
- DiscriminatingNameMapper - Class in org.eclipse.aether.internal.impl.synccontext.named
-
Discriminating
NameMapper
, that wraps another
NameMapper
and adds a "discriminator" as prefix, that
makes lock names unique including the hostname and local repository (by default).
- DiscriminatingNameMapper - Class in org.eclipse.aether.internal.impl.synccontext.named
-
Discriminating
NameMapper
, that wraps another
NameMapper
and adds a "discriminator" as prefix, that
makes lock names unique including the hostname and local repository (by default).
- DiscriminatingNameMapper(NameMapper) - Constructor for class org.eclipse.aether.internal.impl.synccontext.named.DiscriminatingNameMapper
-
- DiscriminatingNameMapper(NameMapper) - Constructor for class org.eclipse.aether.internal.impl.synccontext.named.DiscriminatingNameMapper
-
- dispatch(RepositoryEvent) - Method in interface org.eclipse.aether.impl.RepositoryEventDispatcher
-
Dispatches the specified repository event to all registered listeners.
- dispatch(RepositoryEvent) - Method in interface org.eclipse.aether.impl.RepositoryEventDispatcher
-
Dispatches the specified repository event to all registered listeners.
- dispatch(RepositoryEvent) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
-
- dispatch(RepositoryEvent) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
-
- DOWNLOAD_URL - Static variable in class org.eclipse.aether.artifact.ArtifactProperties
-
The URL to a web page from which the artifact can be manually downloaded.
- DOWNLOAD_URL - Static variable in class org.eclipse.aether.artifact.ArtifactProperties
-
The URL to a web page from which the artifact can be manually downloaded.
- dump(DependencyNode) - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser
-
- dump(DependencyNode) - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser
-
- GAVNameMapper - Class in org.eclipse.aether.internal.impl.synccontext.named
-
Artifact GAV
NameMapper
, uses artifact and metadata coordinates to name their corresponding locks.
- GAVNameMapper - Class in org.eclipse.aether.internal.impl.synccontext.named
-
Artifact GAV
NameMapper
, uses artifact and metadata coordinates to name their corresponding locks.
- GAVNameMapper() - Constructor for class org.eclipse.aether.internal.impl.synccontext.named.GAVNameMapper
-
- GAVNameMapper() - Constructor for class org.eclipse.aether.internal.impl.synccontext.named.GAVNameMapper
-
- GenericVersionScheme - Class in org.eclipse.aether.util.version
-
A version scheme using a generic version syntax and common sense sorting.
- GenericVersionScheme - Class in org.eclipse.aether.util.version
-
A version scheme using a generic version syntax and common sense sorting.
- GenericVersionScheme() - Constructor for class org.eclipse.aether.util.version.GenericVersionScheme
-
Creates a new instance of the version scheme for parsing versions.
- GenericVersionScheme() - Constructor for class org.eclipse.aether.util.version.GenericVersionScheme
-
Creates a new instance of the version scheme for parsing versions.
- get(String) - Method in interface org.eclipse.aether.artifact.ArtifactTypeRegistry
-
Gets the artifact type with the specified identifier.
- get(String) - Method in interface org.eclipse.aether.artifact.ArtifactTypeRegistry
-
Gets the artifact type with the specified identifier.
- get(Object) - Method in interface org.eclipse.aether.collection.DependencyGraphTransformationContext
-
Gets a keyed value from the context.
- get(Object) - Method in interface org.eclipse.aether.collection.DependencyGraphTransformationContext
-
Gets a keyed value from the context.
- get(RepositorySystemSession, Object) - Method in class org.eclipse.aether.DefaultRepositoryCache
-
- get(RepositorySystemSession, Object) - Method in class org.eclipse.aether.DefaultRepositoryCache
-
- get(Object) - Method in class org.eclipse.aether.DefaultSessionData
-
- get(Object) - Method in class org.eclipse.aether.DefaultSessionData
-
- get(String) - Method in class org.eclipse.aether.internal.impl.collect.CachingArtifactTypeRegistry
-
- get(String) - Method in class org.eclipse.aether.internal.impl.collect.CachingArtifactTypeRegistry
-
- get(Object) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyGraphTransformationContext
-
- get(Object) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyGraphTransformationContext
-
- get() - Method in class org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
-
- get() - Method in class org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
-
- get() - Method in class org.eclipse.aether.internal.impl.LoggerFactoryProvider
-
- get() - Method in class org.eclipse.aether.internal.impl.LoggerFactoryProvider
-
- get(String) - Method in class org.eclipse.aether.repository.AuthenticationContext
-
Gets the authentication data for the specified key.
- get(String, Class<T>) - Method in class org.eclipse.aether.repository.AuthenticationContext
-
Gets the authentication data for the specified key.
- get(String, Map<String, String>, Class<T>) - Method in class org.eclipse.aether.repository.AuthenticationContext
-
Gets the authentication data for the specified key.
- get(String) - Method in class org.eclipse.aether.repository.AuthenticationContext
-
Gets the authentication data for the specified key.
- get(String, Class<T>) - Method in class org.eclipse.aether.repository.AuthenticationContext
-
Gets the authentication data for the specified key.
- get(String, Map<String, String>, Class<T>) - Method in class org.eclipse.aether.repository.AuthenticationContext
-
Gets the authentication data for the specified key.
- get(RepositorySystemSession, Object) - Method in interface org.eclipse.aether.RepositoryCache
-
Gets the specified data from the cache.
- get(RepositorySystemSession, Object) - Method in interface org.eclipse.aether.RepositoryCache
-
Gets the specified data from the cache.
- get(Object) - Method in interface org.eclipse.aether.SessionData
-
Gets the session data associated with the specified key.
- get(Object) - Method in interface org.eclipse.aether.SessionData
-
Gets the session data associated with the specified key.
- get(Collection<? extends ArtifactDownload>, Collection<? extends MetadataDownload>) - Method in interface org.eclipse.aether.spi.connector.RepositoryConnector
-
Performs the specified downloads.
- get(Collection<? extends ArtifactDownload>, Collection<? extends MetadataDownload>) - Method in interface org.eclipse.aether.spi.connector.RepositoryConnector
-
Performs the specified downloads.
- get(GetTask) - Method in class org.eclipse.aether.spi.connector.transport.AbstractTransporter
-
- get(GetTask) - Method in class org.eclipse.aether.spi.connector.transport.AbstractTransporter
-
- get(GetTask) - Method in interface org.eclipse.aether.spi.connector.transport.Transporter
-
Downloads a resource from the repository.
- get(GetTask) - Method in interface org.eclipse.aether.spi.connector.transport.Transporter
-
Downloads a resource from the repository.
- get(String) - Method in class org.eclipse.aether.util.artifact.OverlayArtifactTypeRegistry
-
- get(String) - Method in class org.eclipse.aether.util.artifact.OverlayArtifactTypeRegistry
-
- getActual() - Method in exception org.eclipse.aether.transfer.ChecksumFailureException
-
Gets the actual checksum for the downloaded artifact/metadata.
- getActual() - Method in exception org.eclipse.aether.transfer.ChecksumFailureException
-
Gets the actual checksum for the downloaded artifact/metadata.
- getAlgorithm() - Method in class org.eclipse.aether.internal.impl.checksum.MessageDigestChecksumAlgorithmFactorySupport
-
- getAlgorithm() - Method in class org.eclipse.aether.internal.impl.checksum.MessageDigestChecksumAlgorithmFactorySupport
-
- getAlgorithm() - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactory
-
Each invocation of this method returns a new instance of algorithm, never null
value.
- getAlgorithm() - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactory
-
Each invocation of this method returns a new instance of algorithm, never null
value.
- getAliases() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- getAliases() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- getAliases() - Method in interface org.eclipse.aether.graph.DependencyNode
-
Gets the known aliases for this dependency's artifact.
- getAliases() - Method in interface org.eclipse.aether.graph.DependencyNode
-
Gets the known aliases for this dependency's artifact.
- getAliases() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Gets the known aliases for this artifact.
- getAliases() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Gets the known aliases for this artifact.
- getArtifact() - Method in interface org.eclipse.aether.collection.DependencyCollectionContext
-
Gets the artifact whose children are to be processed next during dependency collection.
- getArtifact() - Method in interface org.eclipse.aether.collection.DependencyCollectionContext
-
Gets the artifact whose children are to be processed next during dependency collection.
- getArtifact() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- getArtifact() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- getArtifact() - Method in class org.eclipse.aether.graph.Dependency
-
Gets the artifact being depended on.
- getArtifact() - Method in class org.eclipse.aether.graph.Dependency
-
Gets the artifact being depended on.
- getArtifact() - Method in interface org.eclipse.aether.graph.DependencyNode
-
Gets the artifact associated with this node.
- getArtifact() - Method in interface org.eclipse.aether.graph.DependencyNode
-
Gets the artifact associated with this node.
- getArtifact() - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollectionContext
-
- getArtifact() - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollectionContext
-
- getArtifact() - Method in class org.eclipse.aether.repository.LocalArtifactRegistration
-
Gets the artifact to register.
- getArtifact() - Method in class org.eclipse.aether.repository.LocalArtifactRegistration
-
Gets the artifact to register.
- getArtifact() - Method in class org.eclipse.aether.repository.LocalArtifactRequest
-
Gets the artifact to query for.
- getArtifact() - Method in class org.eclipse.aether.repository.LocalArtifactRequest
-
Gets the artifact to query for.
- getArtifact() - Method in class org.eclipse.aether.RepositoryEvent
-
Gets the artifact involved in the event (if any).
- getArtifact() - Method in class org.eclipse.aether.RepositoryEvent
-
Gets the artifact involved in the event (if any).
- getArtifact() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest
-
Gets the artifact for whose descriptor to determine the error policy.
- getArtifact() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest
-
Gets the artifact for whose descriptor to determine the error policy.
- getArtifact() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
-
Gets the artifact whose descriptor shall be read.
- getArtifact() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
-
Gets the artifact whose descriptor shall be read.
- getArtifact() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Gets the artifact whose descriptor was read.
- getArtifact() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Gets the artifact whose descriptor was read.
- getArtifact() - Method in class org.eclipse.aether.resolution.ArtifactRequest
-
Gets the artifact to resolve.
- getArtifact() - Method in class org.eclipse.aether.resolution.ArtifactRequest
-
Gets the artifact to resolve.
- getArtifact() - Method in class org.eclipse.aether.resolution.ArtifactResult
-
Gets the resolved artifact (if any).
- getArtifact() - Method in class org.eclipse.aether.resolution.ArtifactResult
-
Gets the resolved artifact (if any).
- getArtifact() - Method in class org.eclipse.aether.resolution.VersionRangeRequest
-
Gets the artifact whose version range shall be resolved.
- getArtifact() - Method in class org.eclipse.aether.resolution.VersionRangeRequest
-
Gets the artifact whose version range shall be resolved.
- getArtifact() - Method in class org.eclipse.aether.resolution.VersionRequest
-
Gets the artifact whose (meta-)version shall be resolved.
- getArtifact() - Method in class org.eclipse.aether.resolution.VersionRequest
-
Gets the artifact whose (meta-)version shall be resolved.
- getArtifact() - Method in class org.eclipse.aether.spi.connector.ArtifactTransfer
-
Gets the artifact being transferred.
- getArtifact() - Method in class org.eclipse.aether.spi.connector.ArtifactTransfer
-
Gets the artifact being transferred.
- getArtifact() - Method in exception org.eclipse.aether.transfer.ArtifactTransferException
-
Gets the artifact that could not be transferred.
- getArtifact() - Method in exception org.eclipse.aether.transfer.ArtifactTransferException
-
Gets the artifact that could not be transferred.
- getArtifactDescriptorPolicy() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getArtifactDescriptorPolicy() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getArtifactDescriptorPolicy() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getArtifactDescriptorPolicy() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getArtifactDescriptorPolicy() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the policy which controls how errors related to reading artifact descriptors should be handled.
- getArtifactDescriptorPolicy() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the policy which controls how errors related to reading artifact descriptors should be handled.
- getArtifactId() - Method in interface org.eclipse.aether.artifact.Artifact
-
Gets the artifact identifier of this artifact, for example "maven-model".
- getArtifactId() - Method in interface org.eclipse.aether.artifact.Artifact
-
Gets the artifact identifier of this artifact, for example "maven-model".
- getArtifactId() - Method in class org.eclipse.aether.artifact.DefaultArtifact
-
- getArtifactId() - Method in class org.eclipse.aether.artifact.DefaultArtifact
-
- getArtifactId() - Method in class org.eclipse.aether.graph.Exclusion
-
Gets the artifact identifier for artifacts to exclude.
- getArtifactId() - Method in class org.eclipse.aether.graph.Exclusion
-
Gets the artifact identifier for artifacts to exclude.
- getArtifactId() - Method in class org.eclipse.aether.metadata.DefaultMetadata
-
- getArtifactId() - Method in class org.eclipse.aether.metadata.DefaultMetadata
-
- getArtifactId() - Method in interface org.eclipse.aether.metadata.Metadata
-
Gets the artifact identifier of this metadata.
- getArtifactId() - Method in interface org.eclipse.aether.metadata.Metadata
-
Gets the artifact identifier of this metadata.
- getArtifactId() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
-
- getArtifactId() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
-
- getArtifactId() - Method in class org.eclipse.aether.util.artifact.SubArtifact
-
- getArtifactId() - Method in class org.eclipse.aether.util.artifact.SubArtifact
-
- getArtifactPolicy(RepositorySystemSession, ResolutionErrorPolicyRequest<Artifact>) - Method in interface org.eclipse.aether.resolution.ResolutionErrorPolicy
-
Gets the error policy for an artifact.
- getArtifactPolicy(RepositorySystemSession, ResolutionErrorPolicyRequest<Artifact>) - Method in interface org.eclipse.aether.resolution.ResolutionErrorPolicy
-
Gets the error policy for an artifact.
- getArtifactPolicy(RepositorySystemSession, ResolutionErrorPolicyRequest<Artifact>) - Method in class org.eclipse.aether.util.repository.SimpleResolutionErrorPolicy
-
- getArtifactPolicy(RepositorySystemSession, ResolutionErrorPolicyRequest<Artifact>) - Method in class org.eclipse.aether.util.repository.SimpleResolutionErrorPolicy
-
- getArtifactRegistration() - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
-
- getArtifactRegistration() - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
-
- getArtifactResults() - Method in class org.eclipse.aether.resolution.DependencyResult
-
- getArtifactResults() - Method in class org.eclipse.aether.resolution.DependencyResult
-
- getArtifacts() - Method in class org.eclipse.aether.deployment.DeployRequest
-
Gets the artifact to deploy.
- getArtifacts() - Method in class org.eclipse.aether.deployment.DeployRequest
-
Gets the artifact to deploy.
- getArtifacts() - Method in class org.eclipse.aether.deployment.DeployResult
-
Gets the artifacts that got deployed.
- getArtifacts() - Method in class org.eclipse.aether.deployment.DeployResult
-
Gets the artifacts that got deployed.
- getArtifacts() - Method in class org.eclipse.aether.installation.InstallRequest
-
Gets the artifact to install.
- getArtifacts() - Method in class org.eclipse.aether.installation.InstallRequest
-
Gets the artifact to install.
- getArtifacts() - Method in class org.eclipse.aether.installation.InstallResult
-
Gets the artifacts that got installed.
- getArtifacts() - Method in class org.eclipse.aether.installation.InstallResult
-
Gets the artifacts that got installed.
- getArtifactTypeRegistry() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getArtifactTypeRegistry() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getArtifactTypeRegistry() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getArtifactTypeRegistry() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getArtifactTypeRegistry() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the registry of artifact types recognized by this session, for instance when processing artifact
descriptors.
- getArtifactTypeRegistry() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the registry of artifact types recognized by this session, for instance when processing artifact
descriptors.
- getAuthentication(RemoteRepository) - Method in interface org.eclipse.aether.repository.AuthenticationSelector
-
Selects authentication for the specified remote repository.
- getAuthentication(RemoteRepository) - Method in interface org.eclipse.aether.repository.AuthenticationSelector
-
Selects authentication for the specified remote repository.
- getAuthentication() - Method in class org.eclipse.aether.repository.Proxy
-
Gets the authentication to use for the proxy connection.
- getAuthentication() - Method in class org.eclipse.aether.repository.Proxy
-
Gets the authentication to use for the proxy connection.
- getAuthentication() - Method in class org.eclipse.aether.repository.RemoteRepository
-
Gets the authentication that has been selected for this repository.
- getAuthentication() - Method in class org.eclipse.aether.repository.RemoteRepository
-
Gets the authentication that has been selected for this repository.
- getAuthentication(RemoteRepository) - Method in class org.eclipse.aether.util.repository.ConservativeAuthenticationSelector
-
- getAuthentication(RemoteRepository) - Method in class org.eclipse.aether.util.repository.ConservativeAuthenticationSelector
-
- getAuthentication(RemoteRepository) - Method in class org.eclipse.aether.util.repository.DefaultAuthenticationSelector
-
- getAuthentication(RemoteRepository) - Method in class org.eclipse.aether.util.repository.DefaultAuthenticationSelector
-
- getAuthenticationSelector() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getAuthenticationSelector() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getAuthenticationSelector() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getAuthenticationSelector() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getAuthenticationSelector() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the authentication selector to use for repositories discovered in artifact descriptors.
- getAuthenticationSelector() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the authentication selector to use for repositories discovered in artifact descriptors.
- getAuthoritativeRepository() - Method in class org.eclipse.aether.impl.UpdateCheck
-
Gets the repository which ultimately hosts the metadata to update.
- getAuthoritativeRepository() - Method in class org.eclipse.aether.impl.UpdateCheck
-
Gets the repository which ultimately hosts the metadata to update.
- getBasedir() - Method in class org.eclipse.aether.repository.LocalRepository
-
Gets the base directory of the repository.
- getBasedir() - Method in class org.eclipse.aether.repository.LocalRepository
-
Gets the base directory of the repository.
- getBaseVersion() - Method in class org.eclipse.aether.artifact.AbstractArtifact
-
- getBaseVersion() - Method in class org.eclipse.aether.artifact.AbstractArtifact
-
- getBaseVersion() - Method in interface org.eclipse.aether.artifact.Artifact
-
Gets the base version of this artifact, for example "1.0-SNAPSHOT".
- getBaseVersion() - Method in interface org.eclipse.aether.artifact.Artifact
-
Gets the base version of this artifact, for example "1.0-SNAPSHOT".
- getBaseVersion() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
-
- getBaseVersion() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
-
- getBaseVersion() - Method in class org.eclipse.aether.util.artifact.SubArtifact
-
- getBaseVersion() - Method in class org.eclipse.aether.util.artifact.SubArtifact
-
- getBoolean(Map<?, ?>, boolean, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getBoolean(RepositorySystemSession, boolean, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getBoolean(Map<?, ?>, boolean, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getBoolean(RepositorySystemSession, boolean, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getCache() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getCache() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getCache() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getCache() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getCache() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the cache the repository system may use to save data for future reuse during the session.
- getCache() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the cache the repository system may use to save data for future reuse during the session.
- getChecksumAlgorithmFactories() - Method in class org.eclipse.aether.internal.impl.checksum.DefaultChecksumAlgorithmFactorySelector
-
- getChecksumAlgorithmFactories() - Method in class org.eclipse.aether.internal.impl.checksum.DefaultChecksumAlgorithmFactorySelector
-
- getChecksumAlgorithmFactories() - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactorySelector
-
Returns a collection of supported algorithms.
- getChecksumAlgorithmFactories() - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactorySelector
-
Returns a collection of supported algorithms.
- getChecksumAlgorithmFactories() - Method in interface org.eclipse.aether.spi.connector.layout.RepositoryLayout
-
- getChecksumAlgorithmFactories() - Method in interface org.eclipse.aether.spi.connector.layout.RepositoryLayout
-
- getChecksumAlgorithmFactory() - Method in class org.eclipse.aether.spi.connector.layout.RepositoryLayout.ChecksumLocation
-
- getChecksumAlgorithmFactory() - Method in class org.eclipse.aether.spi.connector.layout.RepositoryLayout.ChecksumLocation
-
- getChecksumLocations(Artifact, boolean, URI) - Method in interface org.eclipse.aether.spi.connector.layout.RepositoryLayout
-
Gets the checksums files that a remote repository keeps to help detect data corruption during transfers of the
specified artifact.
- getChecksumLocations(Metadata, boolean, URI) - Method in interface org.eclipse.aether.spi.connector.layout.RepositoryLayout
-
Gets the checksums files that a remote repository keeps to help detect data corruption during transfers of the
specified metadata.
- getChecksumLocations(Artifact, boolean, URI) - Method in interface org.eclipse.aether.spi.connector.layout.RepositoryLayout
-
Gets the checksums files that a remote repository keeps to help detect data corruption during transfers of the
specified artifact.
- getChecksumLocations(Metadata, boolean, URI) - Method in interface org.eclipse.aether.spi.connector.layout.RepositoryLayout
-
Gets the checksums files that a remote repository keeps to help detect data corruption during transfers of the
specified metadata.
- getChecksumPolicy() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getChecksumPolicy() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getChecksumPolicy() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getChecksumPolicy() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getChecksumPolicy() - Method in class org.eclipse.aether.repository.RepositoryPolicy
-
Gets the policy for checksum validation.
- getChecksumPolicy() - Method in class org.eclipse.aether.repository.RepositoryPolicy
-
Gets the policy for checksum validation.
- getChecksumPolicy() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the global checksum policy.
- getChecksumPolicy() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the global checksum policy.
- getChecksumPolicy() - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
-
Gets the checksum policy for this transfer.
- getChecksumPolicy() - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
-
Gets the checksum policy for this transfer.
- getChecksumPolicy() - Method in class org.eclipse.aether.spi.connector.MetadataDownload
-
Gets the checksum policy for this transfer.
- getChecksumPolicy() - Method in class org.eclipse.aether.spi.connector.MetadataDownload
-
Gets the checksum policy for this transfer.
- getChecksums() - Method in class org.eclipse.aether.spi.connector.transport.GetTask
-
Gets the checksums which the remote repository advertises for the resource.
- getChecksums() - Method in class org.eclipse.aether.spi.connector.transport.GetTask
-
Gets the checksums which the remote repository advertises for the resource.
- getChildren() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- getChildren() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- getChildren() - Method in interface org.eclipse.aether.graph.DependencyNode
-
Gets the child nodes of this node.
- getChildren() - Method in interface org.eclipse.aether.graph.DependencyNode
-
Gets the child nodes of this node.
- getChildren(Object) - Method in class org.eclipse.aether.internal.impl.collect.DataPool
-
- getChildren(Object) - Method in class org.eclipse.aether.internal.impl.collect.DataPool
-
- getChildScope() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeContext
-
Gets the original scope of the child dependency.
- getChildScope() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeContext
-
Gets the original scope of the child dependency.
- getClassifier() - Method in interface org.eclipse.aether.artifact.Artifact
-
Gets the classifier of this artifact, for example "sources".
- getClassifier() - Method in interface org.eclipse.aether.artifact.Artifact
-
Gets the classifier of this artifact, for example "sources".
- getClassifier() - Method in interface org.eclipse.aether.artifact.ArtifactType
-
Gets the classifier to use for artifacts of this type (unless explicitly overridden by the artifact).
- getClassifier() - Method in interface org.eclipse.aether.artifact.ArtifactType
-
Gets the classifier to use for artifacts of this type (unless explicitly overridden by the artifact).
- getClassifier() - Method in class org.eclipse.aether.artifact.DefaultArtifact
-
- getClassifier() - Method in class org.eclipse.aether.artifact.DefaultArtifact
-
- getClassifier() - Method in class org.eclipse.aether.artifact.DefaultArtifactType
-
- getClassifier() - Method in class org.eclipse.aether.artifact.DefaultArtifactType
-
- getClassifier() - Method in class org.eclipse.aether.graph.Exclusion
-
Gets the classifier for artifacts to exclude.
- getClassifier() - Method in class org.eclipse.aether.graph.Exclusion
-
Gets the classifier for artifacts to exclude.
- getClassifier() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
-
- getClassifier() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
-
- getClassifier() - Method in class org.eclipse.aether.util.artifact.SubArtifact
-
- getClassifier() - Method in class org.eclipse.aether.util.artifact.SubArtifact
-
- getCollectExceptions() - Method in class org.eclipse.aether.resolution.DependencyResult
-
Gets the exceptions that occurred while building the dependency graph.
- getCollectExceptions() - Method in class org.eclipse.aether.resolution.DependencyResult
-
Gets the exceptions that occurred while building the dependency graph.
- getCollectRequest() - Method in class org.eclipse.aether.resolution.DependencyRequest
-
Gets the collect request used to calculate the dependency graph whose artifacts should be resolved.
- getCollectRequest() - Method in class org.eclipse.aether.resolution.DependencyRequest
-
Gets the collect request used to calculate the dependency graph whose artifacts should be resolved.
- getConfigProperties() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getConfigProperties() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getConfigProperties() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getConfigProperties() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getConfigProperties() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the configuration properties used to tweak internal aspects of the repository system (e.g.
- getConfigProperties() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the configuration properties used to tweak internal aspects of the repository system (e.g.
- getConstraint(Object, VersionRangeRequest) - Method in class org.eclipse.aether.internal.impl.collect.DataPool
-
- getConstraint(Object, VersionRangeRequest) - Method in class org.eclipse.aether.internal.impl.collect.DataPool
-
- getContentLength() - Method in class org.eclipse.aether.transfer.TransferResource
-
The size of the resource in bytes.
- getContentLength() - Method in class org.eclipse.aether.transfer.TransferResource
-
The size of the resource in bytes.
- getContentType() - Method in interface org.eclipse.aether.repository.ArtifactRepository
-
Gets the type of the repository, for example "default".
- getContentType() - Method in interface org.eclipse.aether.repository.ArtifactRepository
-
Gets the type of the repository, for example "default".
- getContentType() - Method in class org.eclipse.aether.repository.LocalRepository
-
- getContentType() - Method in class org.eclipse.aether.repository.LocalRepository
-
- getContentType() - Method in class org.eclipse.aether.repository.RemoteRepository
-
- getContentType() - Method in class org.eclipse.aether.repository.RemoteRepository
-
- getContentType() - Method in class org.eclipse.aether.repository.WorkspaceRepository
-
- getContentType() - Method in class org.eclipse.aether.repository.WorkspaceRepository
-
- getContext() - Method in class org.eclipse.aether.repository.LocalArtifactRequest
-
Gets the resolution context.
- getContext() - Method in class org.eclipse.aether.repository.LocalArtifactRequest
-
Gets the resolution context.
- getContext() - Method in class org.eclipse.aether.repository.LocalMetadataRequest
-
Gets the resolution context.
- getContext() - Method in class org.eclipse.aether.repository.LocalMetadataRequest
-
Gets the resolution context.
- getContexts() - Method in class org.eclipse.aether.repository.LocalArtifactRegistration
-
Gets the resolution contexts in which the artifact is available.
- getContexts() - Method in class org.eclipse.aether.repository.LocalArtifactRegistration
-
Gets the resolution contexts in which the artifact is available.
- getContexts() - Method in class org.eclipse.aether.repository.LocalMetadataRegistration
-
Gets the resolution contexts in which the metadata is available.
- getContexts() - Method in class org.eclipse.aether.repository.LocalMetadataRegistration
-
Gets the resolution contexts in which the metadata is available.
- getCount() - Method in interface org.eclipse.aether.collection.VersionFilter.VersionFilterContext
-
Gets the total number of available versions.
- getCount() - Method in interface org.eclipse.aether.collection.VersionFilter.VersionFilterContext
-
Gets the total number of available versions.
- getCount() - Method in class org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
-
- getCount() - Method in class org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
-
- getCycles() - Method in class org.eclipse.aether.collection.CollectResult
-
Gets the dependency cycles that were encountered while building the dependency graph.
- getCycles() - Method in class org.eclipse.aether.collection.CollectResult
-
Gets the dependency cycles that were encountered while building the dependency graph.
- getCycles() - Method in class org.eclipse.aether.resolution.DependencyResult
-
Gets the dependency cycles that were encountered while building the dependency graph.
- getCycles() - Method in class org.eclipse.aether.resolution.DependencyResult
-
Gets the dependency cycles that were encountered while building the dependency graph.
- getCyclicDependencies() - Method in interface org.eclipse.aether.graph.DependencyCycle
-
Gets the dependencies that actually form the cycle.
- getCyclicDependencies() - Method in interface org.eclipse.aether.graph.DependencyCycle
-
Gets the dependencies that actually form the cycle.
- getCyclicDependencies() - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCycle
-
- getCyclicDependencies() - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCycle
-
- getData() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getData() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getData() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getData() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getData() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- getData() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- getData() - Method in interface org.eclipse.aether.graph.DependencyNode
-
Gets the custom data associated with this dependency node.
- getData() - Method in interface org.eclipse.aether.graph.DependencyNode
-
Gets the custom data associated with this dependency node.
- getData() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the custom data associated with this session.
- getData() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the custom data associated with this session.
- getData() - Method in class org.eclipse.aether.RequestTrace
-
Gets the data associated with this trace.
- getData() - Method in class org.eclipse.aether.RequestTrace
-
Gets the data associated with this trace.
- getDataBuffer() - Method in class org.eclipse.aether.transfer.TransferEvent
-
Gets the byte buffer holding the transferred bytes since the last event.
- getDataBuffer() - Method in class org.eclipse.aether.transfer.TransferEvent
-
Gets the byte buffer holding the transferred bytes since the last event.
- getDataBytes() - Method in class org.eclipse.aether.spi.connector.transport.GetTask
-
Gets the data that was downloaded into memory.
- getDataBytes() - Method in class org.eclipse.aether.spi.connector.transport.GetTask
-
Gets the data that was downloaded into memory.
- getDataFile() - Method in class org.eclipse.aether.spi.connector.transport.GetTask
-
Gets the file (if any) where the downloaded data should be stored.
- getDataFile() - Method in class org.eclipse.aether.spi.connector.transport.GetTask
-
Gets the file (if any) where the downloaded data should be stored.
- getDataFile() - Method in class org.eclipse.aether.spi.connector.transport.PutTask
-
Gets the file (if any) with the data to be uploaded.
- getDataFile() - Method in class org.eclipse.aether.spi.connector.transport.PutTask
-
Gets the file (if any) with the data to be uploaded.
- getDataLength() - Method in class org.eclipse.aether.spi.connector.transport.PutTask
-
Gets the total number of bytes to be uploaded.
- getDataLength() - Method in class org.eclipse.aether.spi.connector.transport.PutTask
-
Gets the total number of bytes to be uploaded.
- getDataLength() - Method in class org.eclipse.aether.transfer.TransferEvent
-
Gets the number of bytes that have been transferred since the last event.
- getDataLength() - Method in class org.eclipse.aether.transfer.TransferEvent
-
Gets the number of bytes that have been transferred since the last event.
- getDataString() - Method in class org.eclipse.aether.spi.connector.transport.GetTask
-
Gets the data that was downloaded into memory as a string.
- getDataString() - Method in class org.eclipse.aether.spi.connector.transport.GetTask
-
Gets the data that was downloaded into memory as a string.
- getDependencies() - Method in class org.eclipse.aether.collection.CollectRequest
-
Gets the direct dependencies.
- getDependencies() - Method in class org.eclipse.aether.collection.CollectRequest
-
Gets the direct dependencies.
- getDependencies() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Gets the list of direct dependencies of the artifact.
- getDependencies() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Gets the list of direct dependencies of the artifact.
- getDependency() - Method in interface org.eclipse.aether.collection.DependencyCollectionContext
-
Gets the dependency whose children are to be processed next during dependency collection.
- getDependency() - Method in interface org.eclipse.aether.collection.DependencyCollectionContext
-
Gets the dependency whose children are to be processed next during dependency collection.
- getDependency() - Method in interface org.eclipse.aether.collection.VersionFilter.VersionFilterContext
-
Gets the dependency whose version range is being filtered.
- getDependency() - Method in interface org.eclipse.aether.collection.VersionFilter.VersionFilterContext
-
Gets the dependency whose version range is being filtered.
- getDependency() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- getDependency() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- getDependency() - Method in interface org.eclipse.aether.graph.DependencyNode
-
Gets the dependency associated with this node.
- getDependency() - Method in interface org.eclipse.aether.graph.DependencyNode
-
Gets the dependency associated with this node.
- getDependency() - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollectionContext
-
- getDependency() - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollectionContext
-
- getDependency() - Method in class org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
-
- getDependency() - Method in class org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
-
- getDependency() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
-
Gets the dependency involved in the conflict, short for getNode.getDependency()
.
- getDependency() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
-
Gets the dependency involved in the conflict, short for getNode.getDependency()
.
- getDependencyGraphTransformer() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getDependencyGraphTransformer() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getDependencyGraphTransformer() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getDependencyGraphTransformer() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getDependencyGraphTransformer() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the dependency graph transformer to use for building dependency graphs.
- getDependencyGraphTransformer() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the dependency graph transformer to use for building dependency graphs.
- GetDependencyHierarchy - Class in org.apache.maven.resolver.examples
-
Visualizes the transitive dependencies of an artifact similar to m2e's dependency hierarchy view.
- GetDependencyHierarchy - Class in org.apache.maven.resolver.examples
-
Visualizes the transitive dependencies of an artifact similar to m2e's dependency hierarchy view.
- GetDependencyHierarchy() - Constructor for class org.apache.maven.resolver.examples.GetDependencyHierarchy
-
- GetDependencyHierarchy() - Constructor for class org.apache.maven.resolver.examples.GetDependencyHierarchy
-
- getDependencyManager() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getDependencyManager() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getDependencyManager() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getDependencyManager() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getDependencyManager() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the dependency manager to use for building dependency graphs.
- getDependencyManager() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the dependency manager to use for building dependency graphs.
- getDependencyNode() - Method in class org.eclipse.aether.resolution.ArtifactRequest
-
Gets the dependency node (if any) for which to resolve the artifact.
- getDependencyNode() - Method in class org.eclipse.aether.resolution.ArtifactRequest
-
Gets the dependency node (if any) for which to resolve the artifact.
- getDependencySelector() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getDependencySelector() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getDependencySelector() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getDependencySelector() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getDependencySelector() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the dependency selector to use for building dependency graphs.
- getDependencySelector() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the dependency selector to use for building dependency graphs.
- getDependencyTraverser() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getDependencyTraverser() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getDependencyTraverser() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getDependencyTraverser() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getDependencyTraverser() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the dependency traverser to use for building dependency graphs.
- getDependencyTraverser() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the dependency traverser to use for building dependency graphs.
- GetDependencyTree - Class in org.apache.maven.resolver.examples
-
Collects the transitive dependencies of an artifact.
- GetDependencyTree - Class in org.apache.maven.resolver.examples
-
Collects the transitive dependencies of an artifact.
- GetDependencyTree() - Constructor for class org.apache.maven.resolver.examples.GetDependencyTree
-
- GetDependencyTree() - Constructor for class org.apache.maven.resolver.examples.GetDependencyTree
-
- getDepth() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
-
Gets the zero-based depth at which the conflicting node occurs in the graph.
- getDepth() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
-
Gets the zero-based depth at which the conflicting node occurs in the graph.
- getDerivedScope() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeContext
-
Gets the derived scope of the child dependency.
- getDerivedScope() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeContext
-
Gets the derived scope of the child dependency.
- getDescriptor(Object, ArtifactDescriptorRequest) - Method in class org.eclipse.aether.internal.impl.collect.DataPool
-
- getDescriptor(Object, ArtifactDescriptorRequest) - Method in class org.eclipse.aether.internal.impl.collect.DataPool
-
- GetDirectDependencies - Class in org.apache.maven.resolver.examples
-
Determines the direct dependencies of an artifact as declared in its artifact descriptor (POM).
- GetDirectDependencies - Class in org.apache.maven.resolver.examples
-
Determines the direct dependencies of an artifact as declared in its artifact descriptor (POM).
- GetDirectDependencies() - Constructor for class org.apache.maven.resolver.examples.GetDirectDependencies
-
- GetDirectDependencies() - Constructor for class org.apache.maven.resolver.examples.GetDirectDependencies
-
- getEffectiveChecksumPolicy(RepositorySystemSession, String, String) - Method in class org.eclipse.aether.internal.impl.DefaultChecksumPolicyProvider
-
- getEffectiveChecksumPolicy(RepositorySystemSession, String, String) - Method in class org.eclipse.aether.internal.impl.DefaultChecksumPolicyProvider
-
- getEffectiveChecksumPolicy(RepositorySystemSession, String, String) - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumPolicyProvider
-
Returns the least strict policy.
- getEffectiveChecksumPolicy(RepositorySystemSession, String, String) - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumPolicyProvider
-
Returns the least strict policy.
- getEffectiveUpdatePolicy(RepositorySystemSession, String, String) - Method in interface org.eclipse.aether.impl.UpdatePolicyAnalyzer
-
Returns the policy with the shorter update interval.
- getEffectiveUpdatePolicy(RepositorySystemSession, String, String) - Method in interface org.eclipse.aether.impl.UpdatePolicyAnalyzer
-
Returns the policy with the shorter update interval.
- getEffectiveUpdatePolicy(RepositorySystemSession, String, String) - Method in class org.eclipse.aether.internal.impl.DefaultUpdatePolicyAnalyzer
-
- getEffectiveUpdatePolicy(RepositorySystemSession, String, String) - Method in class org.eclipse.aether.internal.impl.DefaultUpdatePolicyAnalyzer
-
- getException() - Method in class org.eclipse.aether.impl.UpdateCheck
-
Gets the exception that occurred during the update check.
- getException() - Method in class org.eclipse.aether.impl.UpdateCheck
-
Gets the exception that occurred during the update check.
- getException() - Method in class org.eclipse.aether.RepositoryEvent
-
Gets the exception that caused the event (if any).
- getException() - Method in class org.eclipse.aether.RepositoryEvent
-
Gets the exception that caused the event (if any).
- getException() - Method in class org.eclipse.aether.resolution.MetadataResult
-
Gets the exception that occurred while resolving the metadata.
- getException() - Method in class org.eclipse.aether.resolution.MetadataResult
-
Gets the exception that occurred while resolving the metadata.
- getException() - Method in class org.eclipse.aether.spi.connector.ArtifactTransfer
-
Gets the exception that occurred during the transfer (if any).
- getException() - Method in class org.eclipse.aether.spi.connector.ArtifactTransfer
-
Gets the exception that occurred during the transfer (if any).
- getException() - Method in class org.eclipse.aether.spi.connector.MetadataTransfer
-
Gets the exception that occurred during the transfer (if any).
- getException() - Method in class org.eclipse.aether.spi.connector.MetadataTransfer
-
Gets the exception that occurred during the transfer (if any).
- getException() - Method in class org.eclipse.aether.spi.connector.Transfer
-
Gets the exception that occurred during the transfer (if any).
- getException() - Method in class org.eclipse.aether.spi.connector.Transfer
-
Gets the exception that occurred during the transfer (if any).
- getException() - Method in class org.eclipse.aether.transfer.TransferEvent
-
Gets the error that occurred during the transfer.
- getException() - Method in class org.eclipse.aether.transfer.TransferEvent
-
Gets the error that occurred during the transfer.
- getExceptions() - Method in class org.eclipse.aether.collection.CollectResult
-
Gets the exceptions that occurred while building the dependency graph.
- getExceptions() - Method in class org.eclipse.aether.collection.CollectResult
-
Gets the exceptions that occurred while building the dependency graph.
- getExceptions() - Method in class org.eclipse.aether.RepositoryEvent
-
Gets the exceptions that caused the event (if any).
- getExceptions() - Method in class org.eclipse.aether.RepositoryEvent
-
Gets the exceptions that caused the event (if any).
- getExceptions() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Gets the exceptions that occurred while reading the artifact descriptor.
- getExceptions() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Gets the exceptions that occurred while reading the artifact descriptor.
- getExceptions() - Method in class org.eclipse.aether.resolution.ArtifactResult
-
Gets the exceptions that occurred while resolving the artifact.
- getExceptions() - Method in class org.eclipse.aether.resolution.ArtifactResult
-
Gets the exceptions that occurred while resolving the artifact.
- getExceptions() - Method in class org.eclipse.aether.resolution.VersionRangeResult
-
Gets the exceptions that occurred while resolving the version range.
- getExceptions() - Method in class org.eclipse.aether.resolution.VersionRangeResult
-
Gets the exceptions that occurred while resolving the version range.
- getExceptions() - Method in class org.eclipse.aether.resolution.VersionResult
-
Gets the exceptions that occurred while resolving the version.
- getExceptions() - Method in class org.eclipse.aether.resolution.VersionResult
-
Gets the exceptions that occurred while resolving the version.
- getExclusions() - Method in class org.eclipse.aether.collection.DependencyManagement
-
Gets the new exclusions to apply to the dependency.
- getExclusions() - Method in class org.eclipse.aether.collection.DependencyManagement
-
Gets the new exclusions to apply to the dependency.
- getExclusions() - Method in class org.eclipse.aether.graph.Dependency
-
Gets the exclusions for this dependency.
- getExclusions() - Method in class org.eclipse.aether.graph.Dependency
-
Gets the exclusions for this dependency.
- getExpected() - Method in exception org.eclipse.aether.transfer.ChecksumFailureException
-
Gets the expected checksum for the downloaded artifact/metadata.
- getExpected() - Method in exception org.eclipse.aether.transfer.ChecksumFailureException
-
Gets the expected checksum for the downloaded artifact/metadata.
- getExpectedKind() - Method in exception org.eclipse.aether.transfer.ChecksumFailureException
-
Gets the expected checksum kind for the downloaded artifact/metadata.
- getExpectedKind() - Method in exception org.eclipse.aether.transfer.ChecksumFailureException
-
Gets the expected checksum kind for the downloaded artifact/metadata.
- getExtension() - Method in interface org.eclipse.aether.artifact.Artifact
-
Gets the (file) extension of this artifact, for example "jar" or "tar.gz".
- getExtension() - Method in interface org.eclipse.aether.artifact.Artifact
-
Gets the (file) extension of this artifact, for example "jar" or "tar.gz".
- getExtension() - Method in interface org.eclipse.aether.artifact.ArtifactType
-
Gets the file extension to use for artifacts of this type (unless explicitly overridden by the artifact).
- getExtension() - Method in interface org.eclipse.aether.artifact.ArtifactType
-
Gets the file extension to use for artifacts of this type (unless explicitly overridden by the artifact).
- getExtension() - Method in class org.eclipse.aether.artifact.DefaultArtifact
-
- getExtension() - Method in class org.eclipse.aether.artifact.DefaultArtifact
-
- getExtension() - Method in class org.eclipse.aether.artifact.DefaultArtifactType
-
- getExtension() - Method in class org.eclipse.aether.artifact.DefaultArtifactType
-
- getExtension() - Method in class org.eclipse.aether.graph.Exclusion
-
Gets the file extension for artifacts to exclude.
- getExtension() - Method in class org.eclipse.aether.graph.Exclusion
-
Gets the file extension for artifacts to exclude.
- getExtension() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
-
- getExtension() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
-
- getExtension() - Method in class org.eclipse.aether.util.artifact.SubArtifact
-
- getExtension() - Method in class org.eclipse.aether.util.artifact.SubArtifact
-
- getFactoryName(String) - Method in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactorySelectorSupport
-
- getFactoryName(String) - Method in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactorySelectorSupport
-
- getFile() - Method in interface org.eclipse.aether.artifact.Artifact
-
Gets the file of this artifact.
- getFile() - Method in interface org.eclipse.aether.artifact.Artifact
-
Gets the file of this artifact.
- getFile() - Method in class org.eclipse.aether.artifact.DefaultArtifact
-
- getFile() - Method in class org.eclipse.aether.artifact.DefaultArtifact
-
- getFile() - Method in class org.eclipse.aether.impl.UpdateCheck
-
Returns the local file of the item.
- getFile() - Method in class org.eclipse.aether.impl.UpdateCheck
-
Returns the local file of the item.
- getFile() - Method in class org.eclipse.aether.metadata.DefaultMetadata
-
- getFile() - Method in class org.eclipse.aether.metadata.DefaultMetadata
-
- getFile() - Method in interface org.eclipse.aether.metadata.Metadata
-
Gets the file of this metadata.
- getFile() - Method in interface org.eclipse.aether.metadata.Metadata
-
Gets the file of this metadata.
- getFile() - Method in class org.eclipse.aether.repository.LocalArtifactResult
-
Gets the file to the requested artifact.
- getFile() - Method in class org.eclipse.aether.repository.LocalArtifactResult
-
Gets the file to the requested artifact.
- getFile() - Method in class org.eclipse.aether.repository.LocalMetadataResult
-
Gets the file to the requested metadata if the metadata is available in the local repository.
- getFile() - Method in class org.eclipse.aether.repository.LocalMetadataResult
-
Gets the file to the requested metadata if the metadata is available in the local repository.
- getFile() - Method in class org.eclipse.aether.RepositoryEvent
-
Gets the file involved in the event (if any).
- getFile() - Method in class org.eclipse.aether.RepositoryEvent
-
Gets the file involved in the event (if any).
- getFile() - Method in class org.eclipse.aether.spi.connector.ArtifactTransfer
-
Gets the local file the artifact is downloaded to or uploaded from.
- getFile() - Method in class org.eclipse.aether.spi.connector.ArtifactTransfer
-
Gets the local file the artifact is downloaded to or uploaded from.
- getFile() - Method in class org.eclipse.aether.spi.connector.MetadataTransfer
-
Gets the local file the metadata is downloaded to or uploaded from.
- getFile() - Method in class org.eclipse.aether.spi.connector.MetadataTransfer
-
Gets the local file the metadata is downloaded to or uploaded from.
- getFile() - Method in class org.eclipse.aether.transfer.TransferResource
-
Gets the local file being uploaded or downloaded.
- getFile() - Method in class org.eclipse.aether.transfer.TransferResource
-
Gets the local file being uploaded or downloaded.
- getFile() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
-
- getFile() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
-
- getFile() - Method in class org.eclipse.aether.util.artifact.SubArtifact
-
- getFile() - Method in class org.eclipse.aether.util.artifact.SubArtifact
-
- getFileExtension() - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactory
-
Returns the file extension to be used for given checksum file (without leading dot), never null
.
- getFileExtension() - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactory
-
Returns the file extension to be used for given checksum file (without leading dot), never null
.
- getFileExtension() - Method in class org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactorySupport
-
Returns the file extension to be used for given checksum algorithm (without leading dot), never null
.
- getFileExtension() - Method in class org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactorySupport
-
Returns the file extension to be used for given checksum algorithm (without leading dot), never null
.
- getFileTransformer() - Method in class org.eclipse.aether.spi.connector.ArtifactUpload
-
- getFileTransformer() - Method in class org.eclipse.aether.spi.connector.ArtifactUpload
-
- getFileTransformerManager() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getFileTransformerManager() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getFileTransformerManager() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getFileTransformerManager() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getFileTransformerManager() - Method in interface org.eclipse.aether.RepositorySystemSession
-
- getFileTransformerManager() - Method in interface org.eclipse.aether.RepositorySystemSession
-
- getFilter() - Method in class org.eclipse.aether.resolution.DependencyRequest
-
Gets the resolution filter used to select which artifacts of the dependency graph should be resolved.
- getFilter() - Method in class org.eclipse.aether.resolution.DependencyRequest
-
Gets the resolution filter used to select which artifacts of the dependency graph should be resolved.
- getFilter() - Method in class org.eclipse.aether.util.graph.visitor.FilteringDependencyVisitor
-
Gets the filter being applied before delegation.
- getFilter() - Method in class org.eclipse.aether.util.graph.visitor.FilteringDependencyVisitor
-
Gets the filter being applied before delegation.
- getFilter() - Method in class org.eclipse.aether.util.graph.visitor.PathRecordingDependencyVisitor
-
Gets the filter being used to select terminal nodes.
- getFilter() - Method in class org.eclipse.aether.util.graph.visitor.PathRecordingDependencyVisitor
-
Gets the filter being used to select terminal nodes.
- getFloat(Map<?, ?>, float, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getFloat(RepositorySystemSession, float, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getFloat(Map<?, ?>, float, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getFloat(RepositorySystemSession, float, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getGroupId() - Method in interface org.eclipse.aether.artifact.Artifact
-
Gets the group identifier of this artifact, for example "org.apache.maven".
- getGroupId() - Method in interface org.eclipse.aether.artifact.Artifact
-
Gets the group identifier of this artifact, for example "org.apache.maven".
- getGroupId() - Method in class org.eclipse.aether.artifact.DefaultArtifact
-
- getGroupId() - Method in class org.eclipse.aether.artifact.DefaultArtifact
-
- getGroupId() - Method in class org.eclipse.aether.graph.Exclusion
-
Gets the group identifier for artifacts to exclude.
- getGroupId() - Method in class org.eclipse.aether.graph.Exclusion
-
Gets the group identifier for artifacts to exclude.
- getGroupId() - Method in class org.eclipse.aether.metadata.DefaultMetadata
-
- getGroupId() - Method in class org.eclipse.aether.metadata.DefaultMetadata
-
- getGroupId() - Method in interface org.eclipse.aether.metadata.Metadata
-
Gets the group identifier of this metadata.
- getGroupId() - Method in interface org.eclipse.aether.metadata.Metadata
-
Gets the group identifier of this metadata.
- getGroupId() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
-
- getGroupId() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
-
- getGroupId() - Method in class org.eclipse.aether.util.artifact.SubArtifact
-
- getGroupId() - Method in class org.eclipse.aether.util.artifact.SubArtifact
-
- getHighestVersion() - Method in class org.eclipse.aether.resolution.VersionRangeResult
-
Gets the highest version matching the requested range.
- getHighestVersion() - Method in class org.eclipse.aether.resolution.VersionRangeResult
-
Gets the highest version matching the requested range.
- getHost() - Method in class org.eclipse.aether.repository.Proxy
-
Gets the host for this proxy.
- getHost() - Method in class org.eclipse.aether.repository.Proxy
-
Gets the host for this proxy.
- getHost() - Method in class org.eclipse.aether.repository.RemoteRepository
-
Gets the host part from the repository's URL.
- getHost() - Method in class org.eclipse.aether.repository.RemoteRepository
-
Gets the host part from the repository's URL.
- getId() - Method in interface org.eclipse.aether.artifact.ArtifactType
-
Gets the identifier of this type, e.g.
- getId() - Method in interface org.eclipse.aether.artifact.ArtifactType
-
Gets the identifier of this type, e.g.
- getId() - Method in class org.eclipse.aether.artifact.DefaultArtifactType
-
- getId() - Method in class org.eclipse.aether.artifact.DefaultArtifactType
-
- getId() - Method in interface org.eclipse.aether.repository.ArtifactRepository
-
Gets the identifier of this repository.
- getId() - Method in interface org.eclipse.aether.repository.ArtifactRepository
-
Gets the identifier of this repository.
- getId() - Method in class org.eclipse.aether.repository.LocalRepository
-
- getId() - Method in class org.eclipse.aether.repository.LocalRepository
-
- getId() - Method in class org.eclipse.aether.repository.RemoteRepository
-
- getId() - Method in class org.eclipse.aether.repository.RemoteRepository
-
- getId() - Method in class org.eclipse.aether.repository.WorkspaceRepository
-
- getId() - Method in class org.eclipse.aether.repository.WorkspaceRepository
-
- getInstance(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.OptionalitySelector
-
Retrieves the optionality selector for use during the specified graph transformation.
- getInstance(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.OptionalitySelector
-
Retrieves the optionality selector for use during the specified graph transformation.
- getInstance(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeDeriver
-
Retrieves the scope deriver for use during the specified graph transformation.
- getInstance(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeDeriver
-
Retrieves the scope deriver for use during the specified graph transformation.
- getInstance(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeSelector
-
Retrieves the scope selector for use during the specified graph transformation.
- getInstance(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeSelector
-
Retrieves the scope selector for use during the specified graph transformation.
- getInstance(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.VersionSelector
-
Retrieves the version selector for use during the specified graph transformation.
- getInstance(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.VersionSelector
-
Retrieves the version selector for use during the specified graph transformation.
- getInteger(Map<?, ?>, int, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getInteger(RepositorySystemSession, int, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getInteger(Map<?, ?>, int, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getInteger(RepositorySystemSession, int, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getItem() - Method in class org.eclipse.aether.impl.UpdateCheck
-
Gets the item of the check.
- getItem() - Method in class org.eclipse.aether.impl.UpdateCheck
-
Gets the item of the check.
- getItem() - Method in class org.eclipse.aether.resolution.ResolutionErrorPolicyRequest
-
Gets the artifact/metadata for which to determine the error policy.
- getItem() - Method in class org.eclipse.aether.resolution.ResolutionErrorPolicyRequest
-
Gets the artifact/metadata for which to determine the error policy.
- getItems() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
-
Gets the collection of conflict items in this context.
- getItems() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
-
Gets the collection of conflict items in this context.
- getKey() - Method in class org.eclipse.aether.repository.WorkspaceRepository
-
Gets the key of this workspace repository.
- getKey() - Method in class org.eclipse.aether.repository.WorkspaceRepository
-
Gets the key of this workspace repository.
- getList(Map<?, ?>, List<?>, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getList(RepositorySystemSession, List<?>, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getList(Map<?, ?>, List<?>, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getList(RepositorySystemSession, List<?>, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getListener() - Method in class org.eclipse.aether.spi.connector.Transfer
-
Gets the listener that is to be notified during the transfer.
- getListener() - Method in class org.eclipse.aether.spi.connector.Transfer
-
Gets the listener that is to be notified during the transfer.
- getListener() - Method in class org.eclipse.aether.spi.connector.transport.TransportTask
-
Gets the listener that is to be notified during the transfer.
- getListener() - Method in class org.eclipse.aether.spi.connector.transport.TransportTask
-
Gets the listener that is to be notified during the transfer.
- getLocalLastUpdated() - Method in class org.eclipse.aether.impl.UpdateCheck
-
Gets the last-modified timestamp of the corresponding item produced by a local installation.
- getLocalLastUpdated() - Method in class org.eclipse.aether.impl.UpdateCheck
-
Gets the last-modified timestamp of the corresponding item produced by a local installation.
- getLocalRepository() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getLocalRepository() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getLocalRepository() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getLocalRepository() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getLocalRepository() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the local repository used during this session.
- getLocalRepository() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the local repository used during this session.
- getLocalRepositoryManager() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getLocalRepositoryManager() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getLocalRepositoryManager() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getLocalRepositoryManager() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getLocalRepositoryManager() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the local repository manager used during this session.
- getLocalRepositoryManager() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the local repository manager used during this session.
- getLocation() - Method in class org.eclipse.aether.spi.connector.layout.RepositoryLayout.ChecksumLocation
-
Gets the location of the checksum file with a remote repository.
- getLocation() - Method in class org.eclipse.aether.spi.connector.layout.RepositoryLayout.ChecksumLocation
-
Gets the location of the checksum file with a remote repository.
- getLocation(Artifact, boolean) - Method in interface org.eclipse.aether.spi.connector.layout.RepositoryLayout
-
Gets the location within a remote repository where the specified artifact resides.
- getLocation(Metadata, boolean) - Method in interface org.eclipse.aether.spi.connector.layout.RepositoryLayout
-
Gets the location within a remote repository where the specified metadata resides.
- getLocation(Artifact, boolean) - Method in interface org.eclipse.aether.spi.connector.layout.RepositoryLayout
-
Gets the location within a remote repository where the specified artifact resides.
- getLocation(Metadata, boolean) - Method in interface org.eclipse.aether.spi.connector.layout.RepositoryLayout
-
Gets the location within a remote repository where the specified metadata resides.
- getLocation() - Method in class org.eclipse.aether.spi.connector.transport.TransportTask
-
Gets the relative location of the affected resource in the remote repository.
- getLocation() - Method in class org.eclipse.aether.spi.connector.transport.TransportTask
-
Gets the relative location of the affected resource in the remote repository.
- getLock(String) - Method in interface org.eclipse.aether.named.NamedLockFactory
-
- getLock(String) - Method in interface org.eclipse.aether.named.NamedLockFactory
-
- getLock(String) - Method in class org.eclipse.aether.named.support.NamedLockFactorySupport
-
- getLock(String) - Method in class org.eclipse.aether.named.support.NamedLockFactorySupport
-
- getLogger(String) - Method in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory
-
Deprecated.
- getLogger(String) - Method in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory
-
Deprecated.
- getLogger(String) - Method in class org.eclipse.aether.internal.test.util.TestLoggerFactory
-
Deprecated.
- getLogger(String) - Method in class org.eclipse.aether.internal.test.util.TestLoggerFactory
-
Deprecated.
- getLogger(String) - Method in interface org.eclipse.aether.spi.log.LoggerFactory
-
Deprecated.
Gets a logger for a class with the specified name.
- getLogger(String) - Method in interface org.eclipse.aether.spi.log.LoggerFactory
-
Deprecated.
Gets a logger for a class with the specified name.
- getLogger(String) - Method in class org.eclipse.aether.spi.log.NullLoggerFactory
-
Deprecated.
- getLogger(String) - Method in class org.eclipse.aether.spi.log.NullLoggerFactory
-
Deprecated.
- getLong(Map<?, ?>, long, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getLong(RepositorySystemSession, long, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getLong(Map<?, ?>, long, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getLong(RepositorySystemSession, long, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getLowerBound() - Method in interface org.eclipse.aether.version.VersionRange
-
Gets a lower bound (if any) for this range.
- getLowerBound() - Method in interface org.eclipse.aether.version.VersionRange
-
Gets a lower bound (if any) for this range.
- getLowestVersion() - Method in class org.eclipse.aether.resolution.VersionRangeResult
-
Gets the lowest version matching the requested range.
- getLowestVersion() - Method in class org.eclipse.aether.resolution.VersionRangeResult
-
Gets the lowest version matching the requested range.
- getManagedBits() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- getManagedBits() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- getManagedBits() - Method in interface org.eclipse.aether.graph.DependencyNode
-
Gets a bit field indicating which attributes of this node were subject to dependency management.
- getManagedBits() - Method in interface org.eclipse.aether.graph.DependencyNode
-
Gets a bit field indicating which attributes of this node were subject to dependency management.
- getManagedDependencies() - Method in class org.eclipse.aether.collection.CollectRequest
-
Gets the dependency management to apply to transitive dependencies.
- getManagedDependencies() - Method in class org.eclipse.aether.collection.CollectRequest
-
Gets the dependency management to apply to transitive dependencies.
- getManagedDependencies() - Method in interface org.eclipse.aether.collection.DependencyCollectionContext
-
Gets the dependency management information that was contributed by the artifact descriptor of the current
dependency.
- getManagedDependencies() - Method in interface org.eclipse.aether.collection.DependencyCollectionContext
-
Gets the dependency management information that was contributed by the artifact descriptor of the current
dependency.
- getManagedDependencies() - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollectionContext
-
- getManagedDependencies() - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollectionContext
-
- getManagedDependencies() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Gets the dependency management information.
- getManagedDependencies() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Gets the dependency management information.
- getMap(Map<?, ?>, Map<?, ?>, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getMap(RepositorySystemSession, Map<?, ?>, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getMap(Map<?, ?>, Map<?, ?>, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getMap(RepositorySystemSession, Map<?, ?>, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getMessage(String, Throwable) - Static method in exception org.eclipse.aether.RepositoryException
-
- getMessage(String, Throwable) - Static method in exception org.eclipse.aether.RepositoryException
-
- getMetadata() - Method in class org.eclipse.aether.deployment.DeployRequest
-
Gets the metadata to deploy.
- getMetadata() - Method in class org.eclipse.aether.deployment.DeployRequest
-
Gets the metadata to deploy.
- getMetadata() - Method in class org.eclipse.aether.deployment.DeployResult
-
Gets the metadata that got deployed.
- getMetadata() - Method in class org.eclipse.aether.deployment.DeployResult
-
Gets the metadata that got deployed.
- getMetadata() - Method in class org.eclipse.aether.installation.InstallRequest
-
Gets the metadata to install.
- getMetadata() - Method in class org.eclipse.aether.installation.InstallRequest
-
Gets the metadata to install.
- getMetadata() - Method in class org.eclipse.aether.installation.InstallResult
-
Gets the metadata that got installed.
- getMetadata() - Method in class org.eclipse.aether.installation.InstallResult
-
Gets the metadata that got installed.
- getMetadata() - Method in class org.eclipse.aether.repository.LocalMetadataRegistration
-
Gets the metadata to register.
- getMetadata() - Method in class org.eclipse.aether.repository.LocalMetadataRegistration
-
Gets the metadata to register.
- getMetadata() - Method in class org.eclipse.aether.repository.LocalMetadataRequest
-
Gets the metadata to query for.
- getMetadata() - Method in class org.eclipse.aether.repository.LocalMetadataRequest
-
Gets the metadata to query for.
- getMetadata() - Method in class org.eclipse.aether.RepositoryEvent
-
Gets the metadata involved in the event (if any).
- getMetadata() - Method in class org.eclipse.aether.RepositoryEvent
-
Gets the metadata involved in the event (if any).
- getMetadata() - Method in class org.eclipse.aether.resolution.MetadataRequest
-
Gets the metadata to resolve.
- getMetadata() - Method in class org.eclipse.aether.resolution.MetadataRequest
-
Gets the metadata to resolve.
- getMetadata() - Method in class org.eclipse.aether.resolution.MetadataResult
-
Gets the resolved metadata (if any).
- getMetadata() - Method in class org.eclipse.aether.resolution.MetadataResult
-
Gets the resolved metadata (if any).
- getMetadata() - Method in class org.eclipse.aether.spi.connector.MetadataTransfer
-
Gets the metadata being transferred.
- getMetadata() - Method in class org.eclipse.aether.spi.connector.MetadataTransfer
-
Gets the metadata being transferred.
- getMetadata() - Method in exception org.eclipse.aether.transfer.MetadataTransferException
-
Gets the metadata that could not be transferred.
- getMetadata() - Method in exception org.eclipse.aether.transfer.MetadataTransferException
-
Gets the metadata that could not be transferred.
- getMetadataPolicy(RepositorySystemSession, ResolutionErrorPolicyRequest<Metadata>) - Method in interface org.eclipse.aether.resolution.ResolutionErrorPolicy
-
Gets the error policy for some metadata.
- getMetadataPolicy(RepositorySystemSession, ResolutionErrorPolicyRequest<Metadata>) - Method in interface org.eclipse.aether.resolution.ResolutionErrorPolicy
-
Gets the error policy for some metadata.
- getMetadataPolicy(RepositorySystemSession, ResolutionErrorPolicyRequest<Metadata>) - Method in class org.eclipse.aether.util.repository.SimpleResolutionErrorPolicy
-
- getMetadataPolicy(RepositorySystemSession, ResolutionErrorPolicyRequest<Metadata>) - Method in class org.eclipse.aether.util.repository.SimpleResolutionErrorPolicy
-
- getMetadataRegistration() - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
-
- getMetadataRegistration() - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
-
- getMirror(RemoteRepository) - Method in interface org.eclipse.aether.repository.MirrorSelector
-
Selects a mirror for the specified repository.
- getMirror(RemoteRepository) - Method in interface org.eclipse.aether.repository.MirrorSelector
-
Selects a mirror for the specified repository.
- getMirror(RemoteRepository) - Method in class org.eclipse.aether.util.repository.DefaultMirrorSelector
-
- getMirror(RemoteRepository) - Method in class org.eclipse.aether.util.repository.DefaultMirrorSelector
-
- getMirroredRepositories() - Method in class org.eclipse.aether.repository.RemoteRepository
-
Gets the repositories that this repository serves as a mirror for.
- getMirroredRepositories() - Method in class org.eclipse.aether.repository.RemoteRepository
-
Gets the repositories that this repository serves as a mirror for.
- getMirrorSelector() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getMirrorSelector() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getMirrorSelector() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getMirrorSelector() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getMirrorSelector() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the mirror selector to use for repositories discovered in artifact descriptors.
- getMirrorSelector() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the mirror selector to use for repositories discovered in artifact descriptors.
- getName() - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactory
-
Returns the algorithm name, usually used as key, never null
value.
- getName() - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactory
-
Returns the algorithm name, usually used as key, never null
value.
- getName() - Method in class org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactorySupport
-
Returns the algorithm name, usually used as key, never null
value.
- getName() - Method in class org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactorySupport
-
Returns the algorithm name, usually used as key, never null
value.
- getNameMapperName(String) - Method in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactorySelectorSupport
-
- getNameMapperName(String) - Method in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactorySelectorSupport
-
- getNature() - Method in class org.eclipse.aether.metadata.DefaultMetadata
-
- getNature() - Method in class org.eclipse.aether.metadata.DefaultMetadata
-
- getNature() - Method in interface org.eclipse.aether.metadata.Metadata
-
Gets the nature of this metadata.
- getNature() - Method in interface org.eclipse.aether.metadata.Metadata
-
Gets the nature of this metadata.
- getNode() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
-
Gets the dependency node involved in the conflict.
- getNode() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
-
Gets the dependency node involved in the conflict.
- getObject(Map<?, ?>, Object, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getObject(RepositorySystemSession, Object, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getObject(Map<?, ?>, Object, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getObject(RepositorySystemSession, Object, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getOptional() - Method in class org.eclipse.aether.collection.DependencyManagement
-
Gets the new optional flag to apply to the dependency.
- getOptional() - Method in class org.eclipse.aether.collection.DependencyManagement
-
Gets the new optional flag to apply to the dependency.
- getOptional() - Method in class org.eclipse.aether.graph.Dependency
-
Gets the optional flag for the dependency.
- getOptional() - Method in class org.eclipse.aether.graph.Dependency
-
Gets the optional flag for the dependency.
- getOptional() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
-
Gets the effective optional flag of the winning dependency.
- getOptional() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
-
Gets the effective optional flag of the winning dependency.
- getOptionalities() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
-
Gets the derived optionalities of the dependency.
- getOptionalities() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
-
Gets the derived optionalities of the dependency.
- getParent() - Method in class org.eclipse.aether.RequestTrace
-
Gets the parent of this trace.
- getParent() - Method in class org.eclipse.aether.RequestTrace
-
Gets the parent of this trace.
- getParentScope() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeContext
-
Gets the scope of the parent dependency.
- getParentScope() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeContext
-
Gets the scope of the parent dependency.
- getPathForLocalArtifact(Artifact) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
-
- getPathForLocalArtifact(Artifact) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
-
- getPathForLocalArtifact(Artifact) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
-
Gets the relative path for a locally installed artifact.
- getPathForLocalArtifact(Artifact) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
-
Gets the relative path for a locally installed artifact.
- getPathForLocalMetadata(Metadata) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
-
- getPathForLocalMetadata(Metadata) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
-
- getPathForLocalMetadata(Metadata) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
-
Gets the relative path for locally installed metadata.
- getPathForLocalMetadata(Metadata) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
-
Gets the relative path for locally installed metadata.
- getPathForRemoteArtifact(Artifact, RemoteRepository, String) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
-
- getPathForRemoteArtifact(Artifact, RemoteRepository, String) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
-
- getPathForRemoteArtifact(Artifact, RemoteRepository, String) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
-
Gets the relative path for an artifact cached from a remote repository.
- getPathForRemoteArtifact(Artifact, RemoteRepository, String) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
-
Gets the relative path for an artifact cached from a remote repository.
- getPathForRemoteMetadata(Metadata, RemoteRepository, String) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
-
- getPathForRemoteMetadata(Metadata, RemoteRepository, String) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
-
- getPathForRemoteMetadata(Metadata, RemoteRepository, String) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
-
Gets the relative path for metadata cached from a remote repository.
- getPathForRemoteMetadata(Metadata, RemoteRepository, String) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
-
Gets the relative path for metadata cached from a remote repository.
- getPaths() - Method in exception org.eclipse.aether.collection.UnsolvableVersionConflictException
-
Gets the paths leading to the conflicting dependencies.
- getPaths() - Method in exception org.eclipse.aether.collection.UnsolvableVersionConflictException
-
Gets the paths leading to the conflicting dependencies.
- getPaths() - Method in class org.eclipse.aether.util.graph.visitor.PathRecordingDependencyVisitor
-
Gets the paths leading to nodes matching the filter that have been recorded during the graph visit.
- getPaths() - Method in class org.eclipse.aether.util.graph.visitor.PathRecordingDependencyVisitor
-
Gets the paths leading to nodes matching the filter that have been recorded during the graph visit.
- getPolicy(RepositorySystemSession, RemoteRepository, boolean, boolean) - Method in interface org.eclipse.aether.impl.RemoteRepositoryManager
-
Gets the effective repository policy for the specified remote repository by merging the applicable
snapshot/release policy of the repository with global settings from the supplied session.
- getPolicy(RepositorySystemSession, RemoteRepository, boolean, boolean) - Method in interface org.eclipse.aether.impl.RemoteRepositoryManager
-
Gets the effective repository policy for the specified remote repository by merging the applicable
snapshot/release policy of the repository with global settings from the supplied session.
- getPolicy() - Method in class org.eclipse.aether.impl.UpdateCheck
-
Gets the policy to use for the check.
- getPolicy() - Method in class org.eclipse.aether.impl.UpdateCheck
-
Gets the policy to use for the check.
- getPolicy(RepositorySystemSession, RemoteRepository, boolean, boolean) - Method in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
-
- getPolicy(RepositorySystemSession, RemoteRepository, boolean, boolean) - Method in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
-
- getPolicy(boolean) - Method in class org.eclipse.aether.repository.RemoteRepository
-
Gets the policy to apply for snapshot/release artifacts.
- getPolicy(boolean) - Method in class org.eclipse.aether.repository.RemoteRepository
-
Gets the policy to apply for snapshot/release artifacts.
- getPolicy(RepositorySystemSession, ArtifactDescriptorPolicyRequest) - Method in interface org.eclipse.aether.resolution.ArtifactDescriptorPolicy
-
Gets the error policy for an artifact's descriptor.
- getPolicy(RepositorySystemSession, ArtifactDescriptorPolicyRequest) - Method in interface org.eclipse.aether.resolution.ArtifactDescriptorPolicy
-
Gets the error policy for an artifact's descriptor.
- getPolicy(RepositorySystemSession, ArtifactDescriptorPolicyRequest) - Method in class org.eclipse.aether.util.repository.SimpleArtifactDescriptorPolicy
-
- getPolicy(RepositorySystemSession, ArtifactDescriptorPolicyRequest) - Method in class org.eclipse.aether.util.repository.SimpleArtifactDescriptorPolicy
-
- getPort() - Method in class org.eclipse.aether.repository.Proxy
-
Gets the port number for this proxy.
- getPort() - Method in class org.eclipse.aether.repository.Proxy
-
Gets the port number for this proxy.
- getPrecedingDependencies() - Method in interface org.eclipse.aether.graph.DependencyCycle
-
Gets the dependencies that lead to the first dependency on the cycle, starting from the root of the dependency
graph.
- getPrecedingDependencies() - Method in interface org.eclipse.aether.graph.DependencyCycle
-
Gets the dependencies that lead to the first dependency on the cycle, starting from the root of the dependency
graph.
- getPrecedingDependencies() - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCycle
-
- getPrecedingDependencies() - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCycle
-
- getPremanagedExclusions(DependencyNode) - Static method in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
-
Gets the Exclusion
s of the specified dependency node before dependency management was applied (if any).
- getPremanagedExclusions(DependencyNode) - Static method in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
-
Gets the Exclusion
s of the specified dependency node before dependency management was applied (if any).
- getPremanagedOptional(DependencyNode) - Static method in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
-
Gets the optional flag of the specified dependency node before dependency management was applied (if any).
- getPremanagedOptional(DependencyNode) - Static method in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
-
Gets the optional flag of the specified dependency node before dependency management was applied (if any).
- getPremanagedProperties(DependencyNode) - Static method in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
-
Gets the properties of the specified dependency node before dependency management was applied (if any).
- getPremanagedProperties(DependencyNode) - Static method in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
-
Gets the properties of the specified dependency node before dependency management was applied (if any).
- getPremanagedScope(DependencyNode) - Static method in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
-
Gets the scope of the specified dependency node before dependency management was applied (if any).
- getPremanagedScope(DependencyNode) - Static method in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
-
Gets the scope of the specified dependency node before dependency management was applied (if any).
- getPremanagedVersion(DependencyNode) - Static method in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
-
Gets the version or version range of the specified dependency node before dependency management was applied (if
any).
- getPremanagedVersion(DependencyNode) - Static method in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
-
Gets the version or version range of the specified dependency node before dependency management was applied (if
any).
- getPriority() - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnectorFactory
-
- getPriority() - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnectorFactory
-
- getPriority() - Method in interface org.eclipse.aether.impl.MetadataGeneratorFactory
-
The priority of this factory.
- getPriority() - Method in interface org.eclipse.aether.impl.MetadataGeneratorFactory
-
The priority of this factory.
- getPriority() - Method in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManagerFactory
-
- getPriority() - Method in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManagerFactory
-
- getPriority() - Method in class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory
-
- getPriority() - Method in class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory
-
- getPriority() - Method in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManagerFactory
-
- getPriority() - Method in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManagerFactory
-
- getPriority() - Method in interface org.eclipse.aether.spi.connector.layout.RepositoryLayoutFactory
-
The priority of this factory.
- getPriority() - Method in interface org.eclipse.aether.spi.connector.layout.RepositoryLayoutFactory
-
The priority of this factory.
- getPriority() - Method in interface org.eclipse.aether.spi.connector.RepositoryConnectorFactory
-
The priority of this factory.
- getPriority() - Method in interface org.eclipse.aether.spi.connector.RepositoryConnectorFactory
-
The priority of this factory.
- getPriority() - Method in interface org.eclipse.aether.spi.connector.transport.TransporterFactory
-
The priority of this factory.
- getPriority() - Method in interface org.eclipse.aether.spi.connector.transport.TransporterFactory
-
The priority of this factory.
- getPriority() - Method in interface org.eclipse.aether.spi.localrepo.LocalRepositoryManagerFactory
-
The priority of this factory.
- getPriority() - Method in interface org.eclipse.aether.spi.localrepo.LocalRepositoryManagerFactory
-
The priority of this factory.
- getPriority() - Method in class org.eclipse.aether.transport.classpath.ClasspathTransporterFactory
-
- getPriority() - Method in class org.eclipse.aether.transport.classpath.ClasspathTransporterFactory
-
- getPriority() - Method in class org.eclipse.aether.transport.file.FileTransporterFactory
-
- getPriority() - Method in class org.eclipse.aether.transport.file.FileTransporterFactory
-
- getPriority() - Method in class org.eclipse.aether.transport.http.HttpTransporterFactory
-
- getPriority() - Method in class org.eclipse.aether.transport.http.HttpTransporterFactory
-
- getPriority() - Method in class org.eclipse.aether.transport.wagon.WagonTransporterFactory
-
- getPriority() - Method in class org.eclipse.aether.transport.wagon.WagonTransporterFactory
-
- getProperties() - Method in interface org.eclipse.aether.artifact.Artifact
-
Gets the properties of this artifact.
- getProperties() - Method in interface org.eclipse.aether.artifact.Artifact
-
Gets the properties of this artifact.
- getProperties() - Method in interface org.eclipse.aether.artifact.ArtifactType
-
Gets the properties to use for artifacts of this type (unless explicitly overridden by the artifact).
- getProperties() - Method in interface org.eclipse.aether.artifact.ArtifactType
-
Gets the properties to use for artifacts of this type (unless explicitly overridden by the artifact).
- getProperties() - Method in class org.eclipse.aether.artifact.DefaultArtifact
-
- getProperties() - Method in class org.eclipse.aether.artifact.DefaultArtifact
-
- getProperties() - Method in class org.eclipse.aether.artifact.DefaultArtifactType
-
- getProperties() - Method in class org.eclipse.aether.artifact.DefaultArtifactType
-
- getProperties() - Method in class org.eclipse.aether.collection.DependencyManagement
-
Gets the new properties to apply to the dependency.
- getProperties() - Method in class org.eclipse.aether.collection.DependencyManagement
-
Gets the new properties to apply to the dependency.
- getProperties() - Method in class org.eclipse.aether.metadata.DefaultMetadata
-
- getProperties() - Method in class org.eclipse.aether.metadata.DefaultMetadata
-
- getProperties() - Method in interface org.eclipse.aether.metadata.Metadata
-
Gets the properties of this metadata.
- getProperties() - Method in interface org.eclipse.aether.metadata.Metadata
-
Gets the properties of this metadata.
- getProperties() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Gets any additional information about the artifact in form of key-value pairs.
- getProperties() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Gets any additional information about the artifact in form of key-value pairs.
- getProperties() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
-
- getProperties() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
-
- getProperties() - Method in class org.eclipse.aether.util.artifact.SubArtifact
-
- getProperties() - Method in class org.eclipse.aether.util.artifact.SubArtifact
-
- getProperty(String, String) - Method in class org.eclipse.aether.artifact.AbstractArtifact
-
- getProperty(String, String) - Method in class org.eclipse.aether.artifact.AbstractArtifact
-
- getProperty(String, String) - Method in interface org.eclipse.aether.artifact.Artifact
-
Gets the specified property.
- getProperty(String, String) - Method in interface org.eclipse.aether.artifact.Artifact
-
Gets the specified property.
- getProperty(String, String) - Method in class org.eclipse.aether.metadata.AbstractMetadata
-
- getProperty(String, String) - Method in class org.eclipse.aether.metadata.AbstractMetadata
-
- getProperty(String, String) - Method in interface org.eclipse.aether.metadata.Metadata
-
Gets the specified property.
- getProperty(String, String) - Method in interface org.eclipse.aether.metadata.Metadata
-
Gets the specified property.
- getProperty(String, String) - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
-
- getProperty(String, String) - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
-
- getProtocol() - Method in class org.eclipse.aether.repository.RemoteRepository
-
Gets the protocol part from the repository's URL, for example file
or http
.
- getProtocol() - Method in class org.eclipse.aether.repository.RemoteRepository
-
Gets the protocol part from the repository's URL, for example file
or http
.
- getProvidedArtifactChecksums(RepositorySystemSession, ArtifactDownload, List<ChecksumAlgorithmFactory>) - Method in class org.eclipse.aether.internal.impl.FileProvidedChecksumsSource
-
- getProvidedArtifactChecksums(RepositorySystemSession, ArtifactDownload, List<ChecksumAlgorithmFactory>) - Method in class org.eclipse.aether.internal.impl.FileProvidedChecksumsSource
-
- getProvidedArtifactChecksums(RepositorySystemSession, ArtifactDownload, List<ChecksumAlgorithmFactory>) - Method in interface org.eclipse.aether.spi.connector.checksum.ProvidedChecksumsSource
-
May return the provided checksums (for given artifact transfer) from trusted source other than remote
repository, or null
.
- getProvidedArtifactChecksums(RepositorySystemSession, ArtifactDownload, List<ChecksumAlgorithmFactory>) - Method in interface org.eclipse.aether.spi.connector.checksum.ProvidedChecksumsSource
-
May return the provided checksums (for given artifact transfer) from trusted source other than remote
repository, or null
.
- getProxy() - Method in class org.eclipse.aether.repository.AuthenticationContext
-
Gets the proxy (if any) to be authenticated with.
- getProxy() - Method in class org.eclipse.aether.repository.AuthenticationContext
-
Gets the proxy (if any) to be authenticated with.
- getProxy() - Method in class org.eclipse.aether.repository.AuthenticationDigest
-
Gets the proxy (if any) to be authenticated with.
- getProxy() - Method in class org.eclipse.aether.repository.AuthenticationDigest
-
Gets the proxy (if any) to be authenticated with.
- getProxy(RemoteRepository) - Method in interface org.eclipse.aether.repository.ProxySelector
-
Selects a proxy for the specified remote repository.
- getProxy(RemoteRepository) - Method in interface org.eclipse.aether.repository.ProxySelector
-
Selects a proxy for the specified remote repository.
- getProxy() - Method in class org.eclipse.aether.repository.RemoteRepository
-
Gets the proxy that has been selected for this repository.
- getProxy() - Method in class org.eclipse.aether.repository.RemoteRepository
-
Gets the proxy that has been selected for this repository.
- getProxy(RemoteRepository) - Method in class org.eclipse.aether.util.repository.ConservativeProxySelector
-
- getProxy(RemoteRepository) - Method in class org.eclipse.aether.util.repository.ConservativeProxySelector
-
- getProxy(RemoteRepository) - Method in class org.eclipse.aether.util.repository.DefaultProxySelector
-
- getProxy(RemoteRepository) - Method in class org.eclipse.aether.util.repository.DefaultProxySelector
-
- getProxy(RemoteRepository) - Method in class org.eclipse.aether.util.repository.JreProxySelector
-
- getProxy(RemoteRepository) - Method in class org.eclipse.aether.util.repository.JreProxySelector
-
- getProxySelector() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getProxySelector() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getProxySelector() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getProxySelector() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getProxySelector() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the proxy selector to use for repositories discovered in artifact descriptors.
- getProxySelector() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the proxy selector to use for repositories discovered in artifact descriptors.
- getRange() - Method in class org.eclipse.aether.internal.test.util.TestVersionConstraint
-
- getRange() - Method in class org.eclipse.aether.internal.test.util.TestVersionConstraint
-
- getRange() - Method in interface org.eclipse.aether.version.VersionConstraint
-
Gets the version range of this constraint.
- getRange() - Method in interface org.eclipse.aether.version.VersionConstraint
-
Gets the version range of this constraint.
- getRelocations() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- getRelocations() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- getRelocations() - Method in interface org.eclipse.aether.graph.DependencyNode
-
Gets the sequence of relocations that was followed to resolve the artifact referenced by the dependency.
- getRelocations() - Method in interface org.eclipse.aether.graph.DependencyNode
-
Gets the sequence of relocations that was followed to resolve the artifact referenced by the dependency.
- getRelocations() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Gets the relocations that were processed to read the artifact descriptor.
- getRelocations() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Gets the relocations that were processed to read the artifact descriptor.
- getRepositories() - Method in class org.eclipse.aether.collection.CollectRequest
-
Gets the repositories to use for the collection.
- getRepositories() - Method in class org.eclipse.aether.collection.CollectRequest
-
Gets the repositories to use for the collection.
- getRepositories() - Method in interface org.eclipse.aether.collection.VersionFilter.VersionFilterContext
-
Gets the remote repositories from which the versions were resolved.
- getRepositories() - Method in interface org.eclipse.aether.collection.VersionFilter.VersionFilterContext
-
Gets the remote repositories from which the versions were resolved.
- getRepositories() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- getRepositories() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- getRepositories() - Method in interface org.eclipse.aether.graph.DependencyNode
-
Gets the remote repositories from which this node's artifact shall be resolved.
- getRepositories() - Method in interface org.eclipse.aether.graph.DependencyNode
-
Gets the remote repositories from which this node's artifact shall be resolved.
- getRepositories() - Method in class org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
-
- getRepositories() - Method in class org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
-
- getRepositories() - Method in class org.eclipse.aether.repository.LocalArtifactRequest
-
Gets the remote repositories to consider as sources of the artifact.
- getRepositories() - Method in class org.eclipse.aether.repository.LocalArtifactRequest
-
Gets the remote repositories to consider as sources of the artifact.
- getRepositories() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
-
Gets the repositories to resolve the descriptor from.
- getRepositories() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
-
Gets the repositories to resolve the descriptor from.
- getRepositories() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Gets the remote repositories listed in the artifact descriptor.
- getRepositories() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Gets the remote repositories listed in the artifact descriptor.
- getRepositories() - Method in class org.eclipse.aether.resolution.ArtifactRequest
-
Gets the repositories to resolve the artifact from.
- getRepositories() - Method in class org.eclipse.aether.resolution.ArtifactRequest
-
Gets the repositories to resolve the artifact from.
- getRepositories() - Method in class org.eclipse.aether.resolution.VersionRangeRequest
-
Gets the repositories to resolve the version range from.
- getRepositories() - Method in class org.eclipse.aether.resolution.VersionRangeRequest
-
Gets the repositories to resolve the version range from.
- getRepositories() - Method in class org.eclipse.aether.resolution.VersionRequest
-
Gets the repositories to resolve the version from.
- getRepositories() - Method in class org.eclipse.aether.resolution.VersionRequest
-
Gets the repositories to resolve the version from.
- getRepositories() - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
-
Gets the remote repositories that are being aggregated by the physically contacted remote repository (i.e.
- getRepositories() - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
-
Gets the remote repositories that are being aggregated by the physically contacted remote repository (i.e.
- getRepositories() - Method in class org.eclipse.aether.spi.connector.MetadataDownload
-
Gets the remote repositories that are being aggregated by the physically contacted remote repository (i.e.
- getRepositories() - Method in class org.eclipse.aether.spi.connector.MetadataDownload
-
Gets the remote repositories that are being aggregated by the physically contacted remote repository (i.e.
- getRepository(Version) - Method in interface org.eclipse.aether.collection.VersionFilter.VersionFilterContext
-
Gets the repository from which the specified version was resolved.
- getRepository(Version) - Method in interface org.eclipse.aether.collection.VersionFilter.VersionFilterContext
-
Gets the repository from which the specified version was resolved.
- getRepository() - Method in class org.eclipse.aether.deployment.DeployRequest
-
Gets the repository to deploy to.
- getRepository() - Method in class org.eclipse.aether.deployment.DeployRequest
-
Gets the repository to deploy to.
- getRepository() - Method in class org.eclipse.aether.impl.UpdateCheck
-
Gets the repository from which a potential update/download will performed.
- getRepository() - Method in class org.eclipse.aether.impl.UpdateCheck
-
Gets the repository from which a potential update/download will performed.
- getRepository(Version) - Method in class org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
-
- getRepository(Version) - Method in class org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
-
- getRepository() - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
-
- getRepository() - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
-
- getRepository() - Method in class org.eclipse.aether.repository.AuthenticationContext
-
Gets the repository requiring authentication.
- getRepository() - Method in class org.eclipse.aether.repository.AuthenticationContext
-
Gets the repository requiring authentication.
- getRepository() - Method in class org.eclipse.aether.repository.AuthenticationDigest
-
Gets the repository requiring authentication.
- getRepository() - Method in class org.eclipse.aether.repository.AuthenticationDigest
-
Gets the repository requiring authentication.
- getRepository() - Method in class org.eclipse.aether.repository.LocalArtifactRegistration
-
Gets the remote repository from which the artifact was resolved.
- getRepository() - Method in class org.eclipse.aether.repository.LocalArtifactRegistration
-
Gets the remote repository from which the artifact was resolved.
- getRepository() - Method in class org.eclipse.aether.repository.LocalArtifactResult
-
Gets the (first) remote repository from which the artifact was cached (if any).
- getRepository() - Method in class org.eclipse.aether.repository.LocalArtifactResult
-
Gets the (first) remote repository from which the artifact was cached (if any).
- getRepository() - Method in class org.eclipse.aether.repository.LocalMetadataRegistration
-
Gets the remote repository from which the metadata was resolved.
- getRepository() - Method in class org.eclipse.aether.repository.LocalMetadataRegistration
-
Gets the remote repository from which the metadata was resolved.
- getRepository() - Method in class org.eclipse.aether.repository.LocalMetadataRequest
-
Gets the remote repository to use as source of the metadata.
- getRepository() - Method in class org.eclipse.aether.repository.LocalMetadataRequest
-
Gets the remote repository to use as source of the metadata.
- getRepository() - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
-
Gets the description of the local repository being managed.
- getRepository() - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
-
Gets the description of the local repository being managed.
- getRepository() - Method in exception org.eclipse.aether.repository.NoLocalRepositoryManagerException
-
Gets the local repository whose content type is not supported.
- getRepository() - Method in exception org.eclipse.aether.repository.NoLocalRepositoryManagerException
-
Gets the local repository whose content type is not supported.
- getRepository() - Method in interface org.eclipse.aether.repository.WorkspaceReader
-
Gets a description of the workspace repository.
- getRepository() - Method in interface org.eclipse.aether.repository.WorkspaceReader
-
Gets a description of the workspace repository.
- getRepository() - Method in class org.eclipse.aether.RepositoryEvent
-
Gets the repository involved in the event (if any).
- getRepository() - Method in class org.eclipse.aether.RepositoryEvent
-
Gets the repository involved in the event (if any).
- getRepository() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Gets the repository from which the descriptor was eventually resolved.
- getRepository() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Gets the repository from which the descriptor was eventually resolved.
- getRepository() - Method in class org.eclipse.aether.resolution.ArtifactResult
-
Gets the repository from which the artifact was eventually resolved.
- getRepository() - Method in class org.eclipse.aether.resolution.ArtifactResult
-
Gets the repository from which the artifact was eventually resolved.
- getRepository() - Method in class org.eclipse.aether.resolution.MetadataRequest
-
Gets the repository from which the metadata should be resolved.
- getRepository() - Method in class org.eclipse.aether.resolution.MetadataRequest
-
Gets the repository from which the metadata should be resolved.
- getRepository() - Method in class org.eclipse.aether.resolution.ResolutionErrorPolicyRequest
-
Gets the remote repository from which the resolution of the artifact/metadata is attempted.
- getRepository() - Method in class org.eclipse.aether.resolution.ResolutionErrorPolicyRequest
-
Gets the remote repository from which the resolution of the artifact/metadata is attempted.
- getRepository(Version) - Method in class org.eclipse.aether.resolution.VersionRangeResult
-
Gets the repository from which the specified version was resolved.
- getRepository(Version) - Method in class org.eclipse.aether.resolution.VersionRangeResult
-
Gets the repository from which the specified version was resolved.
- getRepository() - Method in class org.eclipse.aether.resolution.VersionResult
-
Gets the repository from which the version was eventually resolved.
- getRepository() - Method in class org.eclipse.aether.resolution.VersionResult
-
Gets the repository from which the version was eventually resolved.
- getRepository() - Method in exception org.eclipse.aether.transfer.ArtifactTransferException
-
Gets the remote repository involved in the transfer.
- getRepository() - Method in exception org.eclipse.aether.transfer.ArtifactTransferException
-
Gets the remote repository involved in the transfer.
- getRepository() - Method in exception org.eclipse.aether.transfer.MetadataTransferException
-
Gets the remote repository involved in the transfer.
- getRepository() - Method in exception org.eclipse.aether.transfer.MetadataTransferException
-
Gets the remote repository involved in the transfer.
- getRepository() - Method in exception org.eclipse.aether.transfer.NoRepositoryConnectorException
-
Gets the remote repository whose content type is not supported.
- getRepository() - Method in exception org.eclipse.aether.transfer.NoRepositoryConnectorException
-
Gets the remote repository whose content type is not supported.
- getRepository() - Method in exception org.eclipse.aether.transfer.NoRepositoryLayoutException
-
Gets the remote repository whose layout is not supported.
- getRepository() - Method in exception org.eclipse.aether.transfer.NoRepositoryLayoutException
-
Gets the remote repository whose layout is not supported.
- getRepository() - Method in exception org.eclipse.aether.transfer.NoTransporterException
-
Gets the remote repository whose transport protocol is not supported.
- getRepository() - Method in exception org.eclipse.aether.transfer.NoTransporterException
-
Gets the remote repository whose transport protocol is not supported.
- getRepository() - Method in exception org.eclipse.aether.transfer.RepositoryOfflineException
-
Gets the remote repository that could not be accessed due to offline mode.
- getRepository() - Method in exception org.eclipse.aether.transfer.RepositoryOfflineException
-
Gets the remote repository that could not be accessed due to offline mode.
- getRepository() - Method in class org.eclipse.aether.util.repository.ChainedWorkspaceReader
-
- getRepository() - Method in class org.eclipse.aether.util.repository.ChainedWorkspaceReader
-
- getRepositoryId() - Method in class org.eclipse.aether.transfer.TransferResource
-
The ID of the repository, e.g., "central".
- getRepositoryId() - Method in class org.eclipse.aether.transfer.TransferResource
-
The ID of the repository, e.g., "central".
- getRepositoryListener() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getRepositoryListener() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getRepositoryListener() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getRepositoryListener() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getRepositoryListener() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the listener being notified of actions in the repository system.
- getRepositoryListener() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the listener being notified of actions in the repository system.
- getRepositoryUrl() - Method in class org.eclipse.aether.transfer.TransferResource
-
The base URL of the repository, e.g.
- getRepositoryUrl() - Method in class org.eclipse.aether.transfer.TransferResource
-
The base URL of the repository, e.g.
- getRequest() - Method in class org.eclipse.aether.collection.CollectResult
-
Gets the collection request that was made.
- getRequest() - Method in class org.eclipse.aether.collection.CollectResult
-
Gets the collection request that was made.
- getRequest() - Method in class org.eclipse.aether.deployment.DeployResult
-
Gets the deploy request that was made.
- getRequest() - Method in class org.eclipse.aether.deployment.DeployResult
-
Gets the deploy request that was made.
- getRequest() - Method in class org.eclipse.aether.installation.InstallResult
-
Gets the install request that was made.
- getRequest() - Method in class org.eclipse.aether.installation.InstallResult
-
Gets the install request that was made.
- getRequest() - Method in class org.eclipse.aether.repository.LocalArtifactResult
-
Gets the request corresponding to this result.
- getRequest() - Method in class org.eclipse.aether.repository.LocalArtifactResult
-
Gets the request corresponding to this result.
- getRequest() - Method in class org.eclipse.aether.repository.LocalMetadataResult
-
Gets the request corresponding to this result.
- getRequest() - Method in class org.eclipse.aether.repository.LocalMetadataResult
-
Gets the request corresponding to this result.
- getRequest() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Gets the descriptor request that was made.
- getRequest() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Gets the descriptor request that was made.
- getRequest() - Method in class org.eclipse.aether.resolution.ArtifactResult
-
Gets the resolution request that was made.
- getRequest() - Method in class org.eclipse.aether.resolution.ArtifactResult
-
Gets the resolution request that was made.
- getRequest() - Method in class org.eclipse.aether.resolution.DependencyResult
-
Gets the resolution request that was made.
- getRequest() - Method in class org.eclipse.aether.resolution.DependencyResult
-
Gets the resolution request that was made.
- getRequest() - Method in class org.eclipse.aether.resolution.MetadataResult
-
Gets the resolution request that was made.
- getRequest() - Method in class org.eclipse.aether.resolution.MetadataResult
-
Gets the resolution request that was made.
- getRequest() - Method in class org.eclipse.aether.resolution.VersionRangeResult
-
Gets the resolution request that was made.
- getRequest() - Method in class org.eclipse.aether.resolution.VersionRangeResult
-
Gets the resolution request that was made.
- getRequest() - Method in class org.eclipse.aether.resolution.VersionResult
-
Gets the resolution request that was made.
- getRequest() - Method in class org.eclipse.aether.resolution.VersionResult
-
Gets the resolution request that was made.
- getRequestContext() - Method in class org.eclipse.aether.collection.CollectRequest
-
Gets the context in which this request is made.
- getRequestContext() - Method in class org.eclipse.aether.collection.CollectRequest
-
Gets the context in which this request is made.
- getRequestContext() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- getRequestContext() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- getRequestContext() - Method in interface org.eclipse.aether.graph.DependencyNode
-
Gets the request context in which this dependency node was created.
- getRequestContext() - Method in interface org.eclipse.aether.graph.DependencyNode
-