| Package | Description |
|---|---|
| org.fedoraproject.xmvn.artifact | |
| org.fedoraproject.xmvn.deployer | |
| org.fedoraproject.xmvn.metadata | |
| org.fedoraproject.xmvn.resolver |
| 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 |
|---|---|
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 |
|---|---|
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) |