| Modifier and Type | Method and Description |
|---|---|
ArtifactMetadata |
ArtifactMetadata.clone()
Method clone.
|
ArtifactMetadata |
MetadataResult.getMetadataFor(Artifact artifact)
Lookup metadata for specified artifact.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ArtifactMetadata> |
PackageMetadata.getArtifacts()
Method getArtifacts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PackageMetadata.addArtifact(ArtifactMetadata artifactMetadata)
Method addArtifact.
|
void |
PackageMetadata.removeArtifact(ArtifactMetadata artifactMetadata)
Method removeArtifact.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PackageMetadata.setArtifacts(java.util.List<ArtifactMetadata> artifacts)
Set list of installed artifacts described by this piece of
metadata.
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactMetadata |
DefaultMetadataResult.getMetadataFor(Artifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
void |
PathInterpolator.interpolate(ArtifactMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
java.nio.file.Path |
EffectivePomGenerator.generateEffectivePom(ArtifactMetadata metadata,
Artifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArtifactInstaller.install(JavaPackage targetPackage,
ArtifactMetadata am,
PackagingRule rule,
java.lang.String basePackageName) |
| Modifier and Type | Method and Description |
|---|---|
ArtifactMetadata |
ArtifactState.getMetadata() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ArtifactMetadata> |
InstallationPlan.getArtifacts() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultArtifactInstaller.install(JavaPackage targetPackage,
ArtifactMetadata am,
PackagingRule rule,
java.lang.String basePackageName) |
| Constructor and Description |
|---|
ArtifactState(Artifact artifact,
ArtifactMetadata metadata) |
Copyright © 2012–2017 Red Hat, Inc.. All rights reserved.