| Package | Description |
|---|---|
| org.apache.maven.model |
| Modifier and Type | Method and Description |
|---|---|
Exclusion |
Exclusion.clone() |
| Modifier and Type | Method and Description |
|---|---|
static List<Exclusion> |
Exclusion.exclusionToApiV3(List<Exclusion> list) |
List<Exclusion> |
Dependency.getExclusions() |
| Modifier and Type | Method and Description |
|---|---|
void |
Dependency.addExclusion(Exclusion exclusion) |
void |
Dependency.removeExclusion(Exclusion exclusion) |
| Modifier and Type | Method and Description |
|---|---|
static List<Exclusion> |
Exclusion.exclusionToApiV4(List<Exclusion> list) |
void |
Dependency.setExclusions(List<Exclusion> exclusions) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.