Package | Description |
---|---|
aQute.bnd.maven.support |
Modifier and Type | Field and Description |
---|---|
(package private) Pom.Scope |
Pom.Dependency.scope |
Modifier and Type | Method and 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 and Description |
---|---|
java.util.Set<Pom> |
ProjectPom.getDependencies(Pom.Scope action) |
java.util.Set<Pom> |
Pom.getDependencies(Pom.Scope scope,
java.net.URI... urls) |
java.io.File |
Pom.getLibrary(Pom.Scope action,
java.net.URI... repositories) |