| Package | Description |
|---|---|
| aQute.bnd.build | |
| aQute.bnd.make | |
| aQute.bnd.service | |
| aQute.bnd.signing | |
| aQute.lib.osgi |
| Modifier and Type | Class and Description |
|---|---|
class |
ProjectBuilder |
| Modifier and Type | Method and Description |
|---|---|
Builder |
ProjectBuilder.getSubBuilder() |
Builder |
Project.getSubBuilder(File bndFile)
Return the builder associated with the give bnd file or null.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Builder> |
Project.getSubBuilders()
Get a list of the sub builders.
|
| 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 |
|---|---|
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) |
| 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.
|
Copyright © 2015 aQute SARL. All Rights Reserved.