Uses of Interface
aQute.service.reporter.Reporter
-
-
Uses of Reporter in aQute.bnd.build
Classes in aQute.bnd.build that implement Reporter 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
class
ProjectLauncher
A Project Launcher is a base class to be extended by launchers.class
Run
class
Workspace
Fields in aQute.bnd.build declared as Reporter Modifier and Type Field Description private Reporter
Classpath. project
private Reporter
DownloadBlocker. reporter
Fields in aQute.bnd.build with type parameters of type Reporter Modifier and Type Field Description (package private) java.lang.ThreadLocal<Reporter>
Workspace. signalBusy
Signal a BndListener plugin.Methods in aQute.bnd.build with parameters of type Reporter Modifier and Type Method Description void
Workspace. signal(Reporter reporter)
Constructors in aQute.bnd.build with parameters of type Reporter Constructor Description Classpath(Reporter project, java.lang.String name)
DownloadBlocker(Reporter reporter)
-
Uses of Reporter in aQute.bnd.component
Classes in aQute.bnd.component that implement Reporter Modifier and Type Class Description class
HeaderReader
-
Uses of Reporter in aQute.bnd.differ
Fields in aQute.bnd.differ declared as Reporter Modifier and Type Field Description (package private) Reporter
Baseline. bnd
Constructors in aQute.bnd.differ with parameters of type Reporter Constructor Description Baseline(Reporter bnd, Differ differ)
-
Uses of Reporter in aQute.bnd.header
Methods in aQute.bnd.header with parameters of type Reporter Modifier and Type Method 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)
Constructors in aQute.bnd.header with parameters of type Reporter Constructor Description Parameters(java.lang.String header, Reporter reporter)
Parameters(java.lang.String header, Reporter reporter, boolean duplicates)
-
Uses of Reporter in aQute.bnd.http
Fields in aQute.bnd.http declared as Reporter Modifier and Type Field Description private Reporter
HttpClient. reporter
(package private) Reporter
HttpRequest. reporter
Methods in aQute.bnd.http that return Reporter Modifier and Type Method Description Reporter
HttpClient. getReporter()
Methods in aQute.bnd.http with parameters of type Reporter Modifier and Type Method Description HttpRequest<T>
HttpRequest. report(Reporter reporter)
void
HttpClient. setReporter(Reporter reporter)
-
Uses of Reporter in aQute.bnd.junit
Classes in aQute.bnd.junit that implement Reporter Modifier and Type Class Description class
JUnitFramework.BundleBuilder
Deprecated. -
Uses of Reporter in aQute.bnd.main
Classes in aQute.bnd.main that implement Reporter Modifier and Type Class Description class
bnd
Utility to make bundles.class
CommunicationCommands
class
EclipseCommand
class
IndexCommand
class
Profiles
-
Uses of Reporter in aQute.bnd.make.component
Classes in aQute.bnd.make.component that implement Reporter Modifier and Type Class Description private static class
ServiceComponent.ComponentMaker
-
Uses of Reporter in aQute.bnd.maven
Classes in aQute.bnd.maven that implement Reporter Modifier and Type Class Description class
MavenCommand
class
MavenDeployCmd
class
PomParser
Provides a way to parse a maven pom as properties.Fields in aQute.bnd.maven declared as Reporter Modifier and Type Field Description (package private) Reporter
MavenDeploy. reporter
(package private) Reporter
MavenDeployCmd. reporter
(package private) Reporter
MavenRepository. reporter
Deprecated.Methods in aQute.bnd.maven with parameters of type Reporter Modifier and Type Method Description void
MavenDeploy. setReporter(Reporter processor)
void
MavenDeployCmd. setReporter(Reporter processor)
void
MavenGroup. setReporter(Reporter processor)
void
MavenRepository. setReporter(Reporter processor)
Deprecated. -
Uses of Reporter in aQute.bnd.maven.support
Fields in aQute.bnd.maven.support declared as Reporter Modifier and Type Field Description (package private) Reporter
Maven. reporter
(package private) Reporter
MavenEntry. reporter
(package private) Reporter
MavenRemoteRepository. reporter
(package private) Reporter
Pom. reporter
(package private) Reporter
ProjectPom. reporter
Methods in aQute.bnd.maven.support with parameters of type Reporter Modifier and Type Method Description void
MavenRemoteRepository. setReporter(Reporter reporter)
Constructors in aQute.bnd.maven.support with parameters of type Reporter Constructor Description CachedPom(MavenEntry mavenEntry, java.net.URI repo, Reporter reporter)
Maven(java.util.concurrent.Executor executor, Reporter reporter)
MavenEntry(Maven maven, java.lang.String path, Reporter reporter)
Constructor.Pom(Maven maven, java.io.File pomFile, java.net.URI home, Reporter reporter)
ProjectPom(Maven maven, java.io.File pomFile, Reporter reporter)
-
Uses of Reporter in aQute.bnd.obr
Methods in aQute.bnd.obr that return Reporter Modifier and Type Method Description static Reporter
OBRFragment. parse(Jar jar, ResourceBuilder resource)
static Reporter
OBRFragment. parse(java.io.File file, ResourceBuilder resource, java.lang.String base)
-
Uses of Reporter in aQute.bnd.osgi
Classes in aQute.bnd.osgi that implement Reporter Modifier and Type Class 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
Fields in aQute.bnd.osgi declared as Reporter Modifier and Type Field Description static Reporter
Processor. log
(package private) Reporter
ClassDataCollectors. reporter
(package private) Reporter
Macro. reporter
Methods in aQute.bnd.osgi with parameters of type Reporter Modifier and Type Method 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)
Constructors in aQute.bnd.osgi with parameters of type Reporter Constructor Description ClassDataCollectors(Reporter reporter)
Classpath(Reporter project, java.lang.String name)
Deprecated. -
Uses of Reporter in aQute.bnd.osgi.eclipse
Fields in aQute.bnd.osgi.eclipse declared as Reporter Modifier and Type Field Description (package private) Reporter
EclipseClasspath. reporter
Constructors in aQute.bnd.osgi.eclipse with parameters of type Reporter Constructor 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. -
Uses of Reporter in aQute.bnd.osgi.repository
Classes in aQute.bnd.osgi.repository that implement Reporter Modifier and Type Class Description class
XMLResourceParser
Fields in aQute.bnd.osgi.repository declared as Reporter Modifier and Type Field Description private Reporter
SimpleIndexer. reporter
Methods in aQute.bnd.osgi.repository with parameters of type Reporter Modifier and Type Method Description SimpleIndexer
SimpleIndexer. reporter(Reporter reporter)
-
Uses of Reporter in aQute.bnd.osgi.resource
Methods in aQute.bnd.osgi.resource that return Reporter Modifier and Type Method Description Reporter
ResourceBuilder. getReporter()
Reporter
ResourceBuilder.SafeResourceBuilder. getReporter()
-
Uses of Reporter in aQute.bnd.print
Classes in aQute.bnd.print that implement Reporter Modifier and Type Class Description class
JarPrinter
-
Uses of Reporter in aQute.bnd.resource.repository
Fields in aQute.bnd.resource.repository declared as Reporter Modifier and Type Field Description private Reporter
ResourceRepositoryImpl. reporter
Methods in aQute.bnd.resource.repository with parameters of type Reporter Modifier and Type Method Description void
ResourceRepositoryImpl. setReporter(Reporter processor)
-
Uses of Reporter in aQute.bnd.service
Methods in aQute.bnd.service with parameters of type Reporter Modifier and Type Method Description void
Plugin. setReporter(Reporter processor)
Set the current reporter.void
BndListener. signal(Reporter reporter)
-
Uses of Reporter in aQute.bnd.service.generate
Classes in aQute.bnd.service.generate that implement Reporter Modifier and Type Class Description class
BuildContext
-
Uses of Reporter in aQute.bnd.service.message
Methods in aQute.bnd.service.message with parameters of type Reporter Modifier and Type Method Description void
Dialogs. errors(java.lang.String message, Reporter reporter)
Display a list of errors and warnings. -
Uses of Reporter in aQute.bnd.signing
Classes in aQute.bnd.signing that implement Reporter Modifier and Type Class Description class
Signer
This class is used with the aQute.bnd.osgi package, it signs jars with DSA signature.Methods in aQute.bnd.signing with parameters of type Reporter Modifier and Type Method Description void
JartoolSigner. setReporter(Reporter processor)
-
Uses of Reporter in aQute.bnd.url
Classes in aQute.bnd.url that implement Reporter 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.Fields in aQute.bnd.url declared as Reporter Modifier and Type Field Description private Reporter
DefaultURLConnectionHandler. reporter
Methods in aQute.bnd.url with parameters of type Reporter Modifier and Type Method Description void
DefaultURLConnectionHandler. setReporter(Reporter processor)
Constructors in aQute.bnd.url with parameters of type Reporter Constructor Description BasicAuthentication(java.lang.String user, java.lang.String password, Reporter reporter)
BearerAuthentication(java.lang.String oauth2Token, Reporter reporter)
HttpsVerification(java.lang.String certificates, boolean hostnameVerify, Reporter reporter)
HttpsVerification(java.security.cert.X509Certificate[] certificateChain, boolean b, Reporter hc)
-
Uses of Reporter in aQute.bnd.util.repository
Constructors in aQute.bnd.util.repository with parameters of type Reporter Constructor Description DownloadListenerPromise(Reporter r, java.lang.String task, org.osgi.util.promise.Promise<java.io.File> promise, RepositoryPlugin.DownloadListener... downloadListeners)
DownloadListenerPromise(Reporter r, java.lang.String task, org.osgi.util.promise.Promise<java.io.File> promise, java.util.Map<java.lang.String,java.lang.String> attrs, RepositoryPlugin.DownloadListener... downloadListeners)
Use the promise to signal the Download Listeners -
Uses of Reporter in aQute.lib.consoleapp
Classes in aQute.lib.consoleapp that implement Reporter Modifier and Type Class Description class
AbstractConsoleApp
-
Uses of Reporter in aQute.lib.deployer
Fields in aQute.lib.deployer declared as Reporter Modifier and Type Field Description (package private) Reporter
FileRepo. reporter
Methods in aQute.lib.deployer with parameters of type Reporter Modifier and Type Method Description void
FileRepo. setReporter(Reporter reporter)
-
Uses of Reporter in aQute.lib.env
Classes in aQute.lib.env that implement Reporter Modifier and Type Class Description class
Env
Methods in aQute.lib.env with parameters of type Reporter Modifier and Type Method 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)
Constructors in aQute.lib.env with parameters of type Reporter Constructor Description Header(java.lang.String header, Reporter reporter)
-
Uses of Reporter in aQute.lib.getopt
Fields in aQute.lib.getopt declared as Reporter Modifier and Type Field Description (package private) Reporter
CommandLine. reporter
Constructors in aQute.lib.getopt with parameters of type Reporter Constructor Description CommandLine(Reporter reporter)
-
Uses of Reporter in aQute.lib.log2reporter
Classes in aQute.lib.log2reporter that implement Reporter Modifier and Type Class Description class
LogToReporterAdapter
-
Uses of Reporter in aQute.lib.utf8properties
Fields in aQute.lib.utf8properties declared as Reporter Modifier and Type Field Description private Reporter
PropertiesParser. reporter
Methods in aQute.lib.utf8properties with parameters of type Reporter Modifier and Type Method Description void
UTF8Properties. load(java.io.File file, Reporter reporter)
void
UTF8Properties. load(java.io.File file, Reporter reporter, java.lang.String[] syntaxHeaders)
void
UTF8Properties. load(java.io.InputStream in, java.io.File file, Reporter reporter)
void
UTF8Properties. load(java.io.InputStream in, java.io.File file, Reporter reporter, java.lang.String[] syntaxHeaders)
void
UTF8Properties. load(java.lang.String source, java.io.File file, Reporter reporter)
void
UTF8Properties. load(java.lang.String source, java.io.File file, Reporter reporter, java.lang.String[] syntaxHeaders)
Constructors in aQute.lib.utf8properties with parameters of type Reporter Constructor Description PropertiesParser(java.lang.String source, java.lang.String file, Reporter reporter, java.util.Properties properties)
UTF8Properties(java.io.File file, Reporter reporter)
UTF8Properties(java.io.File file, Reporter reporter, java.lang.String[] syntaxHeaders)
-
Uses of Reporter in aQute.libg.command
Fields in aQute.libg.command declared as Reporter Modifier and Type Field Description (package private) Reporter
Command. reporter
Methods in aQute.libg.command with parameters of type Reporter Modifier and Type Method Description void
Command. setReporter(Reporter reporter)
-
Uses of Reporter in aQute.libg.reporter
Classes in aQute.libg.reporter that implement Reporter Modifier and Type Class Description class
ReporterAdapter
Mainly used for testing where reporters are needed.Methods in aQute.libg.reporter with parameters of type Reporter Modifier and Type Method Description static <T> T
ReporterMessages. base(Reporter reporter, java.lang.Class<T> messages)
-
Uses of Reporter in aQute.libg.reporter.slf4j
Classes in aQute.libg.reporter.slf4j that implement Reporter Modifier and Type Class Description class
Slf4jReporter
Methods in aQute.libg.reporter.slf4j that return Reporter Modifier and Type Method Description static Reporter
Slf4jReporter. getAlternative(java.lang.Class<?> class1, Reporter reporter)
Methods in aQute.libg.reporter.slf4j with parameters of type Reporter Modifier and Type Method Description static Reporter
Slf4jReporter. getAlternative(java.lang.Class<?> class1, Reporter reporter)
-
Uses of Reporter in aQute.libg.sed
Classes in aQute.libg.sed that implement Reporter Modifier and Type Class Description class
ReplacerAdapter
Provide a macro Domain.Fields in aQute.libg.sed declared as Reporter Modifier and Type Field Description (package private) Reporter
ReplacerAdapter. reporter
Methods in aQute.libg.sed with parameters of type Reporter Modifier and Type Method Description void
ReplacerAdapter. setReporter(Reporter reporter)
-