Uses of Interface
aQute.service.reporter.Report
-
-
Uses of Report in aQute.bnd.ant
Classes in aQute.bnd.ant that implement Report Modifier and Type Class 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. -
Uses of Report in aQute.bnd.build
Classes in aQute.bnd.build that implement Report Modifier and Type Class 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 threadsafeclass
ProjectBuilder
(package private) static class
ProjectBuilder.ArtifactInfoImpl
(package private) static class
ProjectBuilder.BuildInfoImpl
class
ProjectLauncher
A Project Launcher is a base class to be extended by launchers.class
Run
class
Workspace
-
Uses of Report in aQute.bnd.buildtool
Classes in aQute.bnd.buildtool that implement Report Modifier and Type Class Description class
ToolManager
Install gradle from a repository in this workspace. -
Uses of Report in aQute.bnd.component
Classes in aQute.bnd.component that implement Report Modifier and Type Class Description class
HeaderReader
-
Uses of Report in aQute.bnd.junit
Classes in aQute.bnd.junit that implement Report Modifier and Type Class Description class
JUnitFramework.BundleBuilder
Deprecated. -
Uses of Report in aQute.bnd.main
Classes in aQute.bnd.main that implement Report Modifier and Type Class Description class
bnd
Utility to make bundles.class
CommunicationCommands
class
EclipseCommand
class
IndexCommand
class
Profiles
class
XmlRepoDiffCommand
-
Uses of Report in aQute.bnd.make.component
Classes in aQute.bnd.make.component that implement Report Modifier and Type Class Description private static class
ServiceComponent.ComponentMaker
-
Uses of Report in aQute.bnd.maven
Classes in aQute.bnd.maven that implement Report Modifier and Type Class Description class
MavenCommand
class
MavenDeployCmd
class
PomParser
Provides a way to parse a maven pom as properties. -
Uses of Report in aQute.bnd.osgi
Classes in aQute.bnd.osgi that implement Report Modifier and Type Class Description class
Analyzer
This class can calculate the required headers for a (potential) JAR file.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
-
Uses of Report in aQute.bnd.osgi.repository
Classes in aQute.bnd.osgi.repository that implement Report Modifier and Type Class Description class
XMLResourceParser
-
Uses of Report in aQute.bnd.print
Classes in aQute.bnd.print that implement Report Modifier and Type Class Description class
JarPrinter
-
Uses of Report in aQute.bnd.service.generate
Classes in aQute.bnd.service.generate that implement Report Modifier and Type Class Description class
BuildContext
-
Uses of Report in aQute.bnd.service.repository
Methods in aQute.bnd.service.repository that return Report Modifier and Type Method Description Report
MinimalRepository. add(java.io.File f)
-
Uses of Report in aQute.bnd.signing
Classes in aQute.bnd.signing that implement Report Modifier and Type Class Description class
Signer
This class is used with the aQute.bnd.osgi package, it signs jars with DSA signature. -
Uses of Report in aQute.bnd.url
Classes in aQute.bnd.url that implement Report Modifier and Type Class Description class
BasicAuthentication
Provide Http Basic Authentication.class
BearerAuthentication
Provide Http Bearer Authentication.class
BndAuthentication
bnd has a builtin delegated authentication mechanism, seeSettings
.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. -
Uses of Report in aQute.lib.consoleapp
Classes in aQute.lib.consoleapp that implement Report Modifier and Type Class Description class
AbstractConsoleApp
-
Uses of Report in aQute.lib.env
Classes in aQute.lib.env that implement Report Modifier and Type Class Description class
Env
-
Uses of Report in aQute.lib.log2reporter
Classes in aQute.lib.log2reporter that implement Report Modifier and Type Class Description class
LogToReporterAdapter
-
Uses of Report in aQute.libg.reporter
Classes in aQute.libg.reporter that implement Report Modifier and Type Class Description class
ReporterAdapter
Mainly used for testing where reporters are needed.Methods in aQute.libg.reporter with parameters of type Report Modifier and Type Method Description private void
ReporterAdapter. copyEntry(Report other, java.util.List<java.lang.String> messages, java.util.List<java.lang.String> target, java.lang.String prefix)
boolean
ReporterAdapter. getInfo(Report other)
boolean
ReporterAdapter. getInfo(Report other, java.lang.String prefix)
-
Uses of Report in aQute.libg.reporter.slf4j
Classes in aQute.libg.reporter.slf4j that implement Report Modifier and Type Class Description class
Slf4jReporter
-
Uses of Report in aQute.libg.sed
Classes in aQute.libg.sed that implement Report Modifier and Type Class Description class
ReplacerAdapter
Provide a macro Domain. -
Uses of Report in aQute.service.reporter
Subinterfaces of Report in aQute.service.reporter Modifier and Type Interface Description interface
Reporter
A base interface to model a work in progress.
-