Package | Description |
---|---|
aQute.bnd.build | |
aQute.bnd.maven | |
aQute.bnd.maven.support | |
aQute.bnd.service |
Modifier and Type | Method and Description |
---|---|
protected Strategy |
Project.overrideStrategy(Map<String,String> attrs,
Strategy useStrategy) |
Modifier and Type | Method and Description |
---|---|
void |
Project.doMavenPom(Strategy strategyx,
List<Container> result,
String action)
The user selected pom in a path.
|
Messages.ERROR |
ProjectMessages.FoundVersions_ForStrategy_ButNoProvider(SortedMap<Version,RepositoryPlugin> versions,
Strategy useStrategy) |
Container |
Project.getBundle(String bsn,
String range,
Strategy strategy,
Map<String,String> attrs)
Get a bundle from one of the plugin repositories.
|
List<Container> |
Project.getBundles(Strategy strategyx,
String spec,
String source)
Analyze the header and return a list of files that should be on the
build, test or some other path.
|
List<Container> |
Project.getBundlesWildcard(String bsnPattern,
String range,
Strategy strategyx,
Map<String,String> attrs)
Get all bundles matching a wildcard expression.
|
protected Strategy |
Project.overrideStrategy(Map<String,String> attrs,
Strategy useStrategy) |
Modifier and Type | Method and Description |
---|---|
File |
MavenRepository.get(String bsn,
String range,
Strategy strategy,
Map<String,String> properties)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
File |
MavenRemoteRepository.get(String bsn,
String version,
Strategy strategy,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
static Strategy |
Strategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Strategy[] |
Strategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ResourceHandle |
RemoteRepositoryPlugin.getHandle(String bsn,
String version,
Strategy strategy,
Map<String,String> properties)
Retrieve a resource handle from the repository.
|
Copyright © 2021 aQute SARL. All rights reserved.