Uses of Interface
org.eclipse.aether.artifact.Artifact
-
Packages that use Artifact Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality.org.eclipse.aether.artifact The definition of an artifact, that is the primary entity managed by the repository system.org.eclipse.aether.collection The types and extension points for collecting the transitive dependencies of an artifact and building a dependency graph.org.eclipse.aether.deployment The types supporting the publishing of artifacts to a remote repository.org.eclipse.aether.graph The representation of a dependency graph by means of connected dependency nodes.org.eclipse.aether.installation The types supporting the publishing of artifacts to a local repository.org.eclipse.aether.repository The definition of various kinds of repositories that host artifacts.org.eclipse.aether.resolution The types supporting the resolution of artifacts and metadata from repositories.org.eclipse.aether.transfer A listener and various exception types dealing with the transfer of a resource between the local system and a remote repository.org.eclipse.aether.transform -
-
Uses of Artifact in org.eclipse.aether
Methods in org.eclipse.aether that return Artifact Modifier and Type Method Description ArtifactRepositoryEvent. getArtifact()Gets the artifact involved in the event (if any).Methods in org.eclipse.aether with parameters of type Artifact Modifier and Type Method Description RepositoryEvent.BuilderRepositoryEvent.Builder. setArtifact(Artifact artifact)Sets the artifact involved in the event.Method parameters in org.eclipse.aether with type arguments of type Artifact Modifier and Type Method Description voidSyncContext. acquire(java.util.Collection<? extends Artifact> artifacts, java.util.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 Artifact Modifier and Type Class Description classAbstractArtifactA skeleton class for artifacts.classDefaultArtifactA simple artifact.Methods in org.eclipse.aether.artifact that return Artifact Modifier and Type Method Description ArtifactAbstractArtifact. setFile(java.io.File file)ArtifactArtifact. setFile(java.io.File file)Sets the file of the artifact.ArtifactAbstractArtifact. setProperties(java.util.Map<java.lang.String,java.lang.String> properties)ArtifactArtifact. setProperties(java.util.Map<java.lang.String,java.lang.String> properties)Sets the properties for the artifact.ArtifactAbstractArtifact. setVersion(java.lang.String version)ArtifactArtifact. setVersion(java.lang.String version)Sets the version of the artifact. -
Uses of Artifact in org.eclipse.aether.collection
Methods in org.eclipse.aether.collection that return Artifact Modifier and Type Method Description ArtifactDependencyCollectionContext. getArtifact()Gets the artifact whose children are to be processed next during dependency collection.ArtifactCollectRequest. getRootArtifact()Gets the root artifact for the dependency graph.Methods in org.eclipse.aether.collection with parameters of type Artifact Modifier and Type Method Description CollectRequestCollectRequest. setRootArtifact(Artifact rootArtifact)Sets the root artifact for the dependency graph. -
Uses of Artifact in org.eclipse.aether.deployment
Methods in org.eclipse.aether.deployment that return types with arguments of type Artifact Modifier and Type Method Description java.util.Collection<Artifact>DeployRequest. getArtifacts()Gets the artifact to deploy.java.util.Collection<Artifact>DeployResult. getArtifacts()Gets the artifacts that got deployed.Methods in org.eclipse.aether.deployment with parameters of type Artifact Modifier and Type Method Description DeployRequestDeployRequest. addArtifact(Artifact artifact)Adds the specified artifacts for deployment.DeployResultDeployResult. addArtifact(Artifact artifact)Adds the specified artifacts to the result.Method parameters in org.eclipse.aether.deployment with type arguments of type Artifact Modifier and Type Method Description DeployRequestDeployRequest. setArtifacts(java.util.Collection<Artifact> artifacts)Sets the artifacts to deploy.DeployResultDeployResult. setArtifacts(java.util.Collection<Artifact> artifacts)Sets the artifacts that got deployed. -
Uses of Artifact in org.eclipse.aether.graph
Methods in org.eclipse.aether.graph that return Artifact Modifier and Type Method Description ArtifactDefaultDependencyNode. getArtifact()ArtifactDependency. getArtifact()Gets the artifact being depended on.ArtifactDependencyNode. getArtifact()Gets the artifact associated with this node.Methods in org.eclipse.aether.graph that return types with arguments of type Artifact Modifier and Type Method Description java.util.Collection<? extends Artifact>DefaultDependencyNode. getAliases()java.util.Collection<? extends Artifact>DependencyNode. getAliases()Gets the known aliases for this dependency's artifact.java.util.List<? extends Artifact>DefaultDependencyNode. getRelocations()java.util.List<? extends Artifact>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 Artifact Modifier and Type Method Description voidDefaultDependencyNode. setArtifact(Artifact artifact)DependencyDependency. setArtifact(Artifact artifact)Sets the artifact being depended on.voidDependencyNode. setArtifact(Artifact artifact)Updates the artifact of the dependency after resolution.Method parameters in org.eclipse.aether.graph with type arguments of type Artifact Modifier and Type Method Description voidDefaultDependencyNode. setAliases(java.util.Collection<? extends Artifact> aliases)Sets the known aliases for this dependency's artifact.voidDefaultDependencyNode. setRelocations(java.util.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 Artifact Constructor Description DefaultDependencyNode(Artifact artifact)Creates a new root node with the specified artifact as its label.Dependency(Artifact artifact, java.lang.String scope)Creates a mandatory dependency on the specified artifact with the given scope.Dependency(Artifact artifact, java.lang.String scope, java.lang.Boolean optional)Creates a dependency on the specified artifact with the given scope.Dependency(Artifact artifact, java.lang.String scope, java.lang.Boolean optional, java.util.Collection<Exclusion> exclusions)Creates a dependency on the specified artifact with the given scope and exclusions. -
Uses of Artifact in org.eclipse.aether.installation
Methods in org.eclipse.aether.installation that return types with arguments of type Artifact Modifier and Type Method Description java.util.Collection<Artifact>InstallRequest. getArtifacts()Gets the artifact to install.java.util.Collection<Artifact>InstallResult. getArtifacts()Gets the artifacts that got installed.Methods in org.eclipse.aether.installation with parameters of type Artifact Modifier and Type Method Description InstallRequestInstallRequest. addArtifact(Artifact artifact)Adds the specified artifacts for installation.InstallResultInstallResult. addArtifact(Artifact artifact)Adds the specified artifacts to the result.Method parameters in org.eclipse.aether.installation with type arguments of type Artifact Modifier and Type Method Description InstallRequestInstallRequest. setArtifacts(java.util.Collection<Artifact> artifacts)Sets the artifacts to install.InstallResultInstallResult. setArtifacts(java.util.Collection<Artifact> artifacts)Sets the artifacts that got installed. -
Uses of Artifact in org.eclipse.aether.repository
Methods in org.eclipse.aether.repository that return Artifact Modifier and Type Method Description ArtifactLocalArtifactRegistration. getArtifact()Gets the artifact to register.ArtifactLocalArtifactRequest. getArtifact()Gets the artifact to query for.Methods in org.eclipse.aether.repository with parameters of type Artifact Modifier and Type Method Description java.io.FileWorkspaceReader. findArtifact(Artifact artifact)Locates the specified artifact.java.util.List<java.lang.String>WorkspaceReader. findVersions(Artifact artifact)Determines all available versions of the specified artifact.java.lang.StringLocalRepositoryManager. getPathForLocalArtifact(Artifact artifact)Gets the relative path for a locally installed artifact.java.lang.StringLocalRepositoryManager. getPathForRemoteArtifact(Artifact artifact, RemoteRepository repository, java.lang.String context)Gets the relative path for an artifact cached from a remote repository.LocalArtifactRegistrationLocalArtifactRegistration. setArtifact(Artifact artifact)Sets the artifact to register.LocalArtifactRequestLocalArtifactRequest. setArtifact(Artifact artifact)Sets the artifact to query for.Constructors in org.eclipse.aether.repository with parameters of type Artifact Constructor Description LocalArtifactRegistration(Artifact artifact)Creates a registration request for the specified (locally installed) artifact.LocalArtifactRegistration(Artifact artifact, RemoteRepository repository, java.util.Collection<java.lang.String> contexts)Creates a registration request for the specified artifact.LocalArtifactRequest(Artifact artifact, java.util.List<RemoteRepository> repositories, java.lang.String context)Creates a query with the specified properties. -
Uses of Artifact in org.eclipse.aether.resolution
Methods in org.eclipse.aether.resolution that return Artifact Modifier and Type Method Description ArtifactArtifactDescriptorPolicyRequest. getArtifact()Gets the artifact for whose descriptor to determine the error policy.ArtifactArtifactDescriptorRequest. getArtifact()Gets the artifact whose descriptor shall be read.ArtifactArtifactDescriptorResult. getArtifact()Gets the artifact whose descriptor was read.ArtifactArtifactRequest. getArtifact()Gets the artifact to resolve.ArtifactArtifactResult. getArtifact()Gets the resolved artifact (if any).ArtifactVersionRangeRequest. getArtifact()Gets the artifact whose version range shall be resolved.ArtifactVersionRequest. getArtifact()Gets the artifact whose (meta-)version shall be resolved.Methods in org.eclipse.aether.resolution that return types with arguments of type Artifact Modifier and Type Method Description java.util.Collection<Artifact>ArtifactDescriptorResult. getAliases()Gets the known aliases for this artifact.java.util.List<Artifact>ArtifactDescriptorResult. getRelocations()Gets the relocations that were processed to read the artifact descriptor.Methods in org.eclipse.aether.resolution with parameters of type Artifact Modifier and Type Method Description ArtifactDescriptorResultArtifactDescriptorResult. addAlias(Artifact alias)Records the specified alias.ArtifactDescriptorResultArtifactDescriptorResult. addRelocation(Artifact artifact)Records the specified relocation hop while locating the artifact descriptor.ArtifactDescriptorPolicyRequestArtifactDescriptorPolicyRequest. setArtifact(Artifact artifact)Sets the artifact for whose descriptor to determine the error policy.ArtifactDescriptorRequestArtifactDescriptorRequest. setArtifact(Artifact artifact)Sets the artifact whose descriptor shall be read.ArtifactDescriptorResultArtifactDescriptorResult. setArtifact(Artifact artifact)Sets the artifact whose descriptor was read.ArtifactRequestArtifactRequest. setArtifact(Artifact artifact)Sets the artifact to resolve.ArtifactResultArtifactResult. setArtifact(Artifact artifact)Sets the resolved artifact.VersionRangeRequestVersionRangeRequest. setArtifact(Artifact artifact)Sets the artifact whose version range shall be resolved.VersionRequestVersionRequest. setArtifact(Artifact artifact)Sets the artifact whose (meta-)version shall be resolved.Method parameters in org.eclipse.aether.resolution with type arguments of type Artifact Modifier and Type Method Description intResolutionErrorPolicy. getArtifactPolicy(RepositorySystemSession session, ResolutionErrorPolicyRequest<Artifact> request)Gets the error policy for an artifact.ArtifactDescriptorResultArtifactDescriptorResult. setAliases(java.util.Collection<Artifact> aliases)Sets the aliases of the artifact.ArtifactDescriptorResultArtifactDescriptorResult. setRelocations(java.util.List<Artifact> relocations)Sets the relocations that were processed to read the artifact descriptor.Constructors in org.eclipse.aether.resolution with parameters of type Artifact Constructor Description ArtifactDescriptorPolicyRequest(Artifact artifact, java.lang.String context)Creates a request for the specified artifact.ArtifactDescriptorRequest(Artifact artifact, java.util.List<RemoteRepository> repositories, java.lang.String context)Creates a request with the specified properties.ArtifactRequest(Artifact artifact, java.util.List<RemoteRepository> repositories, java.lang.String context)Creates a request with the specified properties.VersionRangeRequest(Artifact artifact, java.util.List<RemoteRepository> repositories, java.lang.String context)Creates a request with the specified properties.VersionRangeRequest(Artifact artifact, java.util.List<RemoteRepository> repositories, Metadata.Nature nature, java.lang.String context)Creates a request with the specified properties.VersionRequest(Artifact artifact, java.util.List<RemoteRepository> repositories, java.lang.String context)Creates a request with the specified properties. -
Uses of Artifact in org.eclipse.aether.transfer
Methods in org.eclipse.aether.transfer that return Artifact Modifier and Type Method Description ArtifactArtifactTransferException. getArtifact()Gets the artifact that could not be transferred.Constructors in org.eclipse.aether.transfer with parameters of type Artifact Constructor Description ArtifactFilteredOutException(Artifact artifact, RemoteRepository repository, java.lang.String message)Creates a new exception with the specified artifact, repository and detail message.ArtifactNotFoundException(Artifact artifact, RemoteRepository repository)Creates a new exception with the specified artifact and repository.ArtifactNotFoundException(Artifact artifact, RemoteRepository repository, java.lang.String message)Creates a new exception with the specified artifact, repository and detail message.ArtifactNotFoundException(Artifact artifact, RemoteRepository repository, java.lang.String message, boolean fromCache)Creates a new exception with the specified artifact, repository and detail message.ArtifactNotFoundException(Artifact artifact, RemoteRepository repository, java.lang.String message, java.lang.Throwable cause)Creates a new exception with the specified artifact, repository, detail message and cause.ArtifactTransferException(Artifact artifact, RemoteRepository repository, java.lang.String message)Creates a new exception with the specified artifact, repository and detail message.ArtifactTransferException(Artifact artifact, RemoteRepository repository, java.lang.String message, boolean fromCache)Creates a new exception with the specified artifact, repository and detail message.ArtifactTransferException(Artifact artifact, RemoteRepository repository, java.lang.String message, java.lang.Throwable cause)Creates a new exception with the specified artifact, repository, detail message and cause.ArtifactTransferException(Artifact artifact, RemoteRepository repository, java.lang.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 Artifact Modifier and Type Method Description ArtifactFileTransformer. transformArtifact(Artifact artifact)Deprecated.Transform the target locationMethods in org.eclipse.aether.transform with parameters of type Artifact Modifier and Type Method Description java.util.Collection<FileTransformer>FileTransformerManager. getTransformersForArtifact(Artifact artifact)Deprecated.All transformers for this specific artifact.ArtifactFileTransformer. transformArtifact(Artifact artifact)Deprecated.Transform the target location
-