Package | Description |
---|---|
aQute.bnd.build | |
aQute.bnd.junit | |
aQute.bnd.make | |
aQute.bnd.osgi | |
aQute.bnd.service | |
aQute.bnd.signing |
Modifier and Type | Class and Description |
---|---|
class |
ProjectBuilder |
Modifier and Type | Method and Description |
---|---|
Builder |
ProjectBuilder.getSubBuilder() |
Builder |
Project.getSubBuilder(File bndFile)
Return a builder associated with the give bnd file or null.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends Builder> |
Project.getSubBuilders()
Deprecated.
As of 3.4. Replace with
try (ProjectBuilder pb = getBuilder(null)) { for (Builder b : pb.getSubBuilders()) { ... } } |
Modifier and Type | Method and Description |
---|---|
protected void |
ProjectBuilder.doneBuild(Builder builder)
Called when we're done with a builder.
|
protected void |
ProjectBuilder.startBuild(Builder builder)
Called when we start to build a builder.
|
Modifier and Type | Class and Description |
---|---|
class |
JUnitFramework.BundleBuilder |
Modifier and Type | Method and Description |
---|---|
Resource |
MakeBnd.make(Builder builder,
String destination,
Map<String,String> argumentsOnMake) |
Resource |
MakeCopy.make(Builder builder,
String destination,
Map<String,String> argumentsOnMake) |
Constructor and Description |
---|
Make(Builder builder) |
Modifier and Type | Method and Description |
---|---|
Builder |
Builder.getSubBuilder() |
Builder |
Builder.getSubBuilder(File file) |
Modifier and Type | Method and Description |
---|---|
List<Builder> |
Builder.getSubBuilders()
Answer a list of builders that represent this file or a list of files
specified in -sub.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Builder.doneBuild(Builder builder)
Called when we're done with a builder
|
abstract void |
PermissionGenerator.Parameter.generate(StringBuilder sb,
Builder builder) |
static Set<String> |
PermissionGenerator.getDeclaredServices(Builder builder) |
static Set<String> |
PermissionGenerator.getReferencedServices(Builder builder) |
protected void |
Builder.startBuild(Builder builder)
Called when we start to build a builder
|
Constructor and Description |
---|
CommandResource(String command,
Builder domain,
long lastModified,
File wd) |
PermissionGenerator(Builder builder,
String... args) |
Modifier and Type | Method and Description |
---|---|
Resource |
MakePlugin.make(Builder builder,
String source,
Map<String,String> arguments)
This plugin is called when Include-Resource detects a reference to a
resource that it can not find in the file system.
|
void |
SignerPlugin.sign(Builder builder,
String alias)
Sign the current jar.
|
Modifier and Type | Method and Description |
---|---|
void |
JartoolSigner.sign(Builder builder,
String alias) |
Copyright © 2021 aQute SARL. All rights reserved.