- get(String) - Method in interface org.sonatype.aether.artifact.ArtifactTypeRegistry
-
Gets the artifact type with the specified identifier.
- get(Object) - Method in interface org.sonatype.aether.collection.DependencyGraphTransformationContext
-
Gets a keyed value from the context.
- get(Map<?, ?>, String, String) - Static method in class org.sonatype.aether.ConfigurationProperties
-
Deprecated.
As of version 1.12, use org.sonatype.aether.util.ConfigUtils instead.
- get(RepositorySystemSession, String, String) - Static method in class org.sonatype.aether.ConfigurationProperties
-
Deprecated.
As of version 1.12, use org.sonatype.aether.util.ConfigUtils instead.
- get(Map<?, ?>, String, int) - Static method in class org.sonatype.aether.ConfigurationProperties
-
Deprecated.
As of version 1.12, use org.sonatype.aether.util.ConfigUtils instead.
- get(RepositorySystemSession, String, int) - Static method in class org.sonatype.aether.ConfigurationProperties
-
Deprecated.
As of version 1.12, use org.sonatype.aether.util.ConfigUtils instead.
- get(Map<?, ?>, String, boolean) - Static method in class org.sonatype.aether.ConfigurationProperties
-
Deprecated.
As of version 1.12, use org.sonatype.aether.util.ConfigUtils instead.
- get(RepositorySystemSession, String, boolean) - Static method in class org.sonatype.aether.ConfigurationProperties
-
Deprecated.
As of version 1.12, use org.sonatype.aether.util.ConfigUtils instead.
- get(RepositorySystemSession, Object) - Method in interface org.sonatype.aether.RepositoryCache
-
Gets the specified data from the cache.
- get(Object) - Method in interface org.sonatype.aether.SessionData
-
Gets the session data associated with the specified key.
- getActual() - Method in exception org.sonatype.aether.transfer.ChecksumFailureException
-
- getAliases() - Method in interface org.sonatype.aether.graph.DependencyNode
-
Gets the known aliases for this dependency's artifact.
- getAliases() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
-
Gets the known aliases for this artifact.
- getArtifact() - Method in class org.sonatype.aether.graph.Dependency
-
Gets the artifact being depended on.
- getArtifact() - Method in class org.sonatype.aether.repository.LocalArtifactRegistration
-
Gets the artifact to register.
- getArtifact() - Method in class org.sonatype.aether.repository.LocalArtifactRequest
-
Gets the artifact to query for.
- getArtifact() - Method in interface org.sonatype.aether.RepositoryEvent
-
Gets the artifact involved in the event (if any).
- getArtifact() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorRequest
-
Gets the artifact whose descriptor shall be read.
- getArtifact() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
-
Gets the artifact whose descriptor was read.
- getArtifact() - Method in class org.sonatype.aether.resolution.ArtifactRequest
-
Gets the artifact to resolve.
- getArtifact() - Method in class org.sonatype.aether.resolution.ArtifactResult
-
Gets the resolved artifact (if any).
- getArtifact() - Method in class org.sonatype.aether.resolution.VersionRangeRequest
-
Gets the artifact whose version range shall be resolved.
- getArtifact() - Method in class org.sonatype.aether.resolution.VersionRequest
-
Gets the artifact whose (meta-)version shall be resolved.
- getArtifact() - Method in exception org.sonatype.aether.transfer.ArtifactTransferException
-
- getArtifactId() - Method in interface org.sonatype.aether.artifact.Artifact
-
Gets the artifact identifier of this artifact, for example "maven-model".
- getArtifactId() - Method in class org.sonatype.aether.graph.Exclusion
-
Gets the artifact identifier for artifacts to exclude.
- getArtifactId() - Method in interface org.sonatype.aether.metadata.Metadata
-
Gets the artifact identifier of this metadata.
- getArtifactResults() - Method in class org.sonatype.aether.resolution.DependencyResult
-
- getArtifacts() - Method in class org.sonatype.aether.deployment.DeployRequest
-
Gets the artifact to deploy.
- getArtifacts() - Method in class org.sonatype.aether.deployment.DeployResult
-
Gets the artifacts that got deployed.
- getArtifacts() - Method in class org.sonatype.aether.installation.InstallRequest
-
Gets the artifact to install.
- getArtifacts() - Method in class org.sonatype.aether.installation.InstallResult
-
Gets the artifacts that got installed.
- getArtifactTypeRegistry() - Method in interface org.sonatype.aether.RepositorySystemSession
-
Gets the registry of artifact types recognized by this session.
- getAuthentication(RemoteRepository) - Method in interface org.sonatype.aether.repository.AuthenticationSelector
-
Selects authentication for the specified remote repository.
- getAuthentication() - Method in class org.sonatype.aether.repository.Proxy
-
Gets the authentication to use for the proxy connection.
- getAuthentication() - Method in class org.sonatype.aether.repository.RemoteRepository
-
Gets the authentication that has been selected for this repository.
- getAuthenticationSelector() - Method in interface org.sonatype.aether.RepositorySystemSession
-
Gets the authentication selector to use for repositories discovered in artifact descriptors.
- getBasedir() - Method in class org.sonatype.aether.repository.LocalRepository
-
Gets the base directory of the repository.
- getBaseVersion() - Method in interface org.sonatype.aether.artifact.Artifact
-
Gets the base version of this artifact, for example "1.0-SNAPSHOT".
- getCache() - Method in interface org.sonatype.aether.RepositorySystemSession
-
Gets the cache the repository system may use to save data for future reuse during the session.
- getChecksumPolicy() - Method in class org.sonatype.aether.repository.RepositoryPolicy
-
Gets the policy for checksum validation.
- getChecksumPolicy() - Method in interface org.sonatype.aether.RepositorySystemSession
-
Gets the global checksum policy.
- getChildren() - Method in interface org.sonatype.aether.graph.DependencyNode
-
Gets the child nodes of this node.
- getClassifier() - Method in interface org.sonatype.aether.artifact.Artifact
-
Gets the classifier of this artifact, for example "sources".
- getClassifier() - Method in interface org.sonatype.aether.artifact.ArtifactType
-
Gets the classifier to use for artifacts of this type (unless explicitly overridden by the artifact).
- getClassifier() - Method in class org.sonatype.aether.graph.Exclusion
-
Gets the classifier for artifacts to exclude.
- getCollectExceptions() - Method in class org.sonatype.aether.resolution.DependencyResult
-
Gets the exceptions that occurred while building the dependency graph.
- getCollectRequest() - Method in class org.sonatype.aether.resolution.DependencyRequest
-
Gets the collect request used to calculate the dependency graph whose artifacts should be resolved.
- getConfigProperties() - Method in interface org.sonatype.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 interface org.sonatype.aether.transfer.TransferResource
-
The size of the resource in bytes.
- getContentType() - Method in interface org.sonatype.aether.repository.ArtifactRepository
-
Gets the type of the repository, for example "default".
- getContentType() - Method in class org.sonatype.aether.repository.LocalRepository
-
- getContentType() - Method in class org.sonatype.aether.repository.RemoteRepository
-
- getContentType() - Method in class org.sonatype.aether.repository.WorkspaceRepository
-
- getContext() - Method in class org.sonatype.aether.repository.LocalArtifactRequest
-
Gets the resolution context.
- getContext() - Method in class org.sonatype.aether.repository.LocalMetadataRequest
-
Gets the resolution context.
- getContexts() - Method in class org.sonatype.aether.repository.LocalArtifactRegistration
-
Gets the resolution contexts in which the artifact is available.
- getContexts() - Method in class org.sonatype.aether.repository.LocalMetadataRegistration
-
Gets the resolution contexts in which the metadata is available.
- getData() - Method in interface org.sonatype.aether.graph.DependencyNode
-
Gets the custom data associated with this dependency node.
- getData() - Method in interface org.sonatype.aether.RepositorySystemSession
-
Gets the custom data associated with this session.
- getData() - Method in interface org.sonatype.aether.RequestTrace
-
Gets the data associated with this trace.
- getDataBuffer() - Method in interface org.sonatype.aether.transfer.TransferEvent
-
Gets the byte buffer holding the transferred bytes since the last event.
- getDataLength() - Method in interface org.sonatype.aether.transfer.TransferEvent
-
Gets the number of bytes that have been transferred since the last event.
- getDependencies() - Method in class org.sonatype.aether.collection.CollectRequest
-
Gets the direct dependencies.
- getDependencies() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
-
Gets the list of direct dependencies of the artifact.
- getDependency() - Method in interface org.sonatype.aether.collection.DependencyCollectionContext
-
Gets the dependency whose children are to be processed next during dependency collection.
- getDependency() - Method in interface org.sonatype.aether.graph.DependencyNode
-
Gets the dependency associated with this node.
- getDependencyConflictId() - Method in exception org.sonatype.aether.collection.UnsolvableVersionConflictException
-
Gets the conflict id of the dependency that encountered the version conflict.
- getDependencyGraphTransformer() - Method in interface org.sonatype.aether.RepositorySystemSession
-
Gets the dependency graph transformer to use for building dependency graphs.
- getDependencyManager() - Method in interface org.sonatype.aether.RepositorySystemSession
-
Gets the dependency manager to use for building dependency graphs.
- getDependencyNode() - Method in class org.sonatype.aether.resolution.ArtifactRequest
-
Gets the dependency node (if any) for which to resolve the artifact.
- getDependencySelector() - Method in interface org.sonatype.aether.RepositorySystemSession
-
Gets the dependency selector to use for building dependency graphs.
- getDependencyTraverser() - Method in interface org.sonatype.aether.RepositorySystemSession
-
Gets the dependency traverser to use for building dependency graphs.
- getException() - Method in interface org.sonatype.aether.RepositoryEvent
-
Gets the exception that caused the event (if any).
- getException() - Method in class org.sonatype.aether.resolution.MetadataResult
-
Gets the exception that occurred while resolving the metadata.
- getException() - Method in interface org.sonatype.aether.transfer.TransferEvent
-
Gets the error that occurred during the transfer.
- getExceptions() - Method in class org.sonatype.aether.collection.CollectResult
-
Gets the exceptions that occurred while building the dependency graph.
- getExceptions() - Method in interface org.sonatype.aether.RepositoryEvent
-
Gets the exceptions that caused the event (if any).
- getExceptions() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
-
Gets the exceptions that occurred while reading the artifact descriptor.
- getExceptions() - Method in class org.sonatype.aether.resolution.ArtifactResult
-
Gets the exceptions that occurred while resolving the artifact.
- getExceptions() - Method in class org.sonatype.aether.resolution.VersionRangeResult
-
Gets the exceptions that occurred while resolving the version range.
- getExceptions() - Method in class org.sonatype.aether.resolution.VersionResult
-
Gets the exceptions that occurred while resolving the version.
- getExclusions() - Method in class org.sonatype.aether.collection.DependencyManagement
-
Gets the new exclusions to apply to the dependency.
- getExclusions() - Method in class org.sonatype.aether.graph.Dependency
-
Gets the exclusions for this dependency.
- getExpected() - Method in exception org.sonatype.aether.transfer.ChecksumFailureException
-
- getExtension() - Method in interface org.sonatype.aether.artifact.Artifact
-
Gets the (file) extension of this artifact, for example "jar".
- getExtension() - Method in interface org.sonatype.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.sonatype.aether.graph.Exclusion
-
Gets the file extension for artifacts to exclude.
- getFile() - Method in interface org.sonatype.aether.artifact.Artifact
-
Gets the file of this artifact.
- getFile() - Method in interface org.sonatype.aether.metadata.Metadata
-
Gets the file of this metadata.
- getFile() - Method in class org.sonatype.aether.repository.LocalArtifactResult
-
Gets the file to the requested artifact.
- getFile() - Method in class org.sonatype.aether.repository.LocalMetadataResult
-
Gets the file to the requested metadata if the metadata is available in the local repository.
- getFile() - Method in interface org.sonatype.aether.RepositoryEvent
-
Gets the file involved in the event (if any).
- getFile() - Method in interface org.sonatype.aether.transfer.TransferResource
-
Gets the local file being uploaded or downloaded.
- getFilter() - Method in class org.sonatype.aether.resolution.DependencyRequest
-
Gets the resolution filter used to select which artifacts of the dependency graph should be resolved.
- getGroupId() - Method in interface org.sonatype.aether.artifact.Artifact
-
Gets the group identifier of this artifact, for example "org.apache.maven".
- getGroupId() - Method in class org.sonatype.aether.graph.Exclusion
-
Gets the group identifier for artifacts to exclude.
- getGroupId() - Method in interface org.sonatype.aether.metadata.Metadata
-
Gets the group identifier of this metadata.
- getHighestVersion() - Method in class org.sonatype.aether.resolution.VersionRangeResult
-
Gets the highest version matching the requested range.
- getHost() - Method in class org.sonatype.aether.repository.Proxy
-
Gets the host for this proxy.
- getHost() - Method in class org.sonatype.aether.repository.RemoteRepository
-
Gets the host part from the repository's URL.
- getId() - Method in interface org.sonatype.aether.artifact.ArtifactType
-
Gets the identifier of this type, e.g.
- getId() - Method in interface org.sonatype.aether.repository.ArtifactRepository
-
Gets the identifier of this repository.
- getId() - Method in class org.sonatype.aether.repository.LocalRepository
-
- getId() - Method in class org.sonatype.aether.repository.RemoteRepository
-
- getId() - Method in class org.sonatype.aether.repository.WorkspaceRepository
-
- getKey() - Method in class org.sonatype.aether.repository.WorkspaceRepository
-
Gets the key of this workspace repository.
- getLocalRepository() - Method in interface org.sonatype.aether.RepositorySystemSession
-
Gets the local repository used during this session.
- getLocalRepositoryManager() - Method in interface org.sonatype.aether.RepositorySystemSession
-
Gets the local repository manager used during this session.
- getLowestVersion() - Method in class org.sonatype.aether.resolution.VersionRangeResult
-
Gets the lowest version matching the requested range.
- getManagedDependencies() - Method in class org.sonatype.aether.collection.CollectRequest
-
Gets the dependency management to apply to transitive dependencies.
- getManagedDependencies() - Method in interface org.sonatype.aether.collection.DependencyCollectionContext
-
Gets the dependency management information that was contributed by the artifact descriptor of the current
dependency.
- getManagedDependencies() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
-
Gets the dependency management information.
- getMessage(String, Throwable) - Static method in exception org.sonatype.aether.RepositoryException
-
- getMetadata() - Method in class org.sonatype.aether.deployment.DeployRequest
-
Gets the metadata to deploy.
- getMetadata() - Method in class org.sonatype.aether.deployment.DeployResult
-
Gets the metadata that got deployed.
- getMetadata() - Method in class org.sonatype.aether.installation.InstallRequest
-
Gets the metadata to install.
- getMetadata() - Method in class org.sonatype.aether.installation.InstallResult
-
Gets the metadata that got installed.
- getMetadata() - Method in class org.sonatype.aether.repository.LocalMetadataRegistration
-
Gets the metadata to register.
- getMetadata() - Method in class org.sonatype.aether.repository.LocalMetadataRequest
-
Gets the metadata to query for.
- getMetadata() - Method in interface org.sonatype.aether.RepositoryEvent
-
Gets the metadata involved in the event (if any).
- getMetadata() - Method in class org.sonatype.aether.resolution.MetadataRequest
-
Gets the metadata to resolve.
- getMetadata() - Method in class org.sonatype.aether.resolution.MetadataResult
-
Gets the resolved metadata (if any).
- getMetadata() - Method in exception org.sonatype.aether.transfer.MetadataTransferException
-
- getMirror(RemoteRepository) - Method in interface org.sonatype.aether.repository.MirrorSelector
-
Selects a mirror for the specified repository.
- getMirroredRepositories() - Method in class org.sonatype.aether.repository.RemoteRepository
-
Gets the repositories that this repository serves as a mirror for.
- getMirrorSelector() - Method in interface org.sonatype.aether.RepositorySystemSession
-
Gets the mirror selector to use for repositories discovered in artifact descriptors.
- getNature() - Method in interface org.sonatype.aether.metadata.Metadata
-
Gets the nature of this metadata.
- getParent() - Method in interface org.sonatype.aether.RequestTrace
-
Gets the parent of this trace.
- getPassphrase() - Method in class org.sonatype.aether.repository.Authentication
-
Gets the passphrase for the private key.
- getPassword() - Method in class org.sonatype.aether.repository.Authentication
-
Gets the password.
- getPathForLocalArtifact(Artifact) - Method in interface org.sonatype.aether.repository.LocalRepositoryManager
-
Gets the relative path for a locally installed artifact.
- getPathForLocalMetadata(Metadata) - Method in interface org.sonatype.aether.repository.LocalRepositoryManager
-
Gets the relative path for locally installed metadata.
- getPathForRemoteArtifact(Artifact, RemoteRepository, String) - Method in interface org.sonatype.aether.repository.LocalRepositoryManager
-
Gets the relative path for an artifact cached from a remote repository.
- getPathForRemoteMetadata(Metadata, RemoteRepository, String) - Method in interface org.sonatype.aether.repository.LocalRepositoryManager
-
Gets the relative path for metadata cached from a remote repository.
- getPaths() - Method in exception org.sonatype.aether.collection.UnsolvableVersionConflictException
-
Gets the paths leading to the conflicting dependencies.
- getPolicy(boolean) - Method in class org.sonatype.aether.repository.RemoteRepository
-
Gets the policy to apply for snapshot/release artifacts.
- getPort() - Method in class org.sonatype.aether.repository.Proxy
-
Gets the port number for this proxy.
- getPremanagedScope() - Method in interface org.sonatype.aether.graph.DependencyNode
-
Gets the scope for the dependency before dependency management was applied (if any).
- getPremanagedVersion() - Method in interface org.sonatype.aether.graph.DependencyNode
-
Gets the version or version range for the dependency before dependency management was applied (if any).
- getPrivateKeyFile() - Method in class org.sonatype.aether.repository.Authentication
-
Gets the path to the private key file to use for authentication.
- getProperties() - Method in interface org.sonatype.aether.artifact.Artifact
-
Gets the properties of this artifact.
- getProperties() - Method in interface org.sonatype.aether.artifact.ArtifactType
-
Gets the properties to use for artifacts of this type (unless explicitly overridden by the artifact).
- getProperties() - Method in class org.sonatype.aether.collection.DependencyManagement
-
Gets the new properties to apply to the dependency.
- getProperties() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
-
Gets any additional information about the artifact in form of key-value pairs.
- getProperty(String, String) - Method in interface org.sonatype.aether.artifact.Artifact
-
Gets the specified property.
- getProtocol() - Method in class org.sonatype.aether.repository.RemoteRepository
-
Gets the protocol part from the repository's URL, for example file or http.
- getProxy(RemoteRepository) - Method in interface org.sonatype.aether.repository.ProxySelector
-
Selects a proxy for the specified remote repository.
- getProxy() - Method in class org.sonatype.aether.repository.RemoteRepository
-
Gets the proxy that has been selected for this repository.
- getProxySelector() - Method in interface org.sonatype.aether.RepositorySystemSession
-
Gets the proxy selector to use for repositories discovered in artifact descriptors.
- getRanges() - Method in interface org.sonatype.aether.version.VersionConstraint
-
Gets the version ranges of this constraint.
- getRelocations() - Method in interface org.sonatype.aether.graph.DependencyNode
-
Gets the sequence of relocations that was followed to resolve the artifact referenced by the dependency.
- getRelocations() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
-
Gets the relocations that were processed to read the artifact descriptor.
- getRepositories() - Method in class org.sonatype.aether.collection.CollectRequest
-
Gets the repositories to use for the collection.
- getRepositories() - Method in interface org.sonatype.aether.graph.DependencyNode
-
Gets the remote repositories from which this node's artifact shall be resolved.
- getRepositories() - Method in class org.sonatype.aether.repository.LocalArtifactRequest
-
Gets the remote repositories to consider as sources of the artifact.
- getRepositories() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorRequest
-
Gets the repositories to resolve the descriptor from.
- getRepositories() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
-
Gets the remote repositories listed in the artifact descriptor.
- getRepositories() - Method in class org.sonatype.aether.resolution.ArtifactRequest
-
Gets the repositories to resolve the version range from.
- getRepositories() - Method in class org.sonatype.aether.resolution.VersionRangeRequest
-
Gets the repositories to resolve the version range from.
- getRepositories() - Method in class org.sonatype.aether.resolution.VersionRequest
-
Gets the repositories to resolve the version from.
- getRepository() - Method in class org.sonatype.aether.deployment.DeployRequest
-
Gets the repository to deploy to.
- getRepository() - Method in class org.sonatype.aether.repository.LocalArtifactRegistration
-
Gets the remote repository from which the artifact was resolved.
- getRepository() - Method in class org.sonatype.aether.repository.LocalArtifactResult
-
Gets the (first) remote repository from which the artifact was cached (if any).
- getRepository() - Method in class org.sonatype.aether.repository.LocalMetadataRegistration
-
Gets the remote repository from which the metadata was resolved.
- getRepository() - Method in class org.sonatype.aether.repository.LocalMetadataRequest
-
Gets the remote repository to use as source of the metadata.
- getRepository() - Method in interface org.sonatype.aether.repository.LocalRepositoryManager
-
Gets the description of the local repository being managed.
- getRepository() - Method in exception org.sonatype.aether.repository.NoLocalRepositoryManagerException
-
- getRepository() - Method in interface org.sonatype.aether.repository.WorkspaceReader
-
Gets a description of the workspace repository.
- getRepository() - Method in interface org.sonatype.aether.RepositoryEvent
-
Gets the repository involved in the event (if any).
- getRepository() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
-
Gets the repository from which the descriptor was eventually resolved.
- getRepository() - Method in class org.sonatype.aether.resolution.ArtifactResult
-
Gets the repository from which the artifact was eventually resolved.
- getRepository() - Method in class org.sonatype.aether.resolution.MetadataRequest
-
Gets the repository from which the metadata should be resolved.
- getRepository(Version) - Method in class org.sonatype.aether.resolution.VersionRangeResult
-
Gets the repository from which the specified version was resolved.
- getRepository() - Method in class org.sonatype.aether.resolution.VersionResult
-
Gets the repository from which the version was eventually resolved.
- getRepository() - Method in exception org.sonatype.aether.transfer.ArtifactTransferException
-
- getRepository() - Method in exception org.sonatype.aether.transfer.MetadataTransferException
-
- getRepository() - Method in exception org.sonatype.aether.transfer.NoRepositoryConnectorException
-
- getRepositoryListener() - Method in interface org.sonatype.aether.RepositorySystemSession
-
Gets the listener being notified of actions in the repository system.
- getRepositoryUrl() - Method in interface org.sonatype.aether.transfer.TransferResource
-
The base URL of the repository, e.g.
- getRequest() - Method in class org.sonatype.aether.collection.CollectResult
-
Gets the collection request that was made.
- getRequest() - Method in class org.sonatype.aether.deployment.DeployResult
-
Gets the deploy request that was made.
- getRequest() - Method in class org.sonatype.aether.installation.InstallResult
-
Gets the install request that was made.
- getRequest() - Method in class org.sonatype.aether.repository.LocalArtifactResult
-
Gets the request corresponding to this result.
- getRequest() - Method in class org.sonatype.aether.repository.LocalMetadataResult
-
Gets the request corresponding to this result.
- getRequest() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
-
Gets the descriptor request that was made.
- getRequest() - Method in class org.sonatype.aether.resolution.ArtifactResult
-
Gets the resolution request that was made.
- getRequest() - Method in class org.sonatype.aether.resolution.DependencyResult
-
Gets the resolution request that was made.
- getRequest() - Method in class org.sonatype.aether.resolution.MetadataResult
-
Gets the resolution request that was made.
- getRequest() - Method in class org.sonatype.aether.resolution.VersionRangeResult
-
Gets the resolution request that was made.
- getRequest() - Method in class org.sonatype.aether.resolution.VersionResult
-
Gets the resolution request that was made.
- getRequestContext() - Method in class org.sonatype.aether.collection.CollectRequest
-
Gets the context in which this request is made.
- getRequestContext() - Method in interface org.sonatype.aether.graph.DependencyNode
-
Gets the request context in which this dependency node was created.
- getRequestContext() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorRequest
-
Gets the context in which this request is made.
- getRequestContext() - Method in class org.sonatype.aether.resolution.ArtifactRequest
-
Gets the context in which this request is made.
- getRequestContext() - Method in class org.sonatype.aether.resolution.MetadataRequest
-
Gets the context in which this request is made.
- getRequestContext() - Method in class org.sonatype.aether.resolution.VersionRangeRequest
-
Gets the context in which this request is made.
- getRequestContext() - Method in class org.sonatype.aether.resolution.VersionRequest
-
Gets the context in which this request is made.
- getRequestType() - Method in interface org.sonatype.aether.transfer.TransferEvent
-
Gets the type of the request/transfer.
- getResource() - Method in interface org.sonatype.aether.transfer.TransferEvent
-
Gets the resource that is being transferred.
- getResourceName() - Method in interface org.sonatype.aether.transfer.TransferResource
-
The path of the resource relative to the repository's base URL, e.g.
- getResult() - Method in exception org.sonatype.aether.collection.DependencyCollectionException
-
- getResult() - Method in exception org.sonatype.aether.resolution.ArtifactDescriptorException
-
- getResult() - Method in exception org.sonatype.aether.resolution.ArtifactResolutionException
-
- getResult() - Method in exception org.sonatype.aether.resolution.DependencyResolutionException
-
- getResult() - Method in exception org.sonatype.aether.resolution.VersionRangeResolutionException
-
- getResult() - Method in exception org.sonatype.aether.resolution.VersionResolutionException
-
- getResults() - Method in exception org.sonatype.aether.resolution.ArtifactResolutionException
-
- getRoot() - Method in class org.sonatype.aether.collection.CollectRequest
-
Gets the root dependency of the graph.
- getRoot() - Method in class org.sonatype.aether.collection.CollectResult
-
Gets the root node of the dependency graph.
- getRoot() - Method in class org.sonatype.aether.resolution.DependencyRequest
-
Gets the root node of the dependency graph whose artifacts should be resolved.
- getRoot() - Method in class org.sonatype.aether.resolution.DependencyResult
-
Gets the root node of the resolved dependency graph.
- getScope() - Method in class org.sonatype.aether.collection.DependencyManagement
-
Gets the new scope to apply to the dependency.
- getScope() - Method in class org.sonatype.aether.graph.Dependency
-
Gets the scope of the dependency.
- getSession() - Method in interface org.sonatype.aether.collection.DependencyCollectionContext
-
Gets the repository system session during which the dependency collection happens.
- getSession() - Method in interface org.sonatype.aether.collection.DependencyGraphTransformationContext
-
Gets the repository system session during which the graph transformation happens.
- getSession() - Method in interface org.sonatype.aether.RepositoryEvent
-
Gets the repository system session during which the event occurred.
- getSystemProperties() - Method in interface org.sonatype.aether.RepositorySystemSession
-
Gets the system properties to use, e.g. for processing of artifact descriptors.
- getTrace() - Method in class org.sonatype.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.sonatype.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.sonatype.aether.installation.InstallRequest
-
Gets the trace information that describes the higher level request/operation in which this request is issued.
- getTrace() - Method in interface org.sonatype.aether.RepositoryEvent
-
Gets the trace information about the request during which the event occurred.
- getTrace() - Method in class org.sonatype.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.sonatype.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.sonatype.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.sonatype.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.sonatype.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.sonatype.aether.resolution.VersionRequest
-
Gets the trace information that describes the higher level request/operation in which this request is issued.
- getTrace() - Method in interface org.sonatype.aether.transfer.TransferResource
-
Gets the trace information that describes the higher level request/operation during which this resource is
transferred.
- getTransferListener() - Method in interface org.sonatype.aether.RepositorySystemSession
-
Gets the listener being notified of uploads/downloads by the repository system.
- getTransferredBytes() - Method in interface org.sonatype.aether.transfer.TransferEvent
-
Gets the total number of bytes that have been transferred since the download/upload was started.
- getTransferStartTime() - Method in interface org.sonatype.aether.transfer.TransferResource
-
Gets the timestamp when the transfer of this resource was started.
- getType() - Method in interface org.sonatype.aether.metadata.Metadata
-
Gets the type of the metadata, e.g.
- getType() - Method in class org.sonatype.aether.repository.Proxy
-
Gets the type of this proxy.
- getType() - Method in interface org.sonatype.aether.RepositoryEvent
-
Gets the type of the event.
- getType() - Method in interface org.sonatype.aether.transfer.TransferEvent
-
Gets the type of the event.
- getUpdatePolicy() - Method in class org.sonatype.aether.repository.RepositoryPolicy
-
Gets the update policy for locally cached data from the repository.
- getUpdatePolicy() - Method in interface org.sonatype.aether.RepositorySystemSession
-
Gets the global update policy.
- getUrl() - Method in class org.sonatype.aether.repository.RemoteRepository
-
Gets the (base) URL of this repository.
- getUsername() - Method in class org.sonatype.aether.repository.Authentication
-
Gets the username.
- getUserProperties() - Method in interface org.sonatype.aether.RepositorySystemSession
-
Gets the user properties to use, e.g. for processing of artifact descriptors.
- getVersion() - Method in interface org.sonatype.aether.artifact.Artifact
-
Gets the version of this artifact, for example "1.0-20100529-1213".
- getVersion() - Method in class org.sonatype.aether.collection.DependencyManagement
-
Gets the new version to apply to the dependency.
- getVersion() - Method in interface org.sonatype.aether.graph.DependencyNode
-
Gets the version that was selected for the dependency's target artifact.
- getVersion() - Method in interface org.sonatype.aether.metadata.Metadata
-
Gets the version of this metadata.
- getVersion() - Method in class org.sonatype.aether.resolution.VersionResult
-
Gets the resolved version.
- getVersion() - Method in exception org.sonatype.aether.version.InvalidVersionSpecificationException
-
- getVersion() - Method in interface org.sonatype.aether.version.VersionConstraint
-
Gets the version recommended by this constraint.
- getVersionConstraint() - Method in interface org.sonatype.aether.graph.DependencyNode
-
Gets the version constraint that was parsed from the dependency's version declaration.
- getVersionConstraint() - Method in class org.sonatype.aether.resolution.VersionRangeResult
-
Gets the version constraint that was parsed from the artifact's version string.
- getVersions() - Method in exception org.sonatype.aether.collection.UnsolvableVersionConflictException
-
Gets the conflicting version constraints of the dependency.
- getVersions() - Method in class org.sonatype.aether.resolution.VersionRangeResult
-
Gets the versions (in ascending order) that matched the requested range.
- getWorkspaceReader() - Method in interface org.sonatype.aether.RepositorySystemSession
-
Gets the workspace reader used during this session.
- selectDependency(Dependency) - Method in interface org.sonatype.aether.collection.DependencySelector
-
Applies exclusions to the specified dependency.
- SessionData - Interface in org.sonatype.aether
-
A container for data that is specific to a repository system session.
- set(Object, Object) - Method in interface org.sonatype.aether.SessionData
-
Associates the specified session data with the given key.
- set(Object, Object, Object) - Method in interface org.sonatype.aether.SessionData
-
Associates the specified session data with the given key if the key is currently mapped to the given value.
- setAliases(Collection<Artifact>) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
-
Sets the aliases of the artifact.
- setArtifact(Artifact) - Method in class org.sonatype.aether.graph.Dependency
-
Sets the artifact being depended on.
- setArtifact(Artifact) - Method in interface org.sonatype.aether.graph.DependencyNode
-
Sets the artifact of the dependency.
- setArtifact(Artifact) - Method in class org.sonatype.aether.repository.LocalArtifactRegistration
-
Sets the artifact to register.
- setArtifact(Artifact) - Method in class org.sonatype.aether.repository.LocalArtifactRequest
-
Sets the artifact to query for.
- setArtifact(Artifact) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorRequest
-
Sets the artifact whose descriptor shall be read.
- setArtifact(Artifact) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
-
Sets the artifact whose descriptor was read.
- setArtifact(Artifact) - Method in class org.sonatype.aether.resolution.ArtifactRequest
-
Sets the artifact to resolve.
- setArtifact(Artifact) - Method in class org.sonatype.aether.resolution.ArtifactResult
-
Sets the resolved artifact.
- setArtifact(Artifact) - Method in class org.sonatype.aether.resolution.VersionRangeRequest
-
Sets the artifact whose version range shall be resolved.
- setArtifact(Artifact) - Method in class org.sonatype.aether.resolution.VersionRequest
-
Sets the artifact whose (meta-)version shall be resolved.
- setArtifactResults(List<ArtifactResult>) - Method in class org.sonatype.aether.resolution.DependencyResult
-
- setArtifacts(Collection<Artifact>) - Method in class org.sonatype.aether.deployment.DeployRequest
-
Sets the artifacts to deploy.
- setArtifacts(Collection<Artifact>) - Method in class org.sonatype.aether.deployment.DeployResult
-
Sets the artifacts that got deployed.
- setArtifacts(Collection<Artifact>) - Method in class org.sonatype.aether.installation.InstallRequest
-
Sets the artifacts to install.
- setArtifacts(Collection<Artifact>) - Method in class org.sonatype.aether.installation.InstallResult
-
Sets the artifacts that got installed.
- setAuthentication(Authentication) - Method in class org.sonatype.aether.repository.Proxy
-
Sets the authentication to use for the proxy connection.
- setAuthentication(Authentication) - Method in class org.sonatype.aether.repository.RemoteRepository
-
Sets the authentication to use in order to access this repository.
- setAvailable(boolean) - Method in class org.sonatype.aether.repository.LocalArtifactResult
-
Sets whether the artifact is available.
- setChecksumPolicy(String) - Method in class org.sonatype.aether.repository.RepositoryPolicy
-
Sets the policy for checksum validation.
- setCollectExceptions(List<Exception>) - Method in class org.sonatype.aether.resolution.DependencyResult
-
Records the specified exceptions while building the dependency graph.
- setCollectRequest(CollectRequest) - Method in class org.sonatype.aether.resolution.DependencyRequest
-
Sets the collect request used to calculate the dependency graph whose artifacts should be resolved.
- setContentType(String) - Method in class org.sonatype.aether.repository.RemoteRepository
-
Sets the type of this repository, e.g.
- setContext(String) - Method in class org.sonatype.aether.repository.LocalArtifactRequest
-
Sets the resolution context.
- setContext(String) - Method in class org.sonatype.aether.repository.LocalMetadataRequest
-
Sets the resolution context.
- setContexts(Collection<String>) - Method in class org.sonatype.aether.repository.LocalArtifactRegistration
-
Sets the resolution contexts in which the artifact is available.
- setContexts(Collection<String>) - Method in class org.sonatype.aether.repository.LocalMetadataRegistration
-
Sets the resolution contexts in which the metadata is available.
- setData(Object, Object) - Method in interface org.sonatype.aether.graph.DependencyNode
-
Associates the specified dependency node data with the given key.
- setDeleteLocalCopyIfMissing(boolean) - Method in class org.sonatype.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.sonatype.aether.collection.CollectRequest
-
Sets the direct dependencies.
- setDependencies(List<Dependency>) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
-
Sets the list of direct dependencies of the artifact.
- setDependencyNode(DependencyNode) - Method in class org.sonatype.aether.resolution.ArtifactRequest
-
Sets the dependency node to resolve.
- setEnabled(boolean) - Method in class org.sonatype.aether.repository.RepositoryPolicy
-
Sets the enabled flag for the associated repository.
- setException(Exception) - Method in class org.sonatype.aether.resolution.MetadataResult
-
Records the specified exception while resolving the metadata.
- setExceptions(List<Exception>) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
-
Sets the exceptions that occurred while reading the artifact descriptor.
- setExclusions(Collection<Exclusion>) - Method in class org.sonatype.aether.collection.DependencyManagement
-
Sets the new exclusions to apply to the dependency.
- setExclusions(Collection<Exclusion>) - Method in class org.sonatype.aether.graph.Dependency
-
Sets the exclusions for the dependency.
- setFavorLocalRepository(boolean) - Method in class org.sonatype.aether.resolution.MetadataRequest
-
Controls resolution of remote metadata when already corresponding metadata of the local repository exists.
- setFile(File) - Method in interface org.sonatype.aether.artifact.Artifact
-
Sets the file of the artifact.
- setFile(File) - Method in interface org.sonatype.aether.metadata.Metadata
-
Sets the file of the metadata.
- setFile(File) - Method in class org.sonatype.aether.repository.LocalArtifactResult
-
Sets the file to requested artifact.
- setFile(File) - Method in class org.sonatype.aether.repository.LocalMetadataResult
-
Sets the file to requested metadata.
- setFilter(DependencyFilter) - Method in class org.sonatype.aether.resolution.DependencyRequest
-
Sets the resolution filter used to select which artifacts of the dependency graph should be resolved.
- setHost(String) - Method in class org.sonatype.aether.repository.Proxy
-
Sets the host of the proxy.
- setId(String) - Method in class org.sonatype.aether.repository.RemoteRepository
-
Sets the identifier of this repository.
- setManagedDependencies(List<Dependency>) - Method in class org.sonatype.aether.collection.CollectRequest
-
Sets the dependency management to apply to transitive dependencies.
- setManagedDependencies(List<Dependency>) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
-
Sets the dependency management information.
- setMetadata(Collection<Metadata>) - Method in class org.sonatype.aether.deployment.DeployRequest
-
Sets the metadata to deploy.
- setMetadata(Collection<Metadata>) - Method in class org.sonatype.aether.deployment.DeployResult
-
Sets the metadata that got deployed.
- setMetadata(Collection<Metadata>) - Method in class org.sonatype.aether.installation.InstallRequest
-
Sets the metadata to install.
- setMetadata(Collection<Metadata>) - Method in class org.sonatype.aether.installation.InstallResult
-
Sets the metadata that got installed.
- setMetadata(Metadata) - Method in class org.sonatype.aether.repository.LocalMetadataRegistration
-
Sets the metadata to register.
- setMetadata(Metadata) - Method in class org.sonatype.aether.repository.LocalMetadataRequest
-
Sets the metadata to query for.
- setMetadata(Metadata) - Method in class org.sonatype.aether.resolution.MetadataRequest
-
Sets the metadata to resolve.
- setMetadata(Metadata) - Method in class org.sonatype.aether.resolution.MetadataResult
-
Sets the resolved metadata.
- setMirroredRepositories(List<RemoteRepository>) - Method in class org.sonatype.aether.repository.RemoteRepository
-
Sets the repositories being mirrored by this repository.
- setOptional(boolean) - Method in class org.sonatype.aether.graph.Dependency
-
Sets the optional flag for the dependency.
- setPassphrase(String) - Method in class org.sonatype.aether.repository.Authentication
-
Sets the passphrase for the private key file.
- setPassphrase(char[]) - Method in class org.sonatype.aether.repository.Authentication
-
Sets the passphrase for the private key file.
- setPassword(String) - Method in class org.sonatype.aether.repository.Authentication
-
Sets the password to use for authentication.
- setPassword(char[]) - Method in class org.sonatype.aether.repository.Authentication
-
Sets the password to use for authentication.
- setPolicy(boolean, RepositoryPolicy) - Method in class org.sonatype.aether.repository.RemoteRepository
-
Sets the policy to apply for snapshot/release artifacts.
- setPort(int) - Method in class org.sonatype.aether.repository.Proxy
-
Sets the port number for the proxy.
- setPrivateKeyFile(String) - Method in class org.sonatype.aether.repository.Authentication
-
Sets the path to the private key file to use for authentication.
- setProperties(Map<String, String>) - Method in interface org.sonatype.aether.artifact.Artifact
-
Sets the properties for the artifact.
- setProperties(Map<String, String>) - Method in class org.sonatype.aether.collection.DependencyManagement
-
Sets the new properties to apply to the dependency.
- setProperties(Map<String, Object>) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
-
Sets any additional information about the artifact in form of key-value pairs.
- setProxy(Proxy) - Method in class org.sonatype.aether.repository.RemoteRepository
-
Sets the proxy to use in order to access this repository.
- setRelocations(List<Artifact>) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
-
Sets the relocations that were processed to read the artifact descriptor.
- setRepositories(List<RemoteRepository>) - Method in class org.sonatype.aether.collection.CollectRequest
-
Sets the repositories to use for the collection.
- setRepositories(List<RemoteRepository>) - Method in class org.sonatype.aether.repository.LocalArtifactRequest
-
Sets the remote repositories to consider as sources of the artifact.
- setRepositories(List<RemoteRepository>) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorRequest
-
Sets the repositories to resolve the descriptor from.
- setRepositories(List<RemoteRepository>) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
-
Sets the remote repositories listed in the artifact descriptor.
- setRepositories(List<RemoteRepository>) - Method in class org.sonatype.aether.resolution.ArtifactRequest
-
Sets the repositories to resolve the artifact from.
- setRepositories(List<RemoteRepository>) - Method in class org.sonatype.aether.resolution.VersionRangeRequest
-
Sets the repositories to resolve the version range from.
- setRepositories(List<RemoteRepository>) - Method in class org.sonatype.aether.resolution.VersionRequest
-
Sets the repositories to resolve the version from.
- setRepository(RemoteRepository) - Method in class org.sonatype.aether.deployment.DeployRequest
-
Sets the repository to deploy to.
- setRepository(RemoteRepository) - Method in class org.sonatype.aether.repository.LocalArtifactRegistration
-
Sets the remote repository from which the artifact was resolved.
- setRepository(RemoteRepository) - Method in class org.sonatype.aether.repository.LocalArtifactResult
-
Sets the (first) remote repository from which the artifact was cached.
- setRepository(RemoteRepository) - Method in class org.sonatype.aether.repository.LocalMetadataRegistration
-
Sets the remote repository from which the metadata was resolved.
- setRepository(RemoteRepository) - Method in class org.sonatype.aether.repository.LocalMetadataRequest
-
Sets the remote repository to use as sources of the metadata.
- setRepository(ArtifactRepository) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
-
Sets the repository from which the descriptor was resolved.
- setRepository(ArtifactRepository) - Method in class org.sonatype.aether.resolution.ArtifactResult
-
Sets the repository from which the artifact was resolved.
- setRepository(RemoteRepository) - Method in class org.sonatype.aether.resolution.MetadataRequest
-
Sets the repository from which the metadata should be resolved.
- setRepository(Version, ArtifactRepository) - Method in class org.sonatype.aether.resolution.VersionRangeResult
-
Records the repository from which the specified version was resolved
- setRepository(ArtifactRepository) - Method in class org.sonatype.aether.resolution.VersionResult
-
Sets the repository from which the version was resolved.
- setRepositoryManager(boolean) - Method in class org.sonatype.aether.repository.RemoteRepository
-
Marks this repository as a repository manager or not.
- setRequestContext(String) - Method in class org.sonatype.aether.collection.CollectRequest
-
Sets the context in which this request is made.
- setRequestContext(String) - Method in interface org.sonatype.aether.graph.DependencyNode
-
Sets the request context in which this dependency node was created.
- setRequestContext(String) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorRequest
-
Sets the context in which this request is made.
- setRequestContext(String) - Method in class org.sonatype.aether.resolution.ArtifactRequest
-
Sets the context in which this request is made.
- setRequestContext(String) - Method in class org.sonatype.aether.resolution.MetadataRequest
-
Sets the context in which this request is made.
- setRequestContext(String) - Method in class org.sonatype.aether.resolution.VersionRangeRequest
-
Sets the context in which this request is made.
- setRequestContext(String) - Method in class org.sonatype.aether.resolution.VersionRequest
-
Sets the context in which this request is made.
- setRoot(Dependency) - Method in class org.sonatype.aether.collection.CollectRequest
-
Sets the root dependency of the graph.
- setRoot(DependencyNode) - Method in class org.sonatype.aether.collection.CollectResult
-
Sets the root node of the dependency graph.
- setRoot(DependencyNode) - Method in class org.sonatype.aether.resolution.DependencyRequest
-
Sets the root node of the dependency graph whose artifacts should be resolved.
- setRoot(DependencyNode) - Method in class org.sonatype.aether.resolution.DependencyResult
-
Sets the root node of the resolved dependency graph.
- setScope(String) - Method in class org.sonatype.aether.collection.DependencyManagement
-
Sets the new scope to apply to the dependency.
- setScope(String) - Method in class org.sonatype.aether.graph.Dependency
-
Sets the scope of the dependency, e.g.
- setScope(String) - Method in interface org.sonatype.aether.graph.DependencyNode
-
Sets the scope of the dependency.
- setStale(boolean) - Method in class org.sonatype.aether.repository.LocalMetadataResult
-
Sets whether the metadata is stale.
- setTrace(RequestTrace) - Method in class org.sonatype.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.sonatype.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.sonatype.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.sonatype.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.sonatype.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.sonatype.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.sonatype.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.sonatype.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.sonatype.aether.resolution.VersionRequest
-
Sets the trace information that describes the higher level request/operation in which this request is issued.
- setType(String) - Method in class org.sonatype.aether.repository.Proxy
-
Sets the type of the proxy.
- setUpdated(boolean) - Method in class org.sonatype.aether.resolution.MetadataResult
-
Sets the updated flag for the metadata.
- setUpdatePolicy(String) - Method in class org.sonatype.aether.repository.RepositoryPolicy
-
Sets the update policy for locally cached data from the repository.
- setUrl(String) - Method in class org.sonatype.aether.repository.RemoteRepository
-
Sets the (base) URL of this repository.
- setUsername(String) - Method in class org.sonatype.aether.repository.Authentication
-
Sets the username to use for authentication.
- setVersion(String) - Method in interface org.sonatype.aether.artifact.Artifact
-
Sets the version of this artifact.
- setVersion(String) - Method in class org.sonatype.aether.collection.DependencyManagement
-
Sets the new version to apply to the dependency.
- setVersion(String) - Method in class org.sonatype.aether.resolution.VersionResult
-
Sets the resolved version.
- setVersionConstraint(VersionConstraint) - Method in class org.sonatype.aether.resolution.VersionRangeResult
-
Sets the version constraint that was parsed from the artifact's version string.
- setVersions(List<Version>) - Method in class org.sonatype.aether.resolution.VersionRangeResult
-
Sets the versions (in ascending order) matching the requested range.
- SyncContext - Interface in org.sonatype.aether
-
A synchronization context used to coordinate concurrent access to artifacts or metadatas.