| Package | Description |
|---|---|
| aQute.bnd.maven.support |
| Modifier and Type | Method | Description |
|---|---|---|
Pom.Scope |
Pom.Dependency.getScope() |
|
static Pom.Scope |
Pom.Scope.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Pom.Scope[] |
Pom.Scope.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Set<Pom> |
Pom.getDependencies(Pom.Scope scope,
java.net.URI... urls) |
|
java.util.Set<Pom> |
ProjectPom.getDependencies(Pom.Scope action) |
|
java.io.File |
Pom.getLibrary(Pom.Scope action,
java.net.URI... repositories) |