| Package | Description |
|---|---|
| org.fedoraproject.xmvn.metadata |
| Modifier and Type | Method | Description |
|---|---|---|
Dependency |
Dependency.clone() |
Method clone.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Dependency> |
ArtifactMetadata.getDependencies() |
Method getDependencies.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ArtifactMetadata.addDependency(Dependency dependency) |
Method addDependency.
|
void |
ArtifactMetadata.removeDependency(Dependency dependency) |
Method removeDependency.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ArtifactMetadata.setDependencies(java.util.List<Dependency> dependencies) |
Set list of artifact dependencies.
|