Uses of Interface
org.sonatype.aether.artifact.Artifact

Packages that use Artifact
org.sonatype.aether   
org.sonatype.aether.artifact   
org.sonatype.aether.deployment   
org.sonatype.aether.graph   
org.sonatype.aether.installation   
org.sonatype.aether.repository   
org.sonatype.aether.resolution   
org.sonatype.aether.transfer   
 

Uses of Artifact in org.sonatype.aether
 

Methods in org.sonatype.aether that return Artifact
 Artifact RepositoryEvent.getArtifact()
           
 

Uses of Artifact in org.sonatype.aether.artifact
 

Methods in org.sonatype.aether.artifact that return Artifact
 Artifact Artifact.setFile(File file)
          Sets the file of the artifact.
 Artifact Artifact.setProperties(Map<String,String> properties)
          Sets the properties for the artifact.
 Artifact Artifact.setVersion(String version)
          Sets the version of this artifact.
 

Uses of Artifact in org.sonatype.aether.deployment
 

Methods in org.sonatype.aether.deployment that return types with arguments of type Artifact
 Collection<Artifact> DeployResult.getArtifacts()
          Gets the artifact that got deployed.
 Collection<Artifact> DeployRequest.getArtifacts()
          Gets the artifact to deploy.
 

Methods in org.sonatype.aether.deployment with parameters of type Artifact
 DeployResult DeployResult.addArtifact(Artifact artifact)
          Adds the specified artifacts to the result.
 DeployRequest DeployRequest.addArtifact(Artifact artifact)
          Adds the specified artifacts for deployment.
 

Method parameters in org.sonatype.aether.deployment with type arguments of type Artifact
 DeployResult DeployResult.setArtifacts(Collection<Artifact> artifacts)
          Sets the artifacts that got deployed.
 DeployRequest DeployRequest.setArtifacts(Collection<Artifact> artifacts)
          Sets the artifacts to deploy.
 

Uses of Artifact in org.sonatype.aether.graph
 

Methods in org.sonatype.aether.graph that return Artifact
 Artifact Dependency.getArtifact()
          Gets the artifact being depended on.
 

Methods in org.sonatype.aether.graph that return types with arguments of type Artifact
 Collection<Artifact> DependencyNode.getAliases()
          Gets the known aliases for this dependency's artifact.
 List<Artifact> DependencyNode.getRelocations()
          Gets the sequence of relocations that was followed to resolve the artifact referenced by the dependency.
 

Methods in org.sonatype.aether.graph with parameters of type Artifact
 void DependencyNode.setArtifact(Artifact artifact)
          Sets the artifact of the dependency.
 Dependency Dependency.setArtifact(Artifact artifact)
          Sets the artifact being depended on.
 

Constructors in org.sonatype.aether.graph with parameters of type Artifact
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.
 

Uses of Artifact in org.sonatype.aether.installation
 

Methods in org.sonatype.aether.installation that return types with arguments of type Artifact
 Collection<Artifact> InstallResult.getArtifacts()
          Gets the artifact that got installed.
 Collection<Artifact> InstallRequest.getArtifacts()
          Gets the artifact to install.
 

Methods in org.sonatype.aether.installation with parameters of type Artifact
 InstallResult InstallResult.addArtifact(Artifact artifact)
          Adds the specified artifacts to the result.
 InstallRequest InstallRequest.addArtifact(Artifact artifact)
          Adds the specified artifacts for installation.
 

Method parameters in org.sonatype.aether.installation with type arguments of type Artifact
 InstallResult InstallResult.setArtifacts(Collection<Artifact> artifacts)
          Sets the artifacts that got installed.
 InstallRequest InstallRequest.setArtifacts(Collection<Artifact> artifacts)
          Sets the artifacts to install.
 

Uses of Artifact in org.sonatype.aether.repository
 

Methods in org.sonatype.aether.repository that return Artifact
 Artifact LocalArtifactRequest.getArtifact()
          Gets the artifact to query for.
 Artifact LocalArtifactRegistration.getArtifact()
          Gets the artifact to register.
 

Methods in org.sonatype.aether.repository with parameters of type Artifact
 File WorkspaceReader.findArtifact(Artifact artifact)
          Locates the specified artifact.
 List<String> WorkspaceReader.findVersions(Artifact artifact)
          Determines all available versions of the specified artifact.
 String LocalRepositoryManager.getPathForLocalArtifact(Artifact artifact)
          Gets the relative path for a locally built artifact.
 String LocalRepositoryManager.getPathForRemoteArtifact(Artifact artifact, RemoteRepository repository, String context)
          Gets the relative path for an artifact cached from a remote repository.
 LocalArtifactRequest LocalArtifactRequest.setArtifact(Artifact artifact)
          Sets the artifact to query for.
 LocalArtifactRegistration LocalArtifactRegistration.setArtifact(Artifact artifact)
          Sets the artifact to register.
 

Constructors in org.sonatype.aether.repository with parameters of type Artifact
LocalArtifactRegistration(Artifact artifact)
          Creates a registration request for the specified (locally built) artifact.
LocalArtifactRegistration(Artifact artifact, RemoteRepository repository, Collection<String> contexts)
          Creates a registration request for the specified (remotely resolved) artifact.
LocalArtifactRequest(Artifact artifact, List<RemoteRepository> repositories, String context)
          Creates a query with the specified properties.
 

Uses of Artifact in org.sonatype.aether.resolution
 

Methods in org.sonatype.aether.resolution that return Artifact
 Artifact VersionRequest.getArtifact()
          Gets the artifact whose (meta-)version shall be resolved.
 Artifact VersionRangeRequest.getArtifact()
          Gets the artifact whose version range shall be resolved.
 Artifact ArtifactResult.getArtifact()
          Gets the resolved artifact (if any).
 Artifact ArtifactRequest.getArtifact()
          Gets the artifact to resolve.
 Artifact ArtifactDescriptorResult.getArtifact()
          Gets the artifact whose descriptor was read.
 Artifact ArtifactDescriptorRequest.getArtifact()
          Gets the artifact whose descriptor shall be read.
 

Methods in org.sonatype.aether.resolution that return types with arguments of type Artifact
 Collection<Artifact> ArtifactDescriptorResult.getAliases()
          Gets the known aliases for this artifact.
 List<Artifact> ArtifactDescriptorResult.getRelocations()
          Gets the relocations that were processed to read the artifact descriptor.
 

Methods in org.sonatype.aether.resolution with parameters of type Artifact
 ArtifactDescriptorResult ArtifactDescriptorResult.addAlias(Artifact alias)
          Records the specified alias.
 ArtifactDescriptorResult ArtifactDescriptorResult.addRelocation(Artifact artifact)
          Records the specified relocation hop while location the artifact descriptor.
 VersionRequest VersionRequest.setArtifact(Artifact artifact)
          Sets the artifact whose (meta-)version shall be resolved.
 VersionRangeRequest VersionRangeRequest.setArtifact(Artifact artifact)
          Sets the artifact whose version range shall be resolved.
 ArtifactResult ArtifactResult.setArtifact(Artifact artifact)
          Sets the resolved artifact.
 ArtifactRequest ArtifactRequest.setArtifact(Artifact artifact)
          Sets the artifact to resolve.
 ArtifactDescriptorResult ArtifactDescriptorResult.setArtifact(Artifact artifact)
          Sets the artifact whose descriptor was read.
 ArtifactDescriptorRequest ArtifactDescriptorRequest.setArtifact(Artifact artifact)
          Sets the artifact whose descriptor shall be read.
 

Method parameters in org.sonatype.aether.resolution with type arguments of type Artifact
 ArtifactDescriptorResult ArtifactDescriptorResult.setAliases(Collection<Artifact> aliases)
          Sets the aliases of the artifact.
 ArtifactDescriptorResult ArtifactDescriptorResult.setRelocations(List<Artifact> relocations)
          Sets the relocations that were processed to read the artifact descriptor.
 

Constructors in org.sonatype.aether.resolution with parameters of type 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.sonatype.aether.transfer
 

Methods in org.sonatype.aether.transfer that return Artifact
 Artifact ArtifactTransferException.getArtifact()
           
 

Constructors in org.sonatype.aether.transfer with parameters of type Artifact
ArtifactNotFoundException(Artifact artifact, RemoteRepository repository)
           
ArtifactNotFoundException(Artifact artifact, RemoteRepository repository, String message)
           
ArtifactTransferException(Artifact artifact, RemoteRepository repository, String message)
           
ArtifactTransferException(Artifact artifact, RemoteRepository repository, Throwable cause)
           
 



Copyright © 2010 Sonatype, Inc.. All Rights Reserved.