- AbstractArtifact - Class in org.eclipse.aether.artifact
-
A skeleton class for artifacts.
- 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() - 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() - Constructor for class org.eclipse.aether.metadata.AbstractMetadata
-
- AbstractRepositoryListener - Class in org.eclipse.aether
-
A skeleton implementation for custom repository listeners.
- 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() - Constructor for class org.eclipse.aether.transfer.AbstractTransferListener
-
Enables subclassing.
- 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(DependencyVisitor) - Method in interface org.eclipse.aether.graph.DependencyNode
-
Traverses this node and potentially its children using the specified visitor.
- acquire(Collection<? extends Artifact>, Collection<? extends Metadata>) - Method in interface org.eclipse.aether.SyncContext
-
Acquires synchronized access to the specified artifacts and metadatas.
- 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.
- 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.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.InstallResult
-
Adds the specified artifacts to the result.
- 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.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.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.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.
- 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.
- 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.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.
- 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.
- 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.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.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.VersionRequest
-
Adds the specified repository for the resolution.
- 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.
- addVersion(Version) - Method in class org.eclipse.aether.resolution.VersionRangeResult
-
Adds the specified version to the result.
- Artifact - Interface in org.eclipse.aether.artifact
-
A specific artifact.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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() - 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- Authentication - Interface in org.eclipse.aether.repository
-
The authentication to use for accessing a protected resource.
- 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.
- AuthenticationSelector - Interface in org.eclipse.aether.repository
-
Selects authentication for a given remote repository.
- DEFAULT_CONNECT_TIMEOUT - 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_INTERACTIVE - 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_USER_AGENT - Static variable in class org.eclipse.aether.ConfigurationProperties
-
- 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.
- 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.
- 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.
- 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.
- DefaultRepositoryCache - Class in org.eclipse.aether
-
A simplistic repository cache backed by a thread-safe map.
- DefaultRepositoryCache() - Constructor for class org.eclipse.aether.DefaultRepositoryCache
-
- 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.
- 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
-
- 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.
- 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(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.
- 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.
- 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.
- 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.
- DependencyManager - Interface in org.eclipse.aether.collection
-
Applies dependency management to the dependencies of a dependency node.
- 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() - 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(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(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.
- 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.
- deploy(RepositorySystemSession, DeployRequest) - Method in interface org.eclipse.aether.RepositorySystem
-
Uploads a collection of artifacts and their accompanying metadata to a remote repository.
- 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.
- 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.
- 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.
- deriveChildFilter(DependencyCollectionContext) - Method in interface org.eclipse.aether.collection.VersionFilter
-
Derives a version filter for the specified collection context.
- deriveChildManager(DependencyCollectionContext) - Method in interface org.eclipse.aether.collection.DependencyManager
-
Derives a dependency manager for the specified collection context.
- deriveChildSelector(DependencyCollectionContext) - Method in interface org.eclipse.aether.collection.DependencySelector
-
Derives a dependency selector for the specified collection context.
- 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.
- digest(AuthenticationDigest) - Method in interface org.eclipse.aether.repository.Authentication
-
Updates the given digest with data from this authentication callback.
- 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.
- 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(RepositorySystemSession, Object) - Method in class org.eclipse.aether.DefaultRepositoryCache
-
- get(Object) - Method in class org.eclipse.aether.DefaultSessionData
-
- 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(Object) - Method in interface org.eclipse.aether.SessionData
-
Gets the session data associated with the specified key.
- getActual() - Method in exception org.eclipse.aether.transfer.ChecksumFailureException
-
Gets the actual checksum for the downloaded artifact/metadata.
- 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 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 class org.eclipse.aether.graph.DefaultDependencyNode
-
- 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 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.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.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.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.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 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.DefaultRepositorySystemSession
-
- 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 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.metadata.DefaultMetadata
-
- getArtifactId() - Method in interface org.eclipse.aether.metadata.Metadata
-
Gets the artifact identifier of this metadata.
- getArtifactPolicy(RepositorySystemSession, ResolutionErrorPolicyRequest<Artifact>) - Method in interface org.eclipse.aether.resolution.ResolutionErrorPolicy
-
Gets the error policy for an artifact.
- 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.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.InstallResult
-
Gets the artifacts that got installed.
- getArtifactTypeRegistry() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- 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.
- 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.RemoteRepository
-
Gets the authentication that has been selected for this repository.
- getAuthenticationSelector() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- 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.
- 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 interface org.eclipse.aether.artifact.Artifact
-
Gets the base version of this artifact, for example "1.0-SNAPSHOT".
- getCache() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- 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.
- getChecksumPolicy() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- 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 interface org.eclipse.aether.RepositorySystemSession
-
Gets the global checksum policy.
- 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.
- 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 class org.eclipse.aether.artifact.DefaultArtifact
-
- 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.
- 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.
- getConfigProperties() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- 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. thread pooling,
connector-specific behavior, etc.)
- 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 class org.eclipse.aether.repository.LocalRepository
-
- getContentType() - Method in class org.eclipse.aether.repository.RemoteRepository
-
- 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.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.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.
- 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.
- getCyclicDependencies() - Method in interface org.eclipse.aether.graph.DependencyCycle
-
Gets the dependencies that actually form the cycle.
- getData() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getData() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- 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.RepositorySystemSession
-
Gets the custom data associated with this session.
- 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.
- getDataLength() - Method in class org.eclipse.aether.transfer.TransferEvent
-
Gets the number of bytes that have been transferred since the last event.
- 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.
- 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 class org.eclipse.aether.graph.DefaultDependencyNode
-
- getDependency() - Method in interface org.eclipse.aether.graph.DependencyNode
-
Gets the dependency associated with this node.
- getDependencyGraphTransformer() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- 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.
- getDependencyManager() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- 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.
- 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.DefaultRepositorySystemSession
-
- 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.DefaultRepositorySystemSession
-
- getDependencyTraverser() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the dependency traverser to use for building dependency graphs.
- 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.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.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.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.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.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.
- 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 class org.eclipse.aether.artifact.DefaultArtifact
-
- 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.
- 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.metadata.DefaultMetadata
-
- 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.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.transfer.TransferResource
-
Gets the local file being uploaded or downloaded.
- 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.
- 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.graph.Exclusion
-
Gets the group identifier for artifacts to exclude.
- 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.
- 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.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 class org.eclipse.aether.artifact.DefaultArtifactType
-
- 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.RemoteRepository
-
- getId() - Method in class org.eclipse.aether.repository.WorkspaceRepository
-
- getItem() - Method in class org.eclipse.aether.resolution.ResolutionErrorPolicyRequest
-
Gets the artifact/metadata for which to determine the error policy.
- getKey() - Method in class org.eclipse.aether.repository.WorkspaceRepository
-
Gets the key of this workspace repository.
- getLocalRepository() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getLocalRepository() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- 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.DefaultRepositorySystemSession
-
- getLocalRepositoryManager() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the local repository manager used during this session.
- 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.
- 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.
- 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 class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Gets the dependency management information.
- 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.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.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.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.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 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.
- getMirror(RemoteRepository) - Method in interface org.eclipse.aether.repository.MirrorSelector
-
Selects a mirror for the specified repository.
- 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.DefaultRepositorySystemSession
-
- getMirrorSelector() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the mirror selector to use for repositories discovered in artifact descriptors.
- getNature() - Method in class org.eclipse.aether.metadata.DefaultMetadata
-
- getNature() - Method in interface org.eclipse.aether.metadata.Metadata
-
Gets the nature of this metadata.
- 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.
- getParent() - Method in class org.eclipse.aether.RequestTrace
-
Gets the parent of this trace.
- getPathForLocalArtifact(Artifact) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
-
Gets the relative path for a locally installed artifact.
- getPathForLocalMetadata(Metadata) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
-
Gets the relative path for locally installed metadata.
- 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 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.
- 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.
- 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.
- 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 class org.eclipse.aether.artifact.DefaultArtifact
-
- 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.metadata.DefaultMetadata
-
- 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.
- 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 class org.eclipse.aether.metadata.AbstractMetadata
-
- getProperty(String, String) - Method in interface org.eclipse.aether.metadata.Metadata
-
Gets the specified property.
- getProtocol() - Method in class org.eclipse.aether.repository.RemoteRepository
-
Gets the protocol part from the repository's URL, for example file
or http
.
- 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(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.
- getProxySelector() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- 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.
- 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 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.
- 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 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 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.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.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.
- 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.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.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.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 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 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.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.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(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 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.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.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.
- 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.DefaultRepositorySystemSession
-
- 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.
- 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.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.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.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.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.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.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 class org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest
-
Gets the context in which this request is made.
- getRequestContext() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
-
Gets the context in which this request is made.
- getRequestContext() - Method in class org.eclipse.aether.resolution.ArtifactRequest
-
Gets the context in which this request is made.
- getRequestContext() - Method in class org.eclipse.aether.resolution.MetadataRequest
-
Gets the context in which this request is made.
- getRequestContext() - Method in class org.eclipse.aether.resolution.VersionRangeRequest
-
Gets the context in which this request is made.
- getRequestContext() - Method in class org.eclipse.aether.resolution.VersionRequest
-
Gets the context in which this request is made.
- getRequestType() - Method in class org.eclipse.aether.transfer.TransferEvent
-
Gets the type of the request/transfer.
- getResolutionErrorPolicy() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getResolutionErrorPolicy() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getResolutionErrorPolicy() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the policy which controls whether resolutions errors from remote repositories should be cached.
- getResource() - Method in class org.eclipse.aether.transfer.TransferEvent
-
Gets the resource that is being transferred.
- getResourceName() - Method in class org.eclipse.aether.transfer.TransferResource
-
The path of the resource relative to the repository's base URL, e.g.
- getResult() - Method in exception org.eclipse.aether.collection.DependencyCollectionException
-
Gets the collection result at the point the exception occurred.
- getResult() - Method in exception org.eclipse.aether.resolution.ArtifactDescriptorException
-
Gets the descriptor result at the point the exception occurred.
- getResult() - Method in exception org.eclipse.aether.resolution.ArtifactResolutionException
-
- getResult() - Method in exception org.eclipse.aether.resolution.DependencyResolutionException
-
Gets the dependency result at the point the exception occurred.
- getResult() - Method in exception org.eclipse.aether.resolution.VersionRangeResolutionException
-
Gets the version range result at the point the exception occurred.
- getResult() - Method in exception org.eclipse.aether.resolution.VersionResolutionException
-
Gets the version result at the point the exception occurred.
- getResults() - Method in exception org.eclipse.aether.resolution.ArtifactResolutionException
-
Gets the resolution results at the point the exception occurred.
- getResumeOffset() - Method in class org.eclipse.aether.transfer.TransferResource
-
Gets the byte offset within the resource from which the download starts.
- getRoot() - Method in class org.eclipse.aether.collection.CollectRequest
-
Gets the root dependency of the graph.
- getRoot() - Method in class org.eclipse.aether.collection.CollectResult
-
Gets the root node of the dependency graph.
- getRoot() - Method in class org.eclipse.aether.resolution.DependencyRequest
-
Gets the root node of the dependency graph whose artifacts should be resolved.
- getRoot() - Method in class org.eclipse.aether.resolution.DependencyResult
-
Gets the root node of the resolved dependency graph.
- getRootArtifact() - Method in class org.eclipse.aether.collection.CollectRequest
-
Gets the root artifact for the dependency graph.
- getScope() - Method in class org.eclipse.aether.collection.DependencyManagement
-
Gets the new scope to apply to the dependency.
- getScope() - Method in class org.eclipse.aether.graph.Dependency
-
Gets the scope of the dependency.
- getSession() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
Gets the repository system session to which this instance forwards calls.
- getSession() - Method in interface org.eclipse.aether.collection.DependencyCollectionContext
-
Gets the repository system session during which the dependency collection happens.
- getSession() - Method in interface org.eclipse.aether.collection.DependencyGraphTransformationContext
-
Gets the repository system session during which the graph transformation happens.
- getSession() - Method in interface org.eclipse.aether.collection.VersionFilter.VersionFilterContext
-
Gets the repository system session during which the version filtering happens.
- getSession() - Method in class org.eclipse.aether.repository.AuthenticationContext
-
Gets the repository system session during which the authentication happens.
- getSession() - Method in class org.eclipse.aether.repository.AuthenticationDigest
-
Gets the repository system session during which the authentication fingerprint is calculated.
- getSession() - Method in class org.eclipse.aether.RepositoryEvent
-
Gets the repository system session during which the event occurred.
- getSession() - Method in class org.eclipse.aether.transfer.TransferEvent
-
Gets the repository system session during which the event occurred.
- getSystemProperties() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getSystemProperties() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getSystemProperties() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the system properties to use, e.g. for processing of artifact descriptors.
- getTrace() - Method in class org.eclipse.aether.collection.CollectRequest
-
Gets the trace information that describes the higher level request/operation in which this request is issued.
- getTrace() - Method in class org.eclipse.aether.deployment.DeployRequest
-
Gets the trace information that describes the higher level request/operation in which this request is issued.
- getTrace() - Method in class org.eclipse.aether.installation.InstallRequest
-
Gets the trace information that describes the higher level request/operation in which this request is issued.
- getTrace() - Method in class org.eclipse.aether.RepositoryEvent
-
Gets the trace information about the request during which the event occurred.
- getTrace() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
-
Gets the trace information that describes the higher level request/operation in which this request is issued.
- getTrace() - Method in class org.eclipse.aether.resolution.ArtifactRequest
-
Gets the trace information that describes the higher level request/operation in which this request is issued.
- getTrace() - Method in class org.eclipse.aether.resolution.DependencyRequest
-
Gets the trace information that describes the higher level request/operation in which this request is issued.
- getTrace() - Method in class org.eclipse.aether.resolution.MetadataRequest
-
Gets the trace information that describes the higher level request/operation in which this request is issued.
- getTrace() - Method in class org.eclipse.aether.resolution.VersionRangeRequest
-
Gets the trace information that describes the higher level request/operation in which this request is issued.
- getTrace() - Method in class org.eclipse.aether.resolution.VersionRequest
-
Gets the trace information that describes the higher level request/operation in which this request is issued.
- getTrace() - Method in class org.eclipse.aether.transfer.TransferResource
-
Gets the trace information that describes the higher level request/operation during which this resource is
transferred.
- getTransferListener() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getTransferListener() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getTransferListener() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the listener being notified of uploads/downloads by the repository system.
- getTransferredBytes() - Method in class org.eclipse.aether.transfer.TransferEvent
-
Gets the total number of bytes that have been transferred since the download/upload of the resource was started.
- getTransferStartTime() - Method in class org.eclipse.aether.transfer.TransferResource
-
Gets the timestamp when the transfer of this resource was started.
- getType() - Method in class org.eclipse.aether.metadata.DefaultMetadata
-
- getType() - Method in interface org.eclipse.aether.metadata.Metadata
-
Gets the type of the metadata, e.g.
- getType() - Method in class org.eclipse.aether.repository.Proxy
-
Gets the type of this proxy.
- getType() - Method in class org.eclipse.aether.RepositoryEvent
-
Gets the type of the event.
- getType() - Method in class org.eclipse.aether.transfer.TransferEvent
-
Gets the type of the event.
- getUpdatePolicy() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getUpdatePolicy() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getUpdatePolicy() - Method in class org.eclipse.aether.repository.RepositoryPolicy
-
Gets the update policy for locally cached data from the repository.
- getUpdatePolicy() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the global update policy.
- getUpperBound() - Method in interface org.eclipse.aether.version.VersionRange
-
Gets an upper bound (if any) for this range.
- getUrl() - Method in class org.eclipse.aether.repository.RemoteRepository
-
Gets the (base) URL of this repository.
- getUserProperties() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getUserProperties() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getUserProperties() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the user properties to use, e.g. for processing of artifact descriptors.
- getVersion() - Method in interface org.eclipse.aether.artifact.Artifact
-
Gets the version of this artifact, for example "1.0-20100529-1213".
- getVersion() - Method in class org.eclipse.aether.artifact.DefaultArtifact
-
- getVersion() - Method in class org.eclipse.aether.collection.DependencyManagement
-
Gets the new version to apply to the dependency.
- getVersion() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- getVersion() - Method in interface org.eclipse.aether.graph.DependencyNode
-
Gets the version that was selected for the dependency's target artifact.
- getVersion() - Method in class org.eclipse.aether.metadata.DefaultMetadata
-
- getVersion() - Method in interface org.eclipse.aether.metadata.Metadata
-
Gets the version of this metadata.
- getVersion() - Method in class org.eclipse.aether.resolution.VersionResult
-
Gets the resolved version.
- getVersion() - Method in exception org.eclipse.aether.version.InvalidVersionSpecificationException
-
Gets the version or version range that could not be parsed.
- getVersion() - Method in interface org.eclipse.aether.version.VersionConstraint
-
Gets the version recommended by this constraint.
- getVersion() - Method in class org.eclipse.aether.version.VersionRange.Bound
-
Gets the bounding version.
- getVersionConstraint() - Method in interface org.eclipse.aether.collection.VersionFilter.VersionFilterContext
-
Gets the version constraint that was parsed from the dependency's version string.
- getVersionConstraint() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- getVersionConstraint() - Method in interface org.eclipse.aether.graph.DependencyNode
-
Gets the version constraint that was parsed from the dependency's version declaration.
- getVersionConstraint() - Method in class org.eclipse.aether.resolution.VersionRangeResult
-
Gets the version constraint that was parsed from the artifact's version string.
- getVersionFilter() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getVersionFilter() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getVersionFilter() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the version filter to use for building dependency graphs.
- getVersions() - Method in exception org.eclipse.aether.collection.UnsolvableVersionConflictException
-
Gets the conflicting version constraints of the dependency.
- getVersions() - Method in class org.eclipse.aether.resolution.VersionRangeResult
-
Gets the versions (in ascending order) that matched the requested range.
- getWorkspaceReader() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
-
- getWorkspaceReader() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
- getWorkspaceReader() - Method in interface org.eclipse.aether.RepositorySystemSession
-
Gets the workspace reader used during this session.
- selectDependency(Dependency) - Method in interface org.eclipse.aether.collection.DependencySelector
-
Decides whether the specified dependency should be included in the dependency graph.
- SessionData - Interface in org.eclipse.aether
-
A container for data that is specific to a repository system session.
- set(Object, Object) - Method in class org.eclipse.aether.DefaultSessionData
-
- set(Object, Object, Object) - Method in class org.eclipse.aether.DefaultSessionData
-
- set(Object, Object) - Method in interface org.eclipse.aether.SessionData
-
Associates the specified session data with the given key.
- set(Object, Object, Object) - Method in interface org.eclipse.aether.SessionData
-
Associates the specified session data with the given key if the key is currently mapped to the given value.
- setAliases(Collection<? extends Artifact>) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
Sets the known aliases for this dependency's artifact.
- setAliases(Collection<Artifact>) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Sets the aliases of the artifact.
- setArtifact(Artifact) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- setArtifact(Artifact) - Method in class org.eclipse.aether.graph.Dependency
-
Sets the artifact being depended on.
- setArtifact(Artifact) - Method in interface org.eclipse.aether.graph.DependencyNode
-
Updates the artifact of the dependency after resolution.
- setArtifact(Artifact) - Method in class org.eclipse.aether.repository.LocalArtifactRegistration
-
Sets the artifact to register.
- setArtifact(Artifact) - Method in class org.eclipse.aether.repository.LocalArtifactRequest
-
Sets the artifact to query for.
- setArtifact(Artifact) - Method in class org.eclipse.aether.RepositoryEvent.Builder
-
Sets the artifact involved in the event.
- setArtifact(Artifact) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest
-
Sets the artifact for whose descriptor to determine the error policy.
- setArtifact(Artifact) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
-
Sets the artifact whose descriptor shall be read.
- setArtifact(Artifact) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Sets the artifact whose descriptor was read.
- setArtifact(Artifact) - Method in class org.eclipse.aether.resolution.ArtifactRequest
-
Sets the artifact to resolve.
- setArtifact(Artifact) - Method in class org.eclipse.aether.resolution.ArtifactResult
-
Sets the resolved artifact.
- setArtifact(Artifact) - Method in class org.eclipse.aether.resolution.VersionRangeRequest
-
Sets the artifact whose version range shall be resolved.
- setArtifact(Artifact) - Method in class org.eclipse.aether.resolution.VersionRequest
-
Sets the artifact whose (meta-)version shall be resolved.
- setArtifactDescriptorPolicy(ArtifactDescriptorPolicy) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Sets the policy which controls how errors related to reading artifact descriptors should be handled.
- setArtifactResults(List<ArtifactResult>) - Method in class org.eclipse.aether.resolution.DependencyResult
-
- setArtifacts(Collection<Artifact>) - Method in class org.eclipse.aether.deployment.DeployRequest
-
Sets the artifacts to deploy.
- setArtifacts(Collection<Artifact>) - Method in class org.eclipse.aether.deployment.DeployResult
-
Sets the artifacts that got deployed.
- setArtifacts(Collection<Artifact>) - Method in class org.eclipse.aether.installation.InstallRequest
-
Sets the artifacts to install.
- setArtifacts(Collection<Artifact>) - Method in class org.eclipse.aether.installation.InstallResult
-
Sets the artifacts that got installed.
- setArtifactTypeRegistry(ArtifactTypeRegistry) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Sets the registry of artifact types recognized by this session.
- setAuthentication(Authentication) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
-
Sets the authentication to use in order to access the repository.
- setAuthenticationSelector(AuthenticationSelector) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Sets the authentication selector to use for repositories discovered in artifact descriptors.
- setAvailable(boolean) - Method in class org.eclipse.aether.repository.LocalArtifactResult
-
Sets whether the artifact is available.
- setCache(RepositoryCache) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Sets the cache the repository system may use to save data for future reuse during the session.
- setChecksumPolicy(String) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Sets the global checksum policy.
- setChildren(List<DependencyNode>) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- setChildren(List<DependencyNode>) - Method in interface org.eclipse.aether.graph.DependencyNode
-
Sets the child nodes of this node.
- setCollectExceptions(List<Exception>) - Method in class org.eclipse.aether.resolution.DependencyResult
-
Records the specified exceptions while building the dependency graph.
- setCollectRequest(CollectRequest) - Method in class org.eclipse.aether.resolution.DependencyRequest
-
Sets the collect request used to calculate the dependency graph whose artifacts should be resolved.
- setConfigProperties(Map<?, ?>) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Sets the configuration properties used to tweak internal aspects of the repository system (e.g. thread pooling,
connector-specific behavior, etc.).
- setConfigProperty(String, Object) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Sets the specified configuration property.
- setContentLength(long) - Method in class org.eclipse.aether.transfer.TransferResource
-
Sets the size of the resource in bytes.
- setContentType(String) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
-
Sets the type of the repository, e.g.
- setContext(String) - Method in class org.eclipse.aether.repository.LocalArtifactRequest
-
Sets the resolution context.
- setContext(String) - Method in class org.eclipse.aether.repository.LocalMetadataRequest
-
Sets the resolution context.
- setContexts(Collection<String>) - Method in class org.eclipse.aether.repository.LocalArtifactRegistration
-
Sets the resolution contexts in which the artifact is available.
- setContexts(Collection<String>) - Method in class org.eclipse.aether.repository.LocalMetadataRegistration
-
Sets the resolution contexts in which the metadata is available.
- setCycles(List<DependencyCycle>) - Method in class org.eclipse.aether.resolution.DependencyResult
-
Records the specified dependency cycles while building the dependency graph.
- setData(SessionData) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Sets the custom data associated with this session.
- setData(Map<Object, Object>) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- setData(Object, Object) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- setData(Map<Object, Object>) - Method in interface org.eclipse.aether.graph.DependencyNode
-
Sets the custom data associated with this dependency node.
- setData(Object, Object) - Method in interface org.eclipse.aether.graph.DependencyNode
-
Associates the specified dependency node data with the given key.
- setDataBuffer(byte[], int, int) - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
-
Sets the byte buffer holding the transferred bytes since the last event.
- setDataBuffer(ByteBuffer) - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
-
Sets the byte buffer holding the transferred bytes since the last event.
- setDeleteLocalCopyIfMissing(boolean) - Method in class org.eclipse.aether.resolution.MetadataRequest
-
Controls whether the locally cached copy of the metadata should be removed if the corresponding file does not
exist (any more) in the remote repository.
- setDependencies(List<Dependency>) - Method in class org.eclipse.aether.collection.CollectRequest
-
Sets the direct dependencies.
- setDependencies(List<Dependency>) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Sets the list of direct dependencies of the artifact.
- setDependencyGraphTransformer(DependencyGraphTransformer) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Sets the dependency graph transformer to use for building dependency graphs.
- setDependencyManager(DependencyManager) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Sets the dependency manager to use for building dependency graphs.
- setDependencyNode(DependencyNode) - Method in class org.eclipse.aether.resolution.ArtifactRequest
-
Sets the dependency node to resolve.
- setDependencySelector(DependencySelector) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Sets the dependency selector to use for building dependency graphs.
- setDependencyTraverser(DependencyTraverser) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Sets the dependency traverser to use for building dependency graphs.
- setException(Exception) - Method in class org.eclipse.aether.RepositoryEvent.Builder
-
Sets the exception causing the event.
- setException(Exception) - Method in class org.eclipse.aether.resolution.MetadataResult
-
Records the specified exception while resolving the metadata.
- setException(Exception) - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
-
Sets the error that occurred during the transfer.
- setExceptions(List<Exception>) - Method in class org.eclipse.aether.RepositoryEvent.Builder
-
Sets the exceptions causing the event.
- setExceptions(List<Exception>) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Sets the exceptions that occurred while reading the artifact descriptor.
- setExclusions(Collection<Exclusion>) - Method in class org.eclipse.aether.collection.DependencyManagement
-
Sets the new exclusions to apply to the dependency.
- setExclusions(Collection<Exclusion>) - Method in class org.eclipse.aether.graph.Dependency
-
Sets the exclusions for the dependency.
- setFavorLocalRepository(boolean) - Method in class org.eclipse.aether.resolution.MetadataRequest
-
Controls resolution of remote metadata when already corresponding metadata of the local repository exists.
- setFile(File) - Method in class org.eclipse.aether.artifact.AbstractArtifact
-
- setFile(File) - Method in interface org.eclipse.aether.artifact.Artifact
-
Sets the file of the artifact.
- setFile(File) - Method in class org.eclipse.aether.metadata.AbstractMetadata
-
- setFile(File) - Method in interface org.eclipse.aether.metadata.Metadata
-
Sets the file of the metadata.
- setFile(File) - Method in class org.eclipse.aether.repository.LocalArtifactResult
-
Sets the file to requested artifact.
- setFile(File) - Method in class org.eclipse.aether.repository.LocalMetadataResult
-
Sets the file to requested metadata.
- setFile(File) - Method in class org.eclipse.aether.RepositoryEvent.Builder
-
Sets the file involved in the event.
- setFilter(DependencyFilter) - Method in class org.eclipse.aether.resolution.DependencyRequest
-
Sets the resolution filter used to select which artifacts of the dependency graph should be resolved.
- setId(String) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
-
Sets the identifier of the repository.
- setIgnoreArtifactDescriptorRepositories(boolean) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Controls whether repositories declared in artifact descriptors should be ignored during transitive dependency
collection.
- setItem(T) - Method in class org.eclipse.aether.resolution.ResolutionErrorPolicyRequest
-
Sets the artifact/metadata for which to determine the error policy.
- setLocalRepositoryManager(LocalRepositoryManager) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Sets the local repository manager used during this session.
- setManagedBits(int) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
Sets a bit field indicating which attributes of this node were subject to dependency management.
- setManagedDependencies(List<Dependency>) - Method in class org.eclipse.aether.collection.CollectRequest
-
Sets the dependency management to apply to transitive dependencies.
- setManagedDependencies(List<Dependency>) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Sets the dependency management information.
- setMetadata(Collection<Metadata>) - Method in class org.eclipse.aether.deployment.DeployRequest
-
Sets the metadata to deploy.
- setMetadata(Collection<Metadata>) - Method in class org.eclipse.aether.deployment.DeployResult
-
Sets the metadata that got deployed.
- setMetadata(Collection<Metadata>) - Method in class org.eclipse.aether.installation.InstallRequest
-
Sets the metadata to install.
- setMetadata(Collection<Metadata>) - Method in class org.eclipse.aether.installation.InstallResult
-
Sets the metadata that got installed.
- setMetadata(Metadata) - Method in class org.eclipse.aether.repository.LocalMetadataRegistration
-
Sets the metadata to register.
- setMetadata(Metadata) - Method in class org.eclipse.aether.repository.LocalMetadataRequest
-
Sets the metadata to query for.
- setMetadata(Metadata) - Method in class org.eclipse.aether.RepositoryEvent.Builder
-
Sets the metadata involved in the event.
- setMetadata(Metadata) - Method in class org.eclipse.aether.resolution.MetadataRequest
-
Sets the metadata to resolve.
- setMetadata(Metadata) - Method in class org.eclipse.aether.resolution.MetadataResult
-
Sets the resolved metadata.
- setMirroredRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
-
Sets the repositories being mirrored by the repository.
- setMirrorSelector(MirrorSelector) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Sets the mirror selector to use for repositories discovered in artifact descriptors.
- setOffline(boolean) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Controls whether the repository system operates in offline mode and avoids/refuses any access to remote
repositories.
- setOptional(Boolean) - Method in class org.eclipse.aether.collection.DependencyManagement
-
Sets the new optional flag to apply to the dependency.
- setOptional(Boolean) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- setOptional(Boolean) - Method in class org.eclipse.aether.graph.Dependency
-
Sets the optional flag for the dependency.
- setOptional(Boolean) - Method in interface org.eclipse.aether.graph.DependencyNode
-
Sets the optional flag of the dependency.
- setPolicy(RepositoryPolicy) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
-
Sets the policy to apply for snapshot and release artifacts.
- setProperties(Map<String, String>) - Method in class org.eclipse.aether.artifact.AbstractArtifact
-
- setProperties(Map<String, String>) - Method in interface org.eclipse.aether.artifact.Artifact
-
Sets the properties for the artifact.
- setProperties(Map<String, String>) - Method in class org.eclipse.aether.collection.DependencyManagement
-
Sets the new properties to apply to the dependency.
- setProperties(Map<String, String>) - Method in class org.eclipse.aether.metadata.AbstractMetadata
-
- setProperties(Map<String, String>) - Method in interface org.eclipse.aether.metadata.Metadata
-
Sets the properties for the metadata.
- setProperties(Map<String, Object>) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Sets any additional information about the artifact in form of key-value pairs.
- setProxy(Proxy) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
-
Sets the proxy to use in order to access the repository.
- setProxySelector(ProxySelector) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Sets the proxy selector to use for repositories discovered in artifact descriptors.
- setReadOnly() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Marks this session as read-only such that any future attempts to call its mutators will fail with an exception.
- setReleasePolicy(RepositoryPolicy) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
-
Sets the policy to apply for release artifacts.
- setRelocations(List<? extends Artifact>) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
Sets the sequence of relocations that was followed to resolve this dependency's artifact.
- setRelocations(List<Artifact>) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Sets the relocations that were processed to read the artifact descriptor.
- setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.collection.CollectRequest
-
Sets the repositories to use for the collection.
- setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
Sets the remote repositories from which this node's artifact shall be resolved.
- setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.repository.LocalArtifactRequest
-
Sets the remote repositories to consider as sources of the artifact.
- setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
-
Sets the repositories to resolve the descriptor from.
- setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Sets the remote repositories listed in the artifact descriptor.
- setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.resolution.ArtifactRequest
-
Sets the repositories to resolve the artifact from.
- setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.resolution.VersionRangeRequest
-
Sets the repositories to resolve the version range from.
- setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.resolution.VersionRequest
-
Sets the repositories to resolve the version from.
- setRepository(RemoteRepository) - Method in class org.eclipse.aether.deployment.DeployRequest
-
Sets the repository to deploy to.
- setRepository(RemoteRepository) - Method in class org.eclipse.aether.repository.LocalArtifactRegistration
-
Sets the remote repository from which the artifact was resolved.
- setRepository(RemoteRepository) - Method in class org.eclipse.aether.repository.LocalArtifactResult
-
Sets the (first) remote repository from which the artifact was cached.
- setRepository(RemoteRepository) - Method in class org.eclipse.aether.repository.LocalMetadataRegistration
-
Sets the remote repository from which the metadata was resolved.
- setRepository(RemoteRepository) - Method in class org.eclipse.aether.repository.LocalMetadataRequest
-
Sets the remote repository to use as sources of the metadata.
- setRepository(ArtifactRepository) - Method in class org.eclipse.aether.RepositoryEvent.Builder
-
Sets the repository involved in the event.
- setRepository(ArtifactRepository) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
-
Sets the repository from which the descriptor was resolved.
- setRepository(ArtifactRepository) - Method in class org.eclipse.aether.resolution.ArtifactResult
-
Sets the repository from which the artifact was resolved.
- setRepository(RemoteRepository) - Method in class org.eclipse.aether.resolution.MetadataRequest
-
Sets the repository from which the metadata should be resolved.
- setRepository(RemoteRepository) - Method in class org.eclipse.aether.resolution.ResolutionErrorPolicyRequest
-
Sets the remote repository from which the resolution of the artifact/metadata is attempted.
- setRepository(Version, ArtifactRepository) - Method in class org.eclipse.aether.resolution.VersionRangeResult
-
Records the repository from which the specified version was resolved
- setRepository(ArtifactRepository) - Method in class org.eclipse.aether.resolution.VersionResult
-
Sets the repository from which the version was resolved.
- setRepositoryListener(RepositoryListener) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Sets the listener being notified of actions in the repository system.
- setRepositoryManager(boolean) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
-
Marks the repository as a repository manager or not.
- setRequestContext(String) - Method in class org.eclipse.aether.collection.CollectRequest
-
Sets the context in which this request is made.
- setRequestContext(String) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- setRequestContext(String) - Method in interface org.eclipse.aether.graph.DependencyNode
-
Sets the request context in which this dependency node was created.
- setRequestContext(String) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest
-
Sets the context in which this request is made.
- setRequestContext(String) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
-
Sets the context in which this request is made.
- setRequestContext(String) - Method in class org.eclipse.aether.resolution.ArtifactRequest
-
Sets the context in which this request is made.
- setRequestContext(String) - Method in class org.eclipse.aether.resolution.MetadataRequest
-
Sets the context in which this request is made.
- setRequestContext(String) - Method in class org.eclipse.aether.resolution.VersionRangeRequest
-
Sets the context in which this request is made.
- setRequestContext(String) - Method in class org.eclipse.aether.resolution.VersionRequest
-
Sets the context in which this request is made.
- setRequestType(TransferEvent.RequestType) - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
-
Sets the type of the request/transfer.
- setResolutionErrorPolicy(ResolutionErrorPolicy) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Sets the policy which controls whether resolutions errors from remote repositories should be cached.
- setResumeOffset(long) - Method in class org.eclipse.aether.transfer.TransferResource
-
Sets the byte offset within the resource at which the download starts.
- setRoot(Dependency) - Method in class org.eclipse.aether.collection.CollectRequest
-
Sets the root dependency of the graph.
- setRoot(DependencyNode) - Method in class org.eclipse.aether.collection.CollectResult
-
Sets the root node of the dependency graph.
- setRoot(DependencyNode) - Method in class org.eclipse.aether.resolution.DependencyRequest
-
Sets the root node of the dependency graph whose artifacts should be resolved.
- setRoot(DependencyNode) - Method in class org.eclipse.aether.resolution.DependencyResult
-
Sets the root node of the resolved dependency graph.
- setRootArtifact(Artifact) - Method in class org.eclipse.aether.collection.CollectRequest
-
Sets the root artifact for the dependency graph.
- setScope(String) - Method in class org.eclipse.aether.collection.DependencyManagement
-
Sets the new scope to apply to the dependency.
- setScope(String) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
- setScope(String) - Method in class org.eclipse.aether.graph.Dependency
-
Sets the scope of the dependency, e.g.
- setScope(String) - Method in interface org.eclipse.aether.graph.DependencyNode
-
Sets the scope of the dependency.
- setSnapshotPolicy(RepositoryPolicy) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
-
Sets the policy to apply for snapshot artifacts.
- setStale(boolean) - Method in class org.eclipse.aether.repository.LocalMetadataResult
-
Sets whether the metadata is stale.
- setSystemProperties(Map<?, ?>) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Sets the system properties to use, e.g. for processing of artifact descriptors.
- setSystemProperty(String, String) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Sets the specified system property.
- setTrace(RequestTrace) - Method in class org.eclipse.aether.collection.CollectRequest
-
Sets the trace information that describes the higher level request/operation in which this request is issued.
- setTrace(RequestTrace) - Method in class org.eclipse.aether.deployment.DeployRequest
-
Sets the trace information that describes the higher level request/operation in which this request is issued.
- setTrace(RequestTrace) - Method in class org.eclipse.aether.installation.InstallRequest
-
Sets the trace information that describes the higher level request/operation in which this request is issued.
- setTrace(RequestTrace) - Method in class org.eclipse.aether.RepositoryEvent.Builder
-
Sets the trace information about the request during which the event occurred.
- setTrace(RequestTrace) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
-
Sets the trace information that describes the higher level request/operation in which this request is issued.
- setTrace(RequestTrace) - Method in class org.eclipse.aether.resolution.ArtifactRequest
-
Sets the trace information that describes the higher level request/operation in which this request is issued.
- setTrace(RequestTrace) - Method in class org.eclipse.aether.resolution.DependencyRequest
-
Sets the trace information that describes the higher level request/operation in which this request is issued.
- setTrace(RequestTrace) - Method in class org.eclipse.aether.resolution.MetadataRequest
-
Sets the trace information that describes the higher level request/operation in which this request is issued.
- setTrace(RequestTrace) - Method in class org.eclipse.aether.resolution.VersionRangeRequest
-
Sets the trace information that describes the higher level request/operation in which this request is issued.
- setTrace(RequestTrace) - Method in class org.eclipse.aether.resolution.VersionRequest
-
Sets the trace information that describes the higher level request/operation in which this request is issued.
- setTransferListener(TransferListener) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Sets the listener being notified of uploads/downloads by the repository system.
- setTransferredBytes(long) - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
-
Sets the total number of bytes that have been transferred so far during the download/upload of the resource.
- setType(TransferEvent.EventType) - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
-
Sets the type of the event.
- setUpdated(boolean) - Method in class org.eclipse.aether.resolution.MetadataResult
-
Sets the updated flag for the metadata.
- setUpdatePolicy(String) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Sets the global update policy.
- setUrl(String) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
-
Sets the (base) URL of the repository.
- setUserProperties(Map<?, ?>) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Sets the user properties to use, e.g. for processing of artifact descriptors.
- setUserProperty(String, String) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Sets the specified user property.
- setVersion(String) - Method in class org.eclipse.aether.artifact.AbstractArtifact
-
- setVersion(String) - Method in interface org.eclipse.aether.artifact.Artifact
-
Sets the version of the artifact.
- setVersion(String) - Method in class org.eclipse.aether.collection.DependencyManagement
-
Sets the new version to apply to the dependency.
- setVersion(Version) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
Sets the version that was selected for the dependency's target artifact.
- setVersion(String) - Method in class org.eclipse.aether.resolution.VersionResult
-
Sets the resolved version.
- setVersionConstraint(VersionConstraint) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
-
Sets the version constraint that was parsed from the dependency's version declaration.
- setVersionConstraint(VersionConstraint) - Method in class org.eclipse.aether.resolution.VersionRangeResult
-
Sets the version constraint that was parsed from the artifact's version string.
- setVersionFilter(VersionFilter) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Sets the version filter to use for building dependency graphs.
- setVersions(List<Version>) - Method in class org.eclipse.aether.resolution.VersionRangeResult
-
Sets the versions (in ascending order) matching the requested range.
- setWorkspaceReader(WorkspaceReader) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
-
Sets the workspace reader used during this session.
- SSL_CONTEXT - Static variable in class org.eclipse.aether.repository.AuthenticationContext
-
The key used to store the SSL context.
- SSL_HOSTNAME_VERIFIER - Static variable in class org.eclipse.aether.repository.AuthenticationContext
-
The key used to store the SSL hostname verifier.
- STRICT - Static variable in interface org.eclipse.aether.resolution.ArtifactDescriptorPolicy
-
Bit mask indicating that errors while reading the artifact descriptor should not be tolerated.
- SyncContext - Interface in org.eclipse.aether
-
A synchronization context used to coordinate concurrent access to artifacts or metadatas.