Modifier and Type | Class and Description |
---|---|
class |
BaseTask |
class |
BndTask
This file is the bnd main task for ant.
|
class |
DeployTask |
class |
EclipseTask |
class |
ExpandPropertiesTask |
class |
PackageTask |
class |
PrepareTask |
class |
ProjectBuildOrderTask
ProjectBuildOrderTask calculates the correct build order for all of the bnd
projects in a workspace.
|
class |
ProjectTask |
class |
ReleaseTask
ANT task to release into a repository, equivalent to:
<bnd command="release"/> |
class |
TestTask |
class |
WrapTask
Task to wrap a JAR as an OSGi bundle.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
BaseTask.report(Reporter reporter) |
Modifier and Type | Class and Description |
---|---|
class |
Project
This class is NOT threadsafe
|
class |
ProjectBuilder |
class |
Run |
class |
Workspace |
Modifier and Type | Method and Description |
---|---|
void |
Workspace.signal(Reporter reporter) |
Constructor and Description |
---|
DownloadBlocker(Reporter reporter) |
Modifier and Type | Class and Description |
---|---|
class |
HeaderReader |
Constructor and Description |
---|
Baseline(Reporter bnd,
Differ differ) |
Modifier and Type | Method and Description |
---|---|
static Parameters |
OSGiHeader.parseHeader(String value,
Reporter logger)
Standard OSGi header parser.
|
static Parameters |
OSGiHeader.parseHeader(String value,
Reporter logger,
Parameters result) |
static Attrs |
OSGiHeader.parseProperties(String input,
Reporter logger) |
Constructor and Description |
---|
Parameters(String header,
Reporter reporter) |
Modifier and Type | Class and Description |
---|---|
class |
bnd
Utility to make bundles.
|
Modifier and Type | Method and Description |
---|---|
Reporter |
ComponentAnnotationReader.getReporter() |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
ComponentAnnotationReader.getDefinition(Clazz c,
Reporter reporter) |
void |
ComponentAnnotationReader.setReporter(Reporter reporter) |
Modifier and Type | Class and Description |
---|---|
class |
MavenCommand |
class |
MavenDeployCmd |
class |
PomParser
Provides a way to parse a maven pom as properties.
|
Modifier and Type | Method and Description |
---|---|
void |
MavenRepository.setReporter(Reporter processor) |
void |
MavenDeployCmd.setReporter(Reporter processor) |
void |
MavenDeploy.setReporter(Reporter processor) |
void |
MavenGroup.setReporter(Reporter processor) |
Modifier and Type | Method and Description |
---|---|
void |
MavenRemoteRepository.setReporter(Reporter reporter) |
Modifier and Type | Method and Description |
---|---|
static Reporter |
OBRFragment.parse(File file,
ResourceBuilder resource,
String base) |
static Reporter |
OBRFragment.parse(Jar jar,
ResourceBuilder resource) |
Modifier and Type | Class and Description |
---|---|
class |
Analyzer |
class |
Builder
Include-Resource: ( [name '=' ] file )+ Private-Package: package-decl ( ','
package-decl )* Export-Package: package-decl ( ',' package-decl )*
Import-Package: package-decl ( ',' package-decl )*
|
class |
Processor |
class |
Verifier |
Modifier and Type | Method and Description |
---|---|
void |
Processor.getInfo(Reporter processor) |
void |
Processor.getInfo(Reporter processor,
String prefix) |
Parameters |
Domain.getParameters(String key,
Reporter reporter) |
Parameters |
Domain.getParameters(String key,
String deflt,
Reporter reporter) |
void |
Jar.setReporter(Reporter reporter) |
Constructor and Description |
---|
Classpath(Reporter project,
String name) |
Constructor and Description |
---|
EclipseClasspath(Reporter reporter,
File workspace,
File project) |
EclipseClasspath(Reporter reporter,
File workspace,
File project,
int options)
Parse an Eclipse project structure to discover the classpath.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceRepositoryImpl.setReporter(Reporter processor) |
Modifier and Type | Method and Description |
---|---|
void |
Plugin.setReporter(Reporter processor)
Set the current reporter.
|
void |
BndListener.signal(Reporter reporter) |
Modifier and Type | Class and Description |
---|---|
class |
Signer
This class is used with the aQute.bnd.osgi package, it signs jars with DSA
signature.
|
Modifier and Type | Method and Description |
---|---|
void |
JartoolSigner.setReporter(Reporter processor) |
Modifier and Type | Class and Description |
---|---|
class |
BasicAuthentication
Provide Http Basic Authentication.
|
class |
BndAuthentication
bnd has a builtin delegated authentication mechanism, see
Settings . |
class |
ConnectionSettings
Generic connection setter can set a number of basic properties if applicable
and can add generic headers.
|
class |
DefaultURLConnectionHandler
Base class for the URL Connection handlers.
|
class |
HttpsVerification
TODO Needs testing Can be used to override default verification of HTTPS.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultURLConnectionHandler.setReporter(Reporter processor) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConsoleApp |
Modifier and Type | Method and Description |
---|---|
void |
FileRepo.setReporter(Reporter reporter) |
Modifier and Type | Class and Description |
---|---|
class |
Env |
Modifier and Type | Method and Description |
---|---|
static Header |
Header.parseHeader(String value,
Reporter logger)
Standard OSGi header parser.
|
static Header |
Header.parseHeader(String value,
Reporter logger,
Header result) |
static Props |
Header.parseProperties(String input,
Reporter logger) |
Constructor and Description |
---|
Header(String header,
Reporter reporter) |
Constructor and Description |
---|
CommandLine(Reporter reporter) |
Modifier and Type | Method and Description |
---|---|
void |
Command.setReporter(Reporter reporter) |
Modifier and Type | Class and Description |
---|---|
class |
ReporterAdapter
Mainly used for testing where reporters are needed.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
ReporterMessages.base(Reporter reporter,
Class<T> messages) |
Modifier and Type | Class and Description |
---|---|
class |
ReplacerAdapter
Provide a macro Domain.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplacerAdapter.setReporter(Reporter reporter) |
Copyright © 2015 aQute SARL. All rights reserved.