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 |
RunBundlesTask |
class |
RunconfigToDistributionTask |
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 |
JUnitLauncher |
(package private) class |
Makefile
Implements a mini make builder that is run just before we build the bundle.
|
class |
Project
This class is NOT threadsafe
|
class |
ProjectBuilder |
class |
ProjectLauncher
A Project Launcher is a base class to be extended by launchers.
|
class |
Run |
class |
Workspace |
Modifier and Type | Field and Description |
---|---|
private Reporter |
Classpath.project |
private Reporter |
DownloadBlocker.reporter |
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.ThreadLocal<Reporter> |
Workspace.signalBusy
Signal a BndListener plugin.
|
Modifier and Type | Method and Description |
---|---|
void |
Workspace.signal(Reporter reporter) |
Constructor and Description |
---|
Classpath(Reporter project,
java.lang.String name) |
DownloadBlocker(Reporter reporter) |
Modifier and Type | Class and Description |
---|---|
class |
HeaderReader |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionSettings |
Modifier and Type | Field and Description |
---|---|
(package private) Reporter |
Baseline.bnd |
Constructor and Description |
---|
Baseline(Reporter bnd,
Differ differ) |
Modifier and Type | Method and Description |
---|---|
static Parameters |
OSGiHeader.parseHeader(java.lang.String value,
Reporter logger)
Standard OSGi header parser.
|
static Parameters |
OSGiHeader.parseHeader(java.lang.String value,
Reporter logger,
Parameters result) |
static Attrs |
OSGiHeader.parseProperties(java.lang.String input,
Reporter logger) |
Constructor and Description |
---|
Parameters(java.lang.String header,
Reporter reporter) |
Modifier and Type | Field and Description |
---|---|
private Reporter |
HttpClient.reporter |
(package private) Reporter |
HttpRequest.reporter |
Modifier and Type | Method and Description |
---|---|
Reporter |
HttpClient.getReporter() |
Modifier and Type | Method and Description |
---|---|
HttpRequest<T> |
HttpRequest.report(Reporter reporter) |
void |
HttpClient.setReporter(Reporter reporter) |
Modifier and Type | Class and Description |
---|---|
class |
JUnitFramework.BundleBuilder |
Modifier and Type | Class and Description |
---|---|
class |
bnd
Utility to make bundles.
|
class |
Profiles |
Modifier and Type | Field and Description |
---|---|
private Reporter |
ReporterLogger.reporter |
Constructor and Description |
---|
ReporterLogger(Reporter reporter,
int level) |
Modifier and Type | Class and Description |
---|---|
private static class |
ServiceComponent.ComponentMaker |
Modifier and Type | Field and Description |
---|---|
(package private) Reporter |
ComponentAnnotationReader.reporter |
Modifier and Type | Method and Description |
---|---|
Reporter |
ComponentAnnotationReader.getReporter() |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,java.lang.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 | Field and Description |
---|---|
(package private) Reporter |
MavenDeploy.reporter |
(package private) Reporter |
MavenDeployCmd.reporter |
(package private) Reporter |
MavenRepository.reporter
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
MavenDeploy.setReporter(Reporter processor) |
void |
MavenDeployCmd.setReporter(Reporter processor) |
void |
MavenGroup.setReporter(Reporter processor) |
void |
MavenRepository.setReporter(Reporter processor)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
(package private) Reporter |
MavenRemoteRepository.reporter |
Modifier and Type | Method and Description |
---|---|
void |
MavenRemoteRepository.setReporter(Reporter reporter) |
Modifier and Type | Method and Description |
---|---|
static Reporter |
OBRFragment.parse(java.io.File file,
ResourceBuilder resource,
java.lang.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 )* @version $Revision: 1.27 $
|
class |
Processor |
class |
Verifier |
Modifier and Type | Field and Description |
---|---|
static Reporter |
Processor.log |
(package private) Reporter |
ClassDataCollectors.reporter |
(package private) Reporter |
Jar.reporter |
Modifier and Type | Method and Description |
---|---|
private void |
Processor.addAll(java.util.List<java.lang.String> to,
java.util.List<java.lang.String> from,
java.lang.String prefix,
Reporter reporter) |
void |
Processor.getInfo(Reporter processor) |
void |
Processor.getInfo(Reporter processor,
java.lang.String prefix) |
Parameters |
Domain.getParameters(java.lang.String key,
Reporter reporter) |
Parameters |
Domain.getParameters(java.lang.String key,
java.lang.String deflt,
Reporter reporter) |
void |
Jar.setReporter(Reporter reporter) |
Constructor and Description |
---|
ClassDataCollectors(Reporter reporter) |
Classpath(Reporter project,
java.lang.String name)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
(package private) Reporter |
EclipseClasspath.reporter |
Constructor and Description |
---|
EclipseClasspath(Reporter reporter,
java.io.File workspace,
java.io.File project) |
EclipseClasspath(Reporter reporter,
java.io.File workspace,
java.io.File project,
int options)
Parse an Eclipse project structure to discover the classpath.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLResourceParser |
Modifier and Type | Method and Description |
---|---|
Reporter |
ResourceBuilder.getReporter() |
Modifier and Type | Field and Description |
---|---|
private Reporter |
ResourceRepositoryImpl.reporter |
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 | Method and Description |
---|---|
void |
Dialogs.errors(java.lang.String message,
Reporter reporter)
Display a list of errors and warnings.
|
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 |
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 | Field and Description |
---|---|
private Reporter |
DefaultURLConnectionHandler.reporter |
Modifier and Type | Method and Description |
---|---|
void |
DefaultURLConnectionHandler.setReporter(Reporter processor) |
Constructor and Description |
---|
BasicAuthentication(java.lang.String user,
java.lang.String password,
Reporter reporter) |
HttpsVerification(java.lang.String certificates,
boolean hostnameVerify,
Reporter reporter) |
HttpsVerification(java.security.cert.X509Certificate[] certificateChain,
boolean b,
Reporter hc) |
Modifier and Type | Field and Description |
---|---|
private Reporter |
DownloadListenerPromise.reporter |
Constructor and Description |
---|
DownloadListenerPromise(Reporter reporter,
java.lang.String task,
org.osgi.util.promise.Promise<java.io.File> promise,
RepositoryPlugin.DownloadListener... downloadListeners)
Use the promise to signal the Download Listeners
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConsoleApp |
Modifier and Type | Field and Description |
---|---|
(package private) Reporter |
FileRepo.reporter |
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(java.lang.String value,
Reporter logger)
Standard OSGi header parser.
|
static Header |
Header.parseHeader(java.lang.String value,
Reporter logger,
Header result) |
static Props |
Header.parseProperties(java.lang.String input,
Reporter logger) |
Constructor and Description |
---|
Header(java.lang.String header,
Reporter reporter) |
Modifier and Type | Field and Description |
---|---|
(package private) Reporter |
CommandLine.reporter |
Constructor and Description |
---|
CommandLine(Reporter reporter) |
Modifier and Type | Class and Description |
---|---|
class |
LogToReporterAdapter |
Modifier and Type | Field and Description |
---|---|
private Reporter |
PropertiesParser.reporter |
Modifier and Type | Method and Description |
---|---|
void |
UTF8Properties.load(java.io.File file,
Reporter reporter) |
void |
UTF8Properties.load(java.io.InputStream in,
java.io.File file,
Reporter reporter) |
void |
UTF8Properties.load(java.lang.String source,
java.io.File file,
Reporter reporter) |
Constructor and Description |
---|
PropertiesParser(java.lang.String source,
java.lang.String file,
Reporter reporter,
java.util.Properties properties) |
Modifier and Type | Field and Description |
---|---|
(package private) Reporter |
Command.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,
java.lang.Class<T> messages) |
Modifier and Type | Class and Description |
---|---|
class |
Slf4jReporter |
Modifier and Type | Method and Description |
---|---|
static Reporter |
Slf4jReporter.getAlternative(java.lang.Class<?> class1,
Reporter reporter) |
Modifier and Type | Method and Description |
---|---|
static Reporter |
Slf4jReporter.getAlternative(java.lang.Class<?> class1,
Reporter reporter) |
Modifier and Type | Class and Description |
---|---|
class |
ReplacerAdapter
Provide a macro Domain.
|
Modifier and Type | Field and Description |
---|---|
(package private) Reporter |
ReplacerAdapter.reporter |
Modifier and Type | Method and Description |
---|---|
void |
ReplacerAdapter.setReporter(Reporter reporter) |