|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Reporter in aQute.bnd.build |
|---|
| Classes in aQute.bnd.build that implement Reporter | |
|---|---|
class |
Project
This class is NOT threadsafe |
class |
ProjectBuilder
|
class |
Run
|
class |
Workspace
|
| Methods in aQute.bnd.build with parameters of type Reporter | |
|---|---|
void |
Workspace.signal(Reporter reporter)
|
| Constructors in aQute.bnd.build with parameters of type Reporter | |
|---|---|
DownloadBlocker(Reporter reporter)
|
|
| Uses of Reporter in aQute.bnd.component |
|---|
| Classes in aQute.bnd.component that implement Reporter | |
|---|---|
class |
HeaderReader
|
| Uses of Reporter in aQute.bnd.differ |
|---|
| Constructors in aQute.bnd.differ with parameters of type Reporter | |
|---|---|
Baseline(Reporter bnd,
Differ differ)
|
|
| Uses of Reporter in aQute.bnd.header |
|---|
| Methods in aQute.bnd.header with parameters of type Reporter | |
|---|---|
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)
|
| Constructors in aQute.bnd.header with parameters of type Reporter | |
|---|---|
Parameters(String header,
Reporter reporter)
|
|
| Uses of Reporter in aQute.bnd.make.component |
|---|
| Methods in aQute.bnd.make.component that return Reporter | |
|---|---|
Reporter |
ComponentAnnotationReader.getReporter()
|
| Methods in aQute.bnd.make.component with parameters of type Reporter | |
|---|---|
static Map<String,String> |
ComponentAnnotationReader.getDefinition(Clazz c,
Reporter reporter)
|
void |
ComponentAnnotationReader.setReporter(Reporter reporter)
|
| Uses of Reporter in aQute.bnd.maven |
|---|
| Classes in aQute.bnd.maven that implement Reporter | |
|---|---|
class |
MavenCommand
|
class |
MavenDeployCmd
|
class |
PomParser
Provides a way to parse a maven pom as properties. |
| Methods in aQute.bnd.maven with parameters of type Reporter | |
|---|---|
void |
MavenRepository.setReporter(Reporter processor)
|
void |
MavenGroup.setReporter(Reporter processor)
|
void |
MavenDeployCmd.setReporter(Reporter processor)
|
void |
MavenDeploy.setReporter(Reporter processor)
|
| Uses of Reporter in aQute.bnd.maven.support |
|---|
| Methods in aQute.bnd.maven.support with parameters of type Reporter | |
|---|---|
void |
MavenRemoteRepository.setReporter(Reporter reporter)
|
| Uses of Reporter in aQute.bnd.obr |
|---|
| Methods in aQute.bnd.obr that return Reporter | |
|---|---|
static Reporter |
OBRFragment.parse(File file,
ResourceBuilder resource,
String base)
|
static Reporter |
OBRFragment.parse(Jar jar,
ResourceBuilder resource)
|
| Uses of Reporter in aQute.bnd.osgi |
|---|
| Classes in aQute.bnd.osgi that implement Reporter | |
|---|---|
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
|
| Methods in aQute.bnd.osgi with parameters of type Reporter | |
|---|---|
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)
|
| Constructors in aQute.bnd.osgi with parameters of type Reporter | |
|---|---|
Classpath(Reporter project,
String name)
|
|
| Uses of Reporter in aQute.bnd.osgi.eclipse |
|---|
| Constructors in aQute.bnd.osgi.eclipse with parameters of type Reporter | |
|---|---|
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. |
|
| Uses of Reporter in aQute.bnd.resource.repository |
|---|
| Methods in aQute.bnd.resource.repository with parameters of type Reporter | |
|---|---|
void |
ResourceRepositoryImpl.setReporter(Reporter processor)
|
| Uses of Reporter in aQute.bnd.service |
|---|
| Methods in aQute.bnd.service with parameters of type Reporter | |
|---|---|
void |
Plugin.setReporter(Reporter processor)
Set the current reporter. |
void |
BndListener.signal(Reporter reporter)
|
| Uses of Reporter in aQute.bnd.signing |
|---|
| Classes in aQute.bnd.signing that implement Reporter | |
|---|---|
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 | |
|---|---|
void |
JartoolSigner.setReporter(Reporter processor)
|
| Uses of Reporter in aQute.bnd.url |
|---|
| Classes in aQute.bnd.url that implement Reporter | |
|---|---|
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. |
| Methods in aQute.bnd.url with parameters of type Reporter | |
|---|---|
void |
DefaultURLConnectionHandler.setReporter(Reporter processor)
|
| Uses of Reporter in aQute.lib.consoleapp |
|---|
| Classes in aQute.lib.consoleapp that implement Reporter | |
|---|---|
class |
AbstractConsoleApp
|
| Uses of Reporter in aQute.lib.deployer |
|---|
| Methods in aQute.lib.deployer with parameters of type Reporter | |
|---|---|
void |
FileRepo.setReporter(Reporter reporter)
|
| Uses of Reporter in aQute.lib.env |
|---|
| Classes in aQute.lib.env that implement Reporter | |
|---|---|
class |
Env
|
| Methods in aQute.lib.env with parameters of type Reporter | |
|---|---|
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)
|
| Constructors in aQute.lib.env with parameters of type Reporter | |
|---|---|
Header(String header,
Reporter reporter)
|
|
| Uses of Reporter in aQute.lib.getopt |
|---|
| Constructors in aQute.lib.getopt with parameters of type Reporter | |
|---|---|
CommandLine(Reporter reporter)
|
|
| Uses of Reporter in aQute.libg.command |
|---|
| Methods in aQute.libg.command with parameters of type Reporter | |
|---|---|
void |
Command.setReporter(Reporter reporter)
|
| Uses of Reporter in aQute.libg.reporter |
|---|
| Classes in aQute.libg.reporter that implement Reporter | |
|---|---|
class |
ReporterAdapter
Mainly used for testing where reporters are needed. |
| Methods in aQute.libg.reporter with parameters of type Reporter | ||
|---|---|---|
static
|
ReporterMessages.base(Reporter reporter,
Class<T> messages)
|
|
| Uses of Reporter in aQute.libg.sed |
|---|
| Classes in aQute.libg.sed that implement Reporter | |
|---|---|
class |
ReplacerAdapter
Provide a macro Domain. |
| Methods in aQute.libg.sed with parameters of type Reporter | |
|---|---|
void |
ReplacerAdapter.setReporter(Reporter reporter)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||