| Package | Description |
|---|---|
| org.fedoraproject.xmvn.metadata |
| Modifier and Type | Method | Description |
|---|---|---|
DependencyExclusion |
DependencyExclusion.clone() |
Method clone.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<DependencyExclusion> |
Dependency.getExclusions() |
Method getExclusions.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Dependency.addExclusion(DependencyExclusion dependencyExclusion) |
Method addExclusion.
|
void |
Dependency.removeExclusion(DependencyExclusion dependencyExclusion) |
Method removeExclusion.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Dependency.setExclusions(java.util.List<DependencyExclusion> exclusions) |
Set list of dependency exclusions.
|