| Package | Description |
|---|---|
| org.fedoraproject.xmvn.artifact | |
| org.fedoraproject.xmvn.deployer | |
| org.fedoraproject.xmvn.metadata | |
| org.fedoraproject.xmvn.resolver |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultArtifact |
| Modifier and Type | Method | Description |
|---|---|---|
Artifact |
Artifact.setPath(java.nio.file.Path path) |
Set artifact path.
|
Artifact |
DefaultArtifact.setPath(java.nio.file.Path path) |
|
Artifact |
Artifact.setVersion(java.lang.String version) |
Set artifact version.
|
Artifact |
DefaultArtifact.setVersion(java.lang.String version) |
| Modifier and Type | Method | Description |
|---|---|---|
Artifact |
DeploymentRequest.getArtifact() |
|
Artifact |
DependencyDescriptor.getDependencyArtifact() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Artifact> |
DependencyDescriptor.getExclusions() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
DeploymentRequest.addDependency(Artifact dependencyArtifact,
boolean optional,
java.util.List<Artifact> exclusions) |
|
void |
DeploymentRequest.addDependency(Artifact dependencyArtifact,
java.util.List<Artifact> exclusions) |
|
void |
DeploymentRequest.addDependency(Artifact dependencyArtifact,
Artifact... exclusions) |
|
void |
DeploymentRequest.removeDependency(Artifact dependencyArtifact) |
|
void |
DeploymentRequest.setArtifact(Artifact artifact) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
DeploymentRequest.addDependency(Artifact dependencyArtifact,
boolean optional,
java.util.List<Artifact> exclusions) |
|
void |
DeploymentRequest.addDependency(Artifact dependencyArtifact,
java.util.List<Artifact> exclusions) |
| Constructor | Description |
|---|---|
DependencyDescriptor(Artifact dependencyArtifact,
boolean optional,
java.util.List<Artifact> exclusions) |
| Constructor | Description |
|---|---|
DependencyDescriptor(Artifact dependencyArtifact,
boolean optional,
java.util.List<Artifact> exclusions) |
| Modifier and Type | Method | Description |
|---|---|---|
Artifact |
ArtifactMetadata.toArtifact() |
|
Artifact |
Dependency.toArtifact() |
| Modifier and Type | Method | Description |
|---|---|---|
ArtifactMetadata |
MetadataResult.getMetadataFor(Artifact artifact) |
Lookup metadata for specified artifact.
|
| Modifier and Type | Method | Description |
|---|---|---|
Artifact |
ResolutionRequest.getArtifact() |
Get artifact which resolution is requested.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ResolutionRequest.setArtifact(Artifact artifact) |
Set artifact which resolution is requested.
|
| Constructor | Description |
|---|---|
ResolutionRequest(Artifact artifact) |