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 |
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 | Method and Description |
---|---|
void |
Workspace.signal(Reporter reporter) |
Constructor and Description |
---|
Classpath(Reporter project,
String name) |
DownloadBlocker(Reporter reporter) |
Modifier and Type | Class and Description |
---|---|
class |
HeaderReader |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionSettings |
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 | 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 |
Constructor and Description |
---|
ReporterLogger(Reporter reporter,
int level) |
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 |
MavenGroup.setReporter(Reporter processor) |
void |
MavenDeployCmd.setReporter(Reporter processor) |
void |
MavenRepository.setReporter(Reporter processor)
Deprecated.
|
void |
MavenDeploy.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 )* @version $Revision: 1.27 $
|
class |
Processor |
class |
Verifier |
Modifier and Type | Field and Description |
---|---|
static Reporter |
Processor.log |
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)
Deprecated.
|
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 | Class and Description |
---|---|
class |
XMLResourceParser |
Modifier and Type | Method and Description |
---|---|
Reporter |
ResourceBuilder.getReporter() |
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(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 | Method and Description |
---|---|
void |
DefaultURLConnectionHandler.setReporter(Reporter processor) |
Constructor and Description |
---|
BasicAuthentication(String user,
String password,
Reporter reporter) |
HttpsVerification(String certificates,
boolean hostnameVerify,
Reporter reporter) |
HttpsVerification(X509Certificate[] certificateChain,
boolean b,
Reporter hc) |
Constructor and Description |
---|
DownloadListenerPromise(Reporter reporter,
String task,
org.osgi.util.promise.Promise<File> promise,
RepositoryPlugin.DownloadListener... downloadListeners)
Use the promise to signal the Download Listeners
|
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 | Class and Description |
---|---|
class |
LogToReporterAdapter |
Modifier and Type | Method and Description |
---|---|
void |
UTF8Properties.load(File file,
Reporter reporter) |
void |
UTF8Properties.load(InputStream in,
File file,
Reporter reporter) |
void |
UTF8Properties.load(String source,
File file,
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 |
Slf4jReporter |
Modifier and Type | Method and Description |
---|---|
static Reporter |
Slf4jReporter.getAlternative(Class<?> class1,
Reporter reporter) |
Modifier and Type | Method and Description |
---|---|
static Reporter |
Slf4jReporter.getAlternative(Class<?> class1,
Reporter reporter) |
Modifier and Type | Class and Description |
---|---|
class |
ReplacerAdapter
Provide a macro Domain.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplacerAdapter.setReporter(Reporter reporter) |
Copyright © 2021 aQute SARL. All rights reserved.