Package | Description |
---|---|
aQute.bnd.build | |
aQute.bnd.maven | |
aQute.bnd.maven.support | |
aQute.bnd.repo.eclipse | |
aQute.bnd.service | |
aQute.lib.deployer | |
aQute.lib.deployer.obr |
Modifier and Type | Method and Description |
---|---|
protected RepositoryPlugin.Strategy |
Project.overrideStrategy(Map<String,String> attrs,
RepositoryPlugin.Strategy useStrategy) |
Modifier and Type | Method and Description |
---|---|
void |
Project.appendPackages(RepositoryPlugin.Strategy strategyx,
String spec,
List<Container> resolvedBundles,
ResolverMode mode)
Calculates the containers required to fulfil the
-buildpackages
instruction, and appends them to the existing list of containers. |
void |
Project.doMavenPom(RepositoryPlugin.Strategy strategyx,
List<Container> result,
String action)
The user selected pom in a path.
|
Container |
Project.getBundle(String bsn,
String range,
RepositoryPlugin.Strategy strategy,
Map<String,String> attrs)
Get a bundle from one of the plugin repositories.
|
List<Container> |
Project.getBundles(RepositoryPlugin.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.
|
Container |
Project.getPackage(String packageName,
String range,
RepositoryPlugin.Strategy strategyx,
Map<String,String> attrs,
ResolverMode mode)
Find a container to fulfil a package requirement
|
protected RepositoryPlugin.Strategy |
Project.overrideStrategy(Map<String,String> attrs,
RepositoryPlugin.Strategy useStrategy) |
Modifier and Type | Method and Description |
---|---|
File |
MavenRepository.get(String bsn,
String range,
RepositoryPlugin.Strategy strategy,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
File |
MavenRemoteRepository.get(String bsn,
String version,
RepositoryPlugin.Strategy strategy,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
File |
EclipseRepo.get(String bsn,
String range,
RepositoryPlugin.Strategy strategy,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
static RepositoryPlugin.Strategy |
RepositoryPlugin.Strategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryPlugin.Strategy[] |
RepositoryPlugin.Strategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
File |
RepositoryPlugin.get(String bsn,
String range,
RepositoryPlugin.Strategy strategy,
Map<String,String> properties)
Return a URL to a matching version of the given bundle.
|
ResourceHandle |
RemoteRepositoryPlugin.getHandle(String bsn,
String range,
RepositoryPlugin.Strategy strategy,
Map<String,String> properties)
Retrieve a resource handle from the repository.
|
Modifier and Type | Method and Description |
---|---|
File |
FileRepo.get(String bsn,
String version,
RepositoryPlugin.Strategy strategy,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
File |
AbstractBaseOBR.get(String bsn,
String range,
RepositoryPlugin.Strategy strategy,
Map<String,String> properties) |
ResourceHandle |
AbstractBaseOBR.getHandle(String bsn,
String range,
RepositoryPlugin.Strategy strategy,
Map<String,String> properties) |
Copyright © 2018 aQute SARL. All rights reserved.