| Modifier and Type | Class and Description |
|---|---|
class |
DefaultArtifact |
| Modifier and Type | Method and Description |
|---|---|
Artifact |
DefaultArtifact.setPath(java.nio.file.Path path) |
Artifact |
Artifact.setPath(java.nio.file.Path path)
Set artifact path.
|
Artifact |
DefaultArtifact.setVersion(java.lang.String version) |
Artifact |
Artifact.setVersion(java.lang.String version)
Set artifact version.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static Artifact |
IvyResolver.ivy2aether(org.apache.ivy.core.module.descriptor.Artifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
Artifact |
DeploymentRequest.getArtifact() |
Artifact |
DependencyDescriptor.getDependencyArtifact() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Artifact> |
DependencyDescriptor.getExclusions() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentRequest.addDependency(Artifact dependencyArtifact,
Artifact... exclusions) |
void |
DeploymentRequest.addDependency(Artifact dependencyArtifact,
Artifact... exclusions) |
void |
DeploymentRequest.addDependency(Artifact dependencyArtifact,
boolean optional,
java.util.List<Artifact> exclusions) |
void |
DeploymentRequest.addDependency(Artifact dependencyArtifact,
java.util.List<Artifact> exclusions) |
void |
DeploymentRequest.removeDependency(Artifact dependencyArtifact) |
void |
DeploymentRequest.setArtifact(Artifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentRequest.addDependency(Artifact dependencyArtifact,
boolean optional,
java.util.List<Artifact> exclusions) |
void |
DeploymentRequest.addDependency(Artifact dependencyArtifact,
java.util.List<Artifact> exclusions) |
| Constructor and Description |
|---|
DependencyDescriptor(Artifact dependencyArtifact,
boolean optional,
java.util.List<Artifact> exclusions) |
| Constructor and Description |
|---|
DependencyDescriptor(Artifact dependencyArtifact,
boolean optional,
java.util.List<Artifact> exclusions) |
| Modifier and Type | Method and Description |
|---|---|
Artifact |
Dependency.toArtifact() |
Artifact |
ArtifactMetadata.toArtifact() |
| Modifier and Type | Method and Description |
|---|---|
ArtifactMetadata |
MetadataResult.getMetadataFor(Artifact artifact)
Lookup metadata for specified artifact.
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactMetadata |
DefaultMetadataResult.getMetadataFor(Artifact artifact) |
| Modifier and Type | Field and Description |
|---|---|
(package private) Artifact |
BuilddepMojo.NamespacedArtifact.artifact |
| Modifier and Type | Method and Description |
|---|---|
Artifact |
ArtifactTypeRegistry.createTypedArtifact(java.lang.String groupId,
java.lang.String artifactId,
java.lang.String type,
java.lang.String customClassifier,
java.lang.String version) |
static Artifact |
Utils.dependencyArtifact(org.eclipse.aether.RepositorySystemSession repoSession,
org.apache.maven.model.Dependency dependency) |
static Artifact |
Utils.xmvnArtifact(org.apache.maven.artifact.Artifact mavenArtifact) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Artifact> |
BuildDependencyVisitor.getArtifacts() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
Utils.collectionToString(java.util.Collection<Artifact> collection,
boolean multiLine)
Convert a collection of artifacts to a human-readable string.
|
| Constructor and Description |
|---|
NamespacedArtifact(java.lang.String namespace,
Artifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
Artifact |
ArtifactContext.getArtifact() |
| Modifier and Type | Method and Description |
|---|---|
java.nio.file.Path |
Repository.getPrimaryArtifactPath(Artifact artifact,
ArtifactContext context,
java.lang.String pattern)
Obtain the preferred path to given artifact in this repository.
|
| Constructor and Description |
|---|
ArtifactContext(Artifact artifact) |
ArtifactContext(Artifact artifact,
java.util.Map<java.lang.String,java.lang.String> properties) |
| Modifier and Type | Method and Description |
|---|---|
java.nio.file.Path |
CompoundRepository.getPrimaryArtifactPath(Artifact artifact,
ArtifactContext context,
java.lang.String pattern) |
java.nio.file.Path |
SimpleRepository.getPrimaryArtifactPath(Artifact artifact,
ArtifactContext context,
java.lang.String pattern) |
| Modifier and Type | Method and Description |
|---|---|
Artifact |
ResolutionRequest.getArtifact()
Get artifact which resolution is requested.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResolutionRequest.setArtifact(Artifact artifact)
Set artifact which resolution is requested.
|
| Constructor and Description |
|---|
ResolutionRequest(Artifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
java.nio.file.Path |
EffectivePomGenerator.generateEffectivePom(ArtifactMetadata metadata,
Artifact artifact) |
boolean |
MockAgent.tryInstallArtifact(Artifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
static void |
JarUtils.injectManifest(java.nio.file.Path targetJar,
Artifact artifact)
Inject artifact coordinates into manifest of specified JAR (or WAR, EAR, ...) file.
|
| Modifier and Type | Method and Description |
|---|---|
Artifact |
ArtifactState.getArtifact() |
| Modifier and Type | Method and Description |
|---|---|
ArtifactInstaller |
ArtifactInstallerFactory.getInstallerFor(Artifact artifact,
java.util.Properties properties) |
| Constructor and Description |
|---|
ArtifactState(Artifact artifact,
ArtifactMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
Artifact |
ResolutionRequestBean.getArtifact() |
Artifact |
ArtifactBean.Adapter.unmarshal(ArtifactBean bean) |
| Modifier and Type | Method and Description |
|---|---|
ArtifactBean |
ArtifactBean.Adapter.marshal(Artifact artifact) |
void |
ResolutionRequestBean.setArtifact(Artifact artifact) |
Copyright © 2012–2017 Red Hat, Inc.. All rights reserved.