Uses of Interface
org.eclipse.aether.artifact.Artifact
Packages that use Artifact
Package
Description
The primary API of the
RepositorySystem
and its functionality.The definition of an artifact, that is the primary entity managed by the repository system.
The types and extension points for collecting the transitive dependencies of an artifact and building a dependency
graph.
The types supporting the publishing of artifacts to a remote repository.
The representation of a dependency graph by means of connected dependency nodes.
The provisional interfaces defining the various sub components that implement the repository system.
The types supporting the publishing of artifacts to a local repository.
The various sub components that collectively implement the repository system.
Internal helper classes for dependency collector.
Utility classes to ease unit testing.
The definition of various kinds of repositories that host artifacts.
The types supporting the resolution of artifacts and metadata from repositories.
The contract to access artifacts/metadata in remote repositories.
The contract to locate URI-based resources using custom repository layouts.
A listener and various exception types dealing with the transfer of a resource between the local system and a remote
repository.
Utilities around artifacts and artifact type registries.
Various dependency filters for selecting nodes in a dependency graph.
Various dependency managers for building a dependency graph.
Various dependency selectors for building a dependency graph.
Various dependency graph transformers for post-processing a dependency graph.
Various dependency visitors for inspecting a dependency graph.
Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities.
-
Uses of Artifact in org.eclipse.aether
Fields in org.eclipse.aether declared as ArtifactModifier and TypeFieldDescriptionprivate final Artifact
RepositoryEvent.artifact
(package private) Artifact
RepositoryEvent.Builder.artifact
Methods in org.eclipse.aether that return ArtifactModifier and TypeMethodDescriptionRepositoryEvent.getArtifact()
Gets the artifact involved in the event (if any).Methods in org.eclipse.aether with parameters of type ArtifactModifier and TypeMethodDescriptionDefaultRepositorySystemSession.NullFileTransformerManager.getTransformersForArtifact
(Artifact artifact) RepositoryEvent.Builder.setArtifact
(Artifact artifact) Sets the artifact involved in the event.Method parameters in org.eclipse.aether with type arguments of type ArtifactModifier and TypeMethodDescriptionvoid
SyncContext.acquire
(Collection<? extends Artifact> artifacts, Collection<? extends Metadata> metadatas) Acquires synchronized access to the specified artifacts and metadatas. -
Uses of Artifact in org.eclipse.aether.artifact
Classes in org.eclipse.aether.artifact that implement ArtifactModifier and TypeClassDescriptionclass
A skeleton class for artifacts.final class
A simple artifact.Methods in org.eclipse.aether.artifact that return ArtifactModifier and TypeMethodDescriptionprivate Artifact
Creates a new artifact with the specified coordinates, properties and file.Sets the file of the artifact.AbstractArtifact.setProperties
(Map<String, String> properties) Artifact.setProperties
(Map<String, String> properties) Sets the properties for the artifact.AbstractArtifact.setVersion
(String version) Artifact.setVersion
(String version) Sets the version of the artifact. -
Uses of Artifact in org.eclipse.aether.collection
Fields in org.eclipse.aether.collection declared as ArtifactMethods in org.eclipse.aether.collection that return ArtifactModifier and TypeMethodDescriptionDependencyCollectionContext.getArtifact()
Gets the artifact whose children are to be processed next during dependency collection.CollectRequest.getRootArtifact()
Gets the root artifact for the dependency graph.Methods in org.eclipse.aether.collection with parameters of type ArtifactModifier and TypeMethodDescriptionCollectRequest.setRootArtifact
(Artifact rootArtifact) Sets the root artifact for the dependency graph. -
Uses of Artifact in org.eclipse.aether.deployment
Fields in org.eclipse.aether.deployment with type parameters of type ArtifactModifier and TypeFieldDescriptionprivate Collection<Artifact>
DeployRequest.artifacts
private Collection<Artifact>
DeployResult.artifacts
Methods in org.eclipse.aether.deployment that return types with arguments of type ArtifactModifier and TypeMethodDescriptionDeployRequest.getArtifacts()
Gets the artifact to deploy.DeployResult.getArtifacts()
Gets the artifacts that got deployed.Methods in org.eclipse.aether.deployment with parameters of type ArtifactModifier and TypeMethodDescriptionDeployRequest.addArtifact
(Artifact artifact) Adds the specified artifacts for deployment.DeployResult.addArtifact
(Artifact artifact) Adds the specified artifacts to the result.Method parameters in org.eclipse.aether.deployment with type arguments of type ArtifactModifier and TypeMethodDescriptionDeployRequest.setArtifacts
(Collection<Artifact> artifacts) Sets the artifacts to deploy.DeployResult.setArtifacts
(Collection<Artifact> artifacts) Sets the artifacts that got deployed. -
Uses of Artifact in org.eclipse.aether.graph
Fields in org.eclipse.aether.graph declared as ArtifactModifier and TypeFieldDescriptionprivate Artifact
DefaultDependencyNode.artifact
private final Artifact
Dependency.artifact
Fields in org.eclipse.aether.graph with type parameters of type ArtifactModifier and TypeFieldDescriptionprivate Collection<? extends Artifact>
DefaultDependencyNode.aliases
DefaultDependencyNode.relocations
Methods in org.eclipse.aether.graph that return ArtifactModifier and TypeMethodDescriptionDefaultDependencyNode.getArtifact()
Dependency.getArtifact()
Gets the artifact being depended on.DependencyNode.getArtifact()
Gets the artifact associated with this node.Methods in org.eclipse.aether.graph that return types with arguments of type ArtifactModifier and TypeMethodDescriptionCollection<? extends Artifact>
DefaultDependencyNode.getAliases()
Collection<? extends Artifact>
DependencyNode.getAliases()
Gets the known aliases for this dependency's artifact.DefaultDependencyNode.getRelocations()
DependencyNode.getRelocations()
Gets the sequence of relocations that was followed to resolve the artifact referenced by the dependency.Methods in org.eclipse.aether.graph with parameters of type ArtifactModifier and TypeMethodDescriptionvoid
DefaultDependencyNode.setArtifact
(Artifact artifact) Dependency.setArtifact
(Artifact artifact) Sets the artifact being depended on.void
DependencyNode.setArtifact
(Artifact artifact) Updates the artifact of the dependency after resolution.Method parameters in org.eclipse.aether.graph with type arguments of type ArtifactModifier and TypeMethodDescriptionvoid
DefaultDependencyNode.setAliases
(Collection<? extends Artifact> aliases) Sets the known aliases for this dependency's artifact.void
DefaultDependencyNode.setRelocations
(List<? extends Artifact> relocations) Sets the sequence of relocations that was followed to resolve this dependency's artifact.Constructors in org.eclipse.aether.graph with parameters of type ArtifactModifierConstructorDescriptionDefaultDependencyNode
(Artifact artifact) Creates a new root node with the specified artifact as its label.Dependency
(Artifact artifact, String scope) Creates a mandatory dependency on the specified artifact with the given scope.Dependency
(Artifact artifact, String scope, Boolean optional) Creates a dependency on the specified artifact with the given scope.Dependency
(Artifact artifact, String scope, Boolean optional, Collection<Exclusion> exclusions) Creates a dependency on the specified artifact with the given scope and exclusions.private
-
Uses of Artifact in org.eclipse.aether.impl
Methods in org.eclipse.aether.impl that return ArtifactModifier and TypeMethodDescriptionMetadataGenerator.transformArtifact
(Artifact artifact) Enables the metadata generator to transform the specified artifact.Methods in org.eclipse.aether.impl with parameters of type ArtifactModifier and TypeMethodDescriptionMetadataGenerator.transformArtifact
(Artifact artifact) Enables the metadata generator to transform the specified artifact.Method parameters in org.eclipse.aether.impl with type arguments of type ArtifactModifier and TypeMethodDescriptionvoid
UpdateCheckManager.checkArtifact
(RepositorySystemSession session, UpdateCheck<Artifact, ArtifactTransferException> check) Checks whether an artifact has to be updated from a remote repository.Collection<? extends Metadata>
MetadataGenerator.finish
(Collection<? extends Artifact> artifacts) Allows for metadata generation based on the transformed artifacts.Collection<? extends Metadata>
MetadataGenerator.prepare
(Collection<? extends Artifact> artifacts) Prepares the generator to transform artifacts.void
UpdateCheckManager.touchArtifact
(RepositorySystemSession session, UpdateCheck<Artifact, ArtifactTransferException> check) Updates the timestamp for the artifact contained in the update check. -
Uses of Artifact in org.eclipse.aether.installation
Fields in org.eclipse.aether.installation with type parameters of type ArtifactModifier and TypeFieldDescriptionprivate Collection<Artifact>
InstallRequest.artifacts
private Collection<Artifact>
InstallResult.artifacts
Methods in org.eclipse.aether.installation that return types with arguments of type ArtifactModifier and TypeMethodDescriptionInstallRequest.getArtifacts()
Gets the artifact to install.InstallResult.getArtifacts()
Gets the artifacts that got installed.Methods in org.eclipse.aether.installation with parameters of type ArtifactModifier and TypeMethodDescriptionInstallRequest.addArtifact
(Artifact artifact) Adds the specified artifacts for installation.InstallResult.addArtifact
(Artifact artifact) Adds the specified artifacts to the result.Method parameters in org.eclipse.aether.installation with type arguments of type ArtifactModifier and TypeMethodDescriptionInstallRequest.setArtifacts
(Collection<Artifact> artifacts) Sets the artifacts to install.InstallResult.setArtifacts
(Collection<Artifact> artifacts) Sets the artifacts that got installed. -
Uses of Artifact in org.eclipse.aether.internal.impl
Fields in org.eclipse.aether.internal.impl declared as ArtifactModifier and TypeFieldDescription(package private) final Artifact
DefaultArtifactResolver.ResolutionItem.artifact
Fields in org.eclipse.aether.internal.impl with type parameters of type ArtifactModifier and TypeFieldDescription(package private) UpdateCheck<Artifact,
ArtifactTransferException> DefaultArtifactResolver.ResolutionItem.updateCheck
Methods in org.eclipse.aether.internal.impl with parameters of type ArtifactModifier and TypeMethodDescriptionprivate void
EnhancedLocalRepositoryManager.addArtifact
(Artifact artifact, Collection<String> repositories, boolean local) void
DefaultDeployer.EventCatapult.artifactDeployed
(Artifact artifact, File file, ArtifactTransferException exception) void
DefaultDeployer.EventCatapult.artifactDeploying
(Artifact artifact, File file) private void
DefaultArtifactResolver.artifactDownloaded
(RepositorySystemSession session, RequestTrace trace, Artifact artifact, RemoteRepository repository, Exception exception) private void
DefaultArtifactResolver.artifactDownloading
(RepositorySystemSession session, RequestTrace trace, Artifact artifact, RemoteRepository repository) private void
DefaultInstaller.artifactInstalled
(RepositorySystemSession session, RequestTrace trace, Artifact artifact, File dstFile, Exception exception) private void
DefaultInstaller.artifactInstalling
(RepositorySystemSession session, RequestTrace trace, Artifact artifact, File dstFile) private void
DefaultArtifactResolver.artifactResolved
(RepositorySystemSession session, RequestTrace trace, Artifact artifact, ArtifactRepository repository, List<Exception> exceptions) private void
DefaultArtifactResolver.artifactResolving
(RepositorySystemSession session, RequestTrace trace, Artifact artifact) Maven2RepositoryLayoutFactory.Maven2RepositoryLayout.getChecksums
(Artifact artifact, boolean upload, URI location) Maven2RepositoryLayoutFactory.Maven2RepositoryLayoutEx.getChecksums
(Artifact artifact, boolean upload, URI location) private File
DefaultArtifactResolver.getFile
(RepositorySystemSession session, Artifact artifact, File file) Maven2RepositoryLayoutFactory.Maven2RepositoryLayout.getLocation
(Artifact artifact, boolean upload) (package private) String
SimpleLocalRepositoryManager.getPathForArtifact
(Artifact artifact, boolean local) SimpleLocalRepositoryManager.getPathForLocalArtifact
(Artifact artifact) SimpleLocalRepositoryManager.getPathForRemoteArtifact
(Artifact artifact, RemoteRepository repository, String context) static int
Utils.getPolicy
(RepositorySystemSession session, Artifact artifact, RemoteRepository repository) private void
DefaultInstaller.install
(RepositorySystemSession session, RequestTrace trace, Artifact artifact) private void
DefaultInstaller.install
(RepositorySystemSession session, RequestTrace trace, Artifact artifact, LocalRepositoryManager lrm, File srcFile, FileTransformer fileTransformer) private ArtifactTransferException
DefaultUpdateCheckManager.newException
(String error, Artifact artifact, RemoteRepository repository) Method parameters in org.eclipse.aether.internal.impl with type arguments of type ArtifactModifier and TypeMethodDescriptionvoid
DefaultUpdateCheckManager.checkArtifact
(RepositorySystemSession session, UpdateCheck<Artifact, ArtifactTransferException> check) void
DefaultUpdateCheckManager.touchArtifact
(RepositorySystemSession session, UpdateCheck<Artifact, ArtifactTransferException> check) Constructors in org.eclipse.aether.internal.impl with parameters of type ArtifactModifierConstructorDescription(package private)
ResolutionItem
(RequestTrace trace, Artifact artifact, AtomicBoolean resolved, ArtifactResult result, LocalArtifactResult local, RemoteRepository repository) -
Uses of Artifact in org.eclipse.aether.internal.impl.collect
Fields in org.eclipse.aether.internal.impl.collect declared as ArtifactModifier and TypeFieldDescriptionprivate final Artifact
DataPool.ConstraintKey.artifact
(package private) final Artifact
DataPool.GoodDescriptor.artifact
private final Artifact
DataPool.GraphKey.artifact
private Artifact
DefaultDependencyCollectionContext.artifact
Fields in org.eclipse.aether.internal.impl.collect with type parameters of type ArtifactModifier and TypeFieldDescription(package private) final Collection<Artifact>
DataPool.GoodDescriptor.aliases
private ObjectPool<Artifact>
DataPool.artifacts
DataPool.GoodDescriptor.relocations
Methods in org.eclipse.aether.internal.impl.collect that return ArtifactMethods in org.eclipse.aether.internal.impl.collect with parameters of type ArtifactModifier and TypeMethodDescriptionint
private static String
private static boolean
DefaultDependencyCollector.isLackingDescriptor
(Artifact artifact) DataPool.toKey
(Artifact artifact, List<RemoteRepository> repositories, DependencySelector selector, DependencyManager manager, DependencyTraverser traverser, VersionFilter filter) Method parameters in org.eclipse.aether.internal.impl.collect with type arguments of type ArtifactModifier and TypeMethodDescriptionprivate static DefaultDependencyNode
DefaultDependencyCollector.createDependencyNode
(List<Artifact> relocations, DefaultDependencyCollector.PremanagedDependency preManaged, VersionRangeResult rangeResult, Version version, Dependency d, Collection<Artifact> aliases, List<RemoteRepository> repos, String requestContext) private static DefaultDependencyNode
DefaultDependencyCollector.createDependencyNode
(List<Artifact> relocations, DefaultDependencyCollector.PremanagedDependency preManaged, VersionRangeResult rangeResult, Version version, Dependency d, Collection<Artifact> aliases, List<RemoteRepository> repos, String requestContext) private static DefaultDependencyNode
DefaultDependencyCollector.createDependencyNode
(List<Artifact> relocations, DefaultDependencyCollector.PremanagedDependency preManaged, VersionRangeResult rangeResult, Version version, Dependency d, ArtifactDescriptorResult descriptorResult, DependencyNode cycleNode) Constructors in org.eclipse.aether.internal.impl.collect with parameters of type ArtifactModifierConstructorDescription(package private)
DefaultDependencyCollectionContext
(RepositorySystemSession session, Artifact artifact, Dependency dependency, List<Dependency> managedDependencies) (package private)
GraphKey
(Artifact artifact, List<RemoteRepository> repositories, DependencySelector selector, DependencyManager manager, DependencyTraverser traverser, VersionFilter filter) -
Uses of Artifact in org.eclipse.aether.internal.impl.synccontext.named
Methods in org.eclipse.aether.internal.impl.synccontext.named with parameters of type ArtifactMethod parameters in org.eclipse.aether.internal.impl.synccontext.named with type arguments of type ArtifactModifier and TypeMethodDescriptionvoid
NamedLockFactoryAdapter.AdaptedLockSyncContext.acquire
(Collection<? extends Artifact> artifacts, Collection<? extends Metadata> metadatas) DiscriminatingNameMapper.nameLocks
(RepositorySystemSession session, Collection<? extends Artifact> artifacts, Collection<? extends Metadata> metadatas) FileGAVNameMapper.nameLocks
(RepositorySystemSession session, Collection<? extends Artifact> artifacts, Collection<? extends Metadata> metadatas) GAVNameMapper.nameLocks
(RepositorySystemSession session, Collection<? extends Artifact> artifacts, Collection<? extends Metadata> metadatas) NameMapper.nameLocks
(RepositorySystemSession session, Collection<? extends Artifact> artifacts, Collection<? extends Metadata> metadatas) Creates (opaque) names for passed in artifacts and metadata.StaticNameMapper.nameLocks
(RepositorySystemSession session, Collection<? extends Artifact> artifacts, Collection<? extends Metadata> metadatas) -
Uses of Artifact in org.eclipse.aether.internal.test.util
Fields in org.eclipse.aether.internal.test.util declared as ArtifactModifier and TypeFieldDescriptionprivate final Artifact
TestDependencyCollectionContext.artifact
private final Artifact
ArtifactDescription.relocation
Fields in org.eclipse.aether.internal.test.util with type parameters of type ArtifactModifier and TypeFieldDescriptionTestLocalRepositoryManager.artifactRegistrations
NodeBuilder.relocations
TestLocalRepositoryManager.unavailableArtifacts
Methods in org.eclipse.aether.internal.test.util that return ArtifactModifier and TypeMethodDescriptionTestDependencyCollectionContext.getArtifact()
ArtifactDescription.getRelocation()
private Artifact
IniArtifactDataReader.relocation
(List<String> list) Methods in org.eclipse.aether.internal.test.util that return types with arguments of type ArtifactMethods in org.eclipse.aether.internal.test.util with parameters of type ArtifactModifier and TypeMethodDescriptionTestLocalRepositoryManager.getPathForLocalArtifact
(Artifact artifact) TestLocalRepositoryManager.getPathForRemoteArtifact
(Artifact artifact, RemoteRepository repository, String context) static DependencyCollectionContext
TestUtils.newCollectionContext
(RepositorySystemSession session, Artifact artifact, Dependency dependency, List<Dependency> managedDependencies) Creates a new dependency collection context.void
TestLocalRepositoryManager.setArtifactAvailability
(Artifact artifact, boolean available) Constructors in org.eclipse.aether.internal.test.util with parameters of type ArtifactModifierConstructorDescription(package private)
ArtifactDescription
(Artifact relocation, List<Dependency> dependencies, List<Dependency> managedDependencies, List<RemoteRepository> repositories) (package private)
TestDependencyCollectionContext
(RepositorySystemSession session, Artifact artifact, Dependency dependency, List<Dependency> managedDependencies) -
Uses of Artifact in org.eclipse.aether.repository
Fields in org.eclipse.aether.repository declared as ArtifactModifier and TypeFieldDescriptionprivate Artifact
LocalArtifactRegistration.artifact
private Artifact
LocalArtifactRequest.artifact
Methods in org.eclipse.aether.repository that return ArtifactModifier and TypeMethodDescriptionLocalArtifactRegistration.getArtifact()
Gets the artifact to register.LocalArtifactRequest.getArtifact()
Gets the artifact to query for.Methods in org.eclipse.aether.repository with parameters of type ArtifactModifier and TypeMethodDescriptionWorkspaceReader.findArtifact
(Artifact artifact) Locates the specified artifact.WorkspaceReader.findVersions
(Artifact artifact) Determines all available versions of the specified artifact.LocalRepositoryManager.getPathForLocalArtifact
(Artifact artifact) Gets the relative path for a locally installed artifact.LocalRepositoryManager.getPathForRemoteArtifact
(Artifact artifact, RemoteRepository repository, String context) Gets the relative path for an artifact cached from a remote repository.LocalArtifactRegistration.setArtifact
(Artifact artifact) Sets the artifact to register.LocalArtifactRequest.setArtifact
(Artifact artifact) Sets the artifact to query for.Constructors in org.eclipse.aether.repository with parameters of type ArtifactModifierConstructorDescriptionLocalArtifactRegistration
(Artifact artifact) Creates a registration request for the specified (locally installed) artifact.LocalArtifactRegistration
(Artifact artifact, RemoteRepository repository, Collection<String> contexts) Creates a registration request for the specified artifact.LocalArtifactRequest
(Artifact artifact, List<RemoteRepository> repositories, String context) Creates a query with the specified properties. -
Uses of Artifact in org.eclipse.aether.resolution
Fields in org.eclipse.aether.resolution declared as ArtifactModifier and TypeFieldDescriptionprivate Artifact
ArtifactDescriptorPolicyRequest.artifact
private Artifact
ArtifactDescriptorRequest.artifact
private Artifact
ArtifactDescriptorResult.artifact
private Artifact
ArtifactRequest.artifact
private Artifact
ArtifactResult.artifact
private Artifact
VersionRangeRequest.artifact
private Artifact
VersionRequest.artifact
Fields in org.eclipse.aether.resolution with type parameters of type ArtifactModifier and TypeFieldDescriptionprivate Collection<Artifact>
ArtifactDescriptorResult.aliases
ArtifactDescriptorResult.relocations
Methods in org.eclipse.aether.resolution that return ArtifactModifier and TypeMethodDescriptionArtifactDescriptorPolicyRequest.getArtifact()
Gets the artifact for whose descriptor to determine the error policy.ArtifactDescriptorRequest.getArtifact()
Gets the artifact whose descriptor shall be read.ArtifactDescriptorResult.getArtifact()
Gets the artifact whose descriptor was read.ArtifactRequest.getArtifact()
Gets the artifact to resolve.ArtifactResult.getArtifact()
Gets the resolved artifact (if any).VersionRangeRequest.getArtifact()
Gets the artifact whose version range shall be resolved.VersionRequest.getArtifact()
Gets the artifact whose (meta-)version shall be resolved.Methods in org.eclipse.aether.resolution that return types with arguments of type ArtifactModifier and TypeMethodDescriptionArtifactDescriptorResult.getAliases()
Gets the known aliases for this artifact.ArtifactDescriptorResult.getRelocations()
Gets the relocations that were processed to read the artifact descriptor.Methods in org.eclipse.aether.resolution with parameters of type ArtifactModifier and TypeMethodDescriptionRecords the specified alias.ArtifactDescriptorResult.addRelocation
(Artifact artifact) Records the specified relocation hop while locating the artifact descriptor.ArtifactDescriptorPolicyRequest.setArtifact
(Artifact artifact) Sets the artifact for whose descriptor to determine the error policy.ArtifactDescriptorRequest.setArtifact
(Artifact artifact) Sets the artifact whose descriptor shall be read.ArtifactDescriptorResult.setArtifact
(Artifact artifact) Sets the artifact whose descriptor was read.ArtifactRequest.setArtifact
(Artifact artifact) Sets the artifact to resolve.ArtifactResult.setArtifact
(Artifact artifact) Sets the resolved artifact.VersionRangeRequest.setArtifact
(Artifact artifact) Sets the artifact whose version range shall be resolved.VersionRequest.setArtifact
(Artifact artifact) Sets the artifact whose (meta-)version shall be resolved.Method parameters in org.eclipse.aether.resolution with type arguments of type ArtifactModifier and TypeMethodDescriptionint
ResolutionErrorPolicy.getArtifactPolicy
(RepositorySystemSession session, ResolutionErrorPolicyRequest<Artifact> request) Gets the error policy for an artifact.ArtifactDescriptorResult.setAliases
(Collection<Artifact> aliases) Sets the aliases of the artifact.ArtifactDescriptorResult.setRelocations
(List<Artifact> relocations) Sets the relocations that were processed to read the artifact descriptor.Constructors in org.eclipse.aether.resolution with parameters of type ArtifactModifierConstructorDescriptionArtifactDescriptorPolicyRequest
(Artifact artifact, String context) Creates a request for the specified artifact.ArtifactDescriptorRequest
(Artifact artifact, List<RemoteRepository> repositories, String context) Creates a request with the specified properties.ArtifactRequest
(Artifact artifact, List<RemoteRepository> repositories, String context) Creates a request with the specified properties.VersionRangeRequest
(Artifact artifact, List<RemoteRepository> repositories, String context) Creates a request with the specified properties.VersionRequest
(Artifact artifact, List<RemoteRepository> repositories, String context) Creates a request with the specified properties. -
Uses of Artifact in org.eclipse.aether.spi.connector
Fields in org.eclipse.aether.spi.connector declared as ArtifactMethods in org.eclipse.aether.spi.connector that return ArtifactModifier and TypeMethodDescriptionArtifactTransfer.getArtifact()
Gets the artifact being transferred.Methods in org.eclipse.aether.spi.connector with parameters of type ArtifactModifier and TypeMethodDescriptionArtifactDownload.setArtifact
(Artifact artifact) ArtifactTransfer.setArtifact
(Artifact artifact) Sets the artifact to transfer.ArtifactUpload.setArtifact
(Artifact artifact) Constructors in org.eclipse.aether.spi.connector with parameters of type ArtifactModifierConstructorDescriptionArtifactDownload
(Artifact artifact, String context, File file, String checksumPolicy) Creates a new download with the specified properties.ArtifactUpload
(Artifact artifact, File file) Creates a new upload with the specified properties.ArtifactUpload
(Artifact artifact, File file, FileTransformer fileTransformer) Creates a new upload with the specified properties. -
Uses of Artifact in org.eclipse.aether.spi.connector.layout
Methods in org.eclipse.aether.spi.connector.layout with parameters of type ArtifactModifier and TypeMethodDescriptionRepositoryLayout.getChecksums
(Artifact artifact, boolean upload, URI location) Gets the checksums files that a remote repository keeps to help detect data corruption during transfers of the specified artifact.RepositoryLayout.getLocation
(Artifact artifact, boolean upload) Gets the location within a remote repository where the specified artifact resides. -
Uses of Artifact in org.eclipse.aether.transfer
Fields in org.eclipse.aether.transfer declared as ArtifactMethods in org.eclipse.aether.transfer that return ArtifactModifier and TypeMethodDescriptionArtifactTransferException.getArtifact()
Gets the artifact that could not be transferred.Methods in org.eclipse.aether.transfer with parameters of type ArtifactModifier and TypeMethodDescriptionprivate static String
ArtifactNotFoundException.getMessage
(Artifact artifact, RemoteRepository repository) Constructors in org.eclipse.aether.transfer with parameters of type ArtifactModifierConstructorDescriptionArtifactNotFoundException
(Artifact artifact, RemoteRepository repository) Creates a new exception with the specified artifact and repository.ArtifactNotFoundException
(Artifact artifact, RemoteRepository repository, String message) Creates a new exception with the specified artifact, repository and detail message.ArtifactNotFoundException
(Artifact artifact, RemoteRepository repository, String message, boolean fromCache) Creates a new exception with the specified artifact, repository and detail message.ArtifactNotFoundException
(Artifact artifact, RemoteRepository repository, String message, Throwable cause) Creates a new exception with the specified artifact, repository, detail message and cause.ArtifactTransferException
(Artifact artifact, RemoteRepository repository, String message) Creates a new exception with the specified artifact, repository and detail message.ArtifactTransferException
(Artifact artifact, RemoteRepository repository, String message, boolean fromCache) Creates a new exception with the specified artifact, repository and detail message.ArtifactTransferException
(Artifact artifact, RemoteRepository repository, String message, Throwable cause) Creates a new exception with the specified artifact, repository, detail message and cause.ArtifactTransferException
(Artifact artifact, RemoteRepository repository, Throwable cause) Creates a new exception with the specified artifact, repository and cause. -
Uses of Artifact in org.eclipse.aether.transform
Methods in org.eclipse.aether.transform that return ArtifactModifier and TypeMethodDescriptionFileTransformer.transformArtifact
(Artifact artifact) Transform the target locationMethods in org.eclipse.aether.transform with parameters of type ArtifactModifier and TypeMethodDescriptionFileTransformerManager.getTransformersForArtifact
(Artifact artifact) All transformers for this specific artifact.FileTransformer.transformArtifact
(Artifact artifact) Transform the target location -
Uses of Artifact in org.eclipse.aether.util.artifact
Classes in org.eclipse.aether.util.artifact that implement ArtifactModifier and TypeClassDescriptionclass
An artifact that delegates to another artifact instance.final class
An artifact whose identity is derived from another artifact.Fields in org.eclipse.aether.util.artifact declared as ArtifactModifier and TypeFieldDescriptionprivate final Artifact
DelegatingArtifact.delegate
private final Artifact
SubArtifact.mainArtifact
Methods in org.eclipse.aether.util.artifact that return ArtifactModifier and TypeMethodDescriptionDelegatingArtifact.setProperties
(Map<String, String> properties) SubArtifact.setProperties
(Map<String, String> properties) DelegatingArtifact.setVersion
(String version) Methods in org.eclipse.aether.util.artifact with parameters of type ArtifactModifier and TypeMethodDescriptionstatic boolean
ArtifactIdUtils.equalsBaseId
(Artifact artifact1, Artifact artifact2) Determines whether two artifacts have the same base identifier.static boolean
Determines whether two artifacts have the same identifier.static boolean
ArtifactIdUtils.equalsVersionlessId
(Artifact artifact1, Artifact artifact2) Determines whether two artifacts have the same versionless identifier.protected abstract DelegatingArtifact
DelegatingArtifact.newInstance
(Artifact delegate) Creates a new artifact instance that delegates to the specified artifact.static String
Creates an artifact identifier of the form<groupId>:<artifactId>:<extension>[:<classifier>]:<baseVersion>
.static String
Creates an artifact identifier of the form<groupId>:<artifactId>:<extension>[:<classifier>]:<version>
.static String
ArtifactIdUtils.toVersionlessId
(Artifact artifact) Creates an artifact identifier of the form<groupId>:<artifactId>:<extension>[:<classifier>]
.Constructors in org.eclipse.aether.util.artifact with parameters of type ArtifactModifierConstructorDescriptionprotected
DelegatingArtifact
(Artifact delegate) Creates a new artifact instance that delegates to the specified artifact.SubArtifact
(Artifact mainArtifact, String classifier, String extension) Creates a new sub artifact.SubArtifact
(Artifact mainArtifact, String classifier, String extension, File file) Creates a new sub artifact.private
SubArtifact
(Artifact mainArtifact, String classifier, String extension, File file, Map<String, String> properties) SubArtifact
(Artifact mainArtifact, String classifier, String extension, Map<String, String> properties) Creates a new sub artifact.SubArtifact
(Artifact mainArtifact, String classifier, String extension, Map<String, String> properties, File file) Creates a new sub artifact. -
Uses of Artifact in org.eclipse.aether.util.filter
Methods in org.eclipse.aether.util.filter with parameters of type Artifact -
Uses of Artifact in org.eclipse.aether.util.graph.manager
Fields in org.eclipse.aether.util.graph.manager declared as ArtifactModifier and TypeFieldDescriptionprivate final Artifact
ClassicDependencyManager.Key.artifact
private final Artifact
DefaultDependencyManager.Key.artifact
private final Artifact
TransitiveDependencyManager.Key.artifact
Methods in org.eclipse.aether.util.graph.manager with parameters of type ArtifactConstructors in org.eclipse.aether.util.graph.manager with parameters of type Artifact -
Uses of Artifact in org.eclipse.aether.util.graph.selector
Methods in org.eclipse.aether.util.graph.selector with parameters of type Artifact -
Uses of Artifact in org.eclipse.aether.util.graph.transformer
Fields in org.eclipse.aether.util.graph.transformer declared as ArtifactModifier and TypeFieldDescriptionprivate final Artifact
ConflictMarker.Key.artifact
(package private) final Artifact
ConflictResolver.ConflictItem.artifact
Methods in org.eclipse.aether.util.graph.transformer with parameters of type ArtifactConstructors in org.eclipse.aether.util.graph.transformer with parameters of type Artifact -
Uses of Artifact in org.eclipse.aether.util.graph.visitor
Methods in org.eclipse.aether.util.graph.visitor that return types with arguments of type ArtifactModifier and TypeMethodDescriptionAbstractDepthFirstNodeListGenerator.getArtifacts
(boolean includeUnresolved) Gets the artifacts associated with the list of dependency nodes generated during the graph traversal. -
Uses of Artifact in org.eclipse.aether.util.repository
Methods in org.eclipse.aether.util.repository with parameters of type ArtifactModifier and TypeMethodDescriptionChainedWorkspaceReader.findArtifact
(Artifact artifact) ChainedWorkspaceReader.findVersions
(Artifact artifact) Method parameters in org.eclipse.aether.util.repository with type arguments of type ArtifactModifier and TypeMethodDescriptionint
SimpleResolutionErrorPolicy.getArtifactPolicy
(RepositorySystemSession session, ResolutionErrorPolicyRequest<Artifact> request)