|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.io.File file)
Sets the file of the artifact. |
Artifact |
Artifact.setProperties(java.util.Map<java.lang.String,java.lang.String> properties)
Sets the properties for the artifact. |
Artifact |
Artifact.setVersion(java.lang.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 | |
---|---|
java.util.Collection<Artifact> |
DeployResult.getArtifacts()
Gets the artifact that got deployed. |
java.util.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(java.util.Collection<Artifact> artifacts)
Sets the artifacts that got deployed. |
DeployRequest |
DeployRequest.setArtifacts(java.util.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 | |
---|---|
java.util.Collection<Artifact> |
DependencyNode.getAliases()
Gets the known aliases for this dependency's artifact. |
java.util.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 | |
---|---|
Dependency |
Dependency.setArtifact(Artifact artifact)
Sets the artifact being depended on. |
void |
DependencyNode.setArtifact(Artifact artifact)
Sets the artifact of the dependency. |
Constructors in org.sonatype.aether.graph with parameters of type Artifact | |
---|---|
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,
boolean optional)
Creates a dependency on the specified artifact with the given scope. |
|
Dependency(Artifact artifact,
java.lang.String scope,
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.sonatype.aether.impl |
---|
Methods in org.sonatype.aether.impl that return Artifact | |
---|---|
Artifact |
LocalRepositoryEvent.getArtifact()
Gets the artifact that was updated. |
Artifact |
MetadataGenerator.transformArtifact(Artifact artifact)
Enables the metadata generator to transform the specified artifact. |
Methods in org.sonatype.aether.impl with parameters of type Artifact | |
---|---|
Artifact |
MetadataGenerator.transformArtifact(Artifact artifact)
Enables the metadata generator to transform the specified artifact. |
Method parameters in org.sonatype.aether.impl with type arguments of type Artifact | |
---|---|
void |
UpdateCheckManager.checkArtifact(RepositorySystemSession session,
UpdateCheck<Artifact,ArtifactTransferException> check)
Checks whether an artifact has to be updated from a remote repository. |
java.util.Collection<? extends Metadata> |
MetadataGenerator.finish(java.util.Collection<? extends Artifact> artifacts)
Allows for metadata generation based on the transformed artifacts. |
java.util.Collection<? extends Metadata> |
MetadataGenerator.prepare(java.util.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.sonatype.aether.impl.internal |
---|
Methods in org.sonatype.aether.impl.internal with parameters of type Artifact | |
---|---|
java.lang.String |
SimpleLocalRepositoryManager.getPathForLocalArtifact(Artifact artifact)
|
java.lang.String |
SimpleLocalRepositoryManager.getPathForRemoteArtifact(Artifact artifact,
RemoteRepository repository,
java.lang.String context)
|
Method parameters in org.sonatype.aether.impl.internal with type arguments of type Artifact | |
---|---|
void |
DefaultUpdateCheckManager.checkArtifact(RepositorySystemSession session,
UpdateCheck<Artifact,ArtifactTransferException> check)
|
void |
DefaultUpdateCheckManager.touchArtifact(RepositorySystemSession session,
UpdateCheck<Artifact,ArtifactTransferException> check)
|
Uses of Artifact in org.sonatype.aether.installation |
---|
Methods in org.sonatype.aether.installation that return types with arguments of type Artifact | |
---|---|
java.util.Collection<Artifact> |
InstallResult.getArtifacts()
Gets the artifact that got installed. |
java.util.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(java.util.Collection<Artifact> artifacts)
Sets the artifacts that got installed. |
InstallRequest |
InstallRequest.setArtifacts(java.util.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 | |
---|---|
java.io.File |
WorkspaceReader.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.String |
LocalRepositoryManager.getPathForLocalArtifact(Artifact artifact)
Gets the relative path for a locally built artifact. |
java.lang.String |
LocalRepositoryManager.getPathForRemoteArtifact(Artifact artifact,
RemoteRepository repository,
java.lang.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,
java.util.Collection<java.lang.String> contexts)
Creates a registration request for the specified (remotely resolved) 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.sonatype.aether.resolution |
---|
Methods in org.sonatype.aether.resolution that return Artifact | |
---|---|
Artifact |
ArtifactDescriptorResult.getArtifact()
Gets the artifact whose descriptor was read. |
Artifact |
ArtifactResult.getArtifact()
Gets the resolved artifact (if any). |
Artifact |
VersionRangeRequest.getArtifact()
Gets the artifact whose version range shall be resolved. |
Artifact |
VersionRequest.getArtifact()
Gets the artifact whose (meta-)version shall be resolved. |
Artifact |
ArtifactRequest.getArtifact()
Gets the artifact to resolve. |
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 | |
---|---|
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.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. |
ArtifactDescriptorResult |
ArtifactDescriptorResult.setArtifact(Artifact artifact)
Sets the artifact whose descriptor was read. |
ArtifactResult |
ArtifactResult.setArtifact(Artifact artifact)
Sets the resolved artifact. |
VersionRangeRequest |
VersionRangeRequest.setArtifact(Artifact artifact)
Sets the artifact whose version range shall be resolved. |
VersionRequest |
VersionRequest.setArtifact(Artifact artifact)
Sets the artifact whose (meta-)version shall be resolved. |
ArtifactRequest |
ArtifactRequest.setArtifact(Artifact artifact)
Sets the artifact to resolve. |
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(java.util.Collection<Artifact> aliases)
Sets the aliases of the artifact. |
ArtifactDescriptorResult |
ArtifactDescriptorResult.setRelocations(java.util.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,
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. |
|
VersionRequest(Artifact artifact,
java.util.List<RemoteRepository> repositories,
java.lang.String context)
Creates a request with the specified properties. |
Uses of Artifact in org.sonatype.aether.spi.connector |
---|
Methods in org.sonatype.aether.spi.connector that return Artifact | |
---|---|
Artifact |
ArtifactTransfer.getArtifact()
Gets the artifact being transferred. |
Methods in org.sonatype.aether.spi.connector with parameters of type Artifact | |
---|---|
ArtifactTransfer |
ArtifactTransfer.setArtifact(Artifact artifact)
Sets the artifact to transfer. |
ArtifactUpload |
ArtifactUpload.setArtifact(Artifact artifact)
|
ArtifactDownload |
ArtifactDownload.setArtifact(Artifact artifact)
|
Constructors in org.sonatype.aether.spi.connector with parameters of type Artifact | |
---|---|
ArtifactDownload(Artifact artifact,
java.lang.String context,
java.io.File file,
java.lang.String checksumPolicy)
Creates a new download with the specified properties. |
|
ArtifactUpload(Artifact artifact,
java.io.File file)
Creates a new upload with the specified properties. |
Uses of Artifact in org.sonatype.aether.test.impl |
---|
Methods in org.sonatype.aether.test.impl with parameters of type Artifact | |
---|---|
java.lang.String |
TestLocalRepositoryManager.getPathForLocalArtifact(Artifact artifact)
|
java.lang.String |
TestLocalRepositoryManager.getPathForRemoteArtifact(Artifact artifact,
RemoteRepository repository,
java.lang.String context)
|
Uses of Artifact in org.sonatype.aether.test.util |
---|
Methods in org.sonatype.aether.test.util that return types with arguments of type Artifact | |
---|---|
java.util.List<Artifact> |
ArtifactDescription.getRelocations()
|
Uses of Artifact in org.sonatype.aether.test.util.impl |
---|
Classes in org.sonatype.aether.test.util.impl that implement Artifact | |
---|---|
class |
StubArtifact
|
Methods in org.sonatype.aether.test.util.impl that return Artifact | |
---|---|
Artifact |
RepositoryTestContext.getArtifact()
|
Artifact |
StubArtifact.setProperties(java.util.Map<java.lang.String,java.lang.String> properties)
|
Artifact |
StubArtifact.setVersion(java.lang.String version)
|
Methods in org.sonatype.aether.test.util.impl that return types with arguments of type Artifact | |
---|---|
java.util.Collection<Artifact> |
TestDependencyNode.getAliases()
|
java.util.List<Artifact> |
TestDependencyNode.getRelocations()
|
Methods in org.sonatype.aether.test.util.impl with parameters of type Artifact | |
---|---|
void |
RepositoryTestContext.setArtifact(Artifact artifact)
|
void |
TestDependencyNode.setArtifact(Artifact artifact)
|
Method parameters in org.sonatype.aether.test.util.impl with type arguments of type Artifact | |
---|---|
void |
TestDependencyNode.setAliases(java.util.Collection<Artifact> aliases)
Sets the known aliases for this dependency's artifact. |
void |
TestDependencyNode.setRelocations(java.util.List<Artifact> relocations)
Sets the sequence of relocations that was followed to resolve this dependency's artifact. |
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,
java.lang.String message)
|
|
ArtifactTransferException(Artifact artifact,
RemoteRepository repository,
java.lang.String message)
|
|
ArtifactTransferException(Artifact artifact,
RemoteRepository repository,
java.lang.Throwable cause)
|
Uses of Artifact in org.sonatype.aether.util.artifact |
---|
Classes in org.sonatype.aether.util.artifact that implement Artifact | |
---|---|
class |
AbstractArtifact
A skeleton class for artifacts that implements Object.equals(Object) , Object.hashCode() and
Object.toString() . |
class |
DefaultArtifact
A simple artifact. |
class |
SubArtifact
An artifact whose identity is derived from another artifact. |
Methods in org.sonatype.aether.util.artifact that return Artifact | |
---|---|
Artifact |
SubArtifact.setFile(java.io.File file)
|
Artifact |
AbstractArtifact.setFile(java.io.File file)
|
Artifact |
DefaultArtifact.setFile(java.io.File file)
|
Artifact |
AbstractArtifact.setProperties(java.util.Map<java.lang.String,java.lang.String> properties)
|
Artifact |
DefaultArtifact.setProperties(java.util.Map<java.lang.String,java.lang.String> properties)
|
Artifact |
SubArtifact.setVersion(java.lang.String version)
|
Artifact |
AbstractArtifact.setVersion(java.lang.String version)
|
Artifact |
DefaultArtifact.setVersion(java.lang.String version)
|
Constructors in org.sonatype.aether.util.artifact with parameters of type Artifact | |
---|---|
SubArtifact(Artifact mainArtifact,
java.lang.String classifier,
java.lang.String extension)
Creates a new sub artifact. |
|
SubArtifact(Artifact mainArtifact,
java.lang.String classifier,
java.lang.String extension,
java.io.File file)
Creates a new sub artifact. |
Uses of Artifact in org.sonatype.aether.util.graph |
---|
Methods in org.sonatype.aether.util.graph that return types with arguments of type Artifact | |
---|---|
java.util.Collection<Artifact> |
DefaultDependencyNode.getAliases()
|
java.util.List<Artifact> |
PreorderNodeListGenerator.getArtifacts(boolean includeUnresolved)
Gets the artifacts associated with the list of dependency nodes generated during the graph traversal. |
java.util.List<Artifact> |
DefaultDependencyNode.getRelocations()
|
Methods in org.sonatype.aether.util.graph with parameters of type Artifact | |
---|---|
void |
DefaultDependencyNode.setArtifact(Artifact artifact)
|
Method parameters in org.sonatype.aether.util.graph with type arguments of type Artifact | |
---|---|
void |
DefaultDependencyNode.setAliases(java.util.Collection<Artifact> aliases)
Sets the known aliases for this dependency's artifact. |
void |
DefaultDependencyNode.setRelocations(java.util.List<Artifact> relocations)
Sets the sequence of relocations that was followed to resolve this dependency's artifact. |
Uses of Artifact in org.sonatype.aether.util.layout |
---|
Methods in org.sonatype.aether.util.layout with parameters of type Artifact | |
---|---|
java.net.URI |
RepositoryLayout.getPath(Artifact artifact)
Gets the URI to the location within a remote repository where the specified artifact would be stored. |
java.net.URI |
MavenDefaultLayout.getPath(Artifact artifact)
|
Uses of Artifact in org.sonatype.aether.util.listener |
---|
Methods in org.sonatype.aether.util.listener that return Artifact | |
---|---|
Artifact |
DefaultRepositoryEvent.getArtifact()
|
Constructors in org.sonatype.aether.util.listener with parameters of type Artifact | |
---|---|
DefaultRepositoryEvent(RepositorySystemSession session,
Artifact artifact)
|
Uses of Artifact in org.sonatype.aether.util.repository |
---|
Methods in org.sonatype.aether.util.repository with parameters of type Artifact | |
---|---|
java.io.File |
ChainedWorkspaceReader.findArtifact(Artifact artifact)
|
java.util.List<java.lang.String> |
ChainedWorkspaceReader.findVersions(Artifact artifact)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |