Package | Description |
---|---|
aQute.bnd.ant | |
aQute.bnd.osgi | |
aQute.bnd.url | |
aQute.libg.reporter | |
aQute.libg.reporter.slf4j | |
aQute.service.reporter |
Modifier and Type | Method and Description |
---|---|
Reporter.SetLocation |
BaseTask.error(java.lang.String s,
java.lang.Object... args) |
Reporter.SetLocation |
BaseTask.exception(java.lang.Throwable t,
java.lang.String format,
java.lang.Object... args) |
Reporter.SetLocation |
BaseTask.warning(java.lang.String s,
java.lang.Object... args) |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
Processor.SetLocationImpl |
Modifier and Type | Method and Description |
---|---|
Reporter.SetLocation |
Processor.SetLocationImpl.context(java.lang.String context) |
Reporter.SetLocation |
Processor.SetLocationImpl.details(java.lang.Object details) |
Reporter.SetLocation |
Processor.error(java.lang.String string,
java.lang.Object... args) |
Reporter.SetLocation |
Processor.error(java.lang.String format,
java.lang.Throwable t,
java.lang.Object... args) |
Reporter.SetLocation |
Processor.exception(java.lang.Throwable t,
java.lang.String format,
java.lang.Object... args) |
Reporter.SetLocation |
Processor.SetLocationImpl.file(java.lang.String file) |
Reporter.SetLocation |
Processor.SetLocationImpl.header(java.lang.String header) |
Reporter.SetLocation |
Processor.SetLocationImpl.length(int length) |
Reporter.SetLocation |
Processor.SetLocationImpl.line(int n) |
private Reporter.SetLocation |
Processor.location(java.lang.String s) |
Reporter.SetLocation |
Processor.SetLocationImpl.method(java.lang.String methodName) |
Reporter.SetLocation |
Processor.SetLocationImpl.reference(java.lang.String reference) |
Reporter.SetLocation |
Processor.warning(java.lang.String string,
java.lang.Object... args) |
Modifier and Type | Method and Description |
---|---|
private void |
Verifier.registerActivatorErrorLocation(Reporter.SetLocation location,
java.lang.String activator,
Verifier.ActivatorErrorType errorType) |
void |
Processor.FileLine.set(Reporter.SetLocation sl) |
void |
Analyzer.setTypeLocation(Reporter.SetLocation location,
Descriptors.TypeRef type)
Set location information for a type.
|
Modifier and Type | Method and Description |
---|---|
Reporter.SetLocation |
DefaultURLConnectionHandler.error(java.lang.String format,
java.lang.Object... args) |
Reporter.SetLocation |
DefaultURLConnectionHandler.exception(java.lang.Throwable t,
java.lang.String format,
java.lang.Object... args) |
Reporter.SetLocation |
DefaultURLConnectionHandler.warning(java.lang.String format,
java.lang.Object... args) |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
ReporterAdapter.LocationImpl |
(package private) static class |
ReporterMessages.ERRORImpl |
(package private) static class |
ReporterMessages.WARNINGImpl |
Modifier and Type | Field and Description |
---|---|
(package private) Reporter.SetLocation |
ReporterMessages.WARNINGImpl.loc |
Modifier and Type | Method and Description |
---|---|
Reporter.SetLocation |
ReporterAdapter.LocationImpl.context(java.lang.String context) |
Reporter.SetLocation |
ReporterMessages.WARNINGImpl.context(java.lang.String context) |
Reporter.SetLocation |
ReporterAdapter.LocationImpl.details(java.lang.Object details) |
Reporter.SetLocation |
ReporterMessages.WARNINGImpl.details(java.lang.Object details) |
Reporter.SetLocation |
ReporterAdapter.error(java.lang.String s,
java.lang.Object... args) |
Reporter.SetLocation |
ReporterAdapter.exception(java.lang.Throwable t,
java.lang.String s,
java.lang.Object... args) |
Reporter.SetLocation |
ReporterAdapter.LocationImpl.file(java.lang.String file) |
Reporter.SetLocation |
ReporterMessages.WARNINGImpl.file(java.lang.String file) |
Reporter.SetLocation |
ReporterAdapter.LocationImpl.header(java.lang.String header) |
Reporter.SetLocation |
ReporterMessages.WARNINGImpl.header(java.lang.String header) |
Reporter.SetLocation |
ReporterAdapter.LocationImpl.length(int length) |
Reporter.SetLocation |
ReporterMessages.WARNINGImpl.length(int length) |
Reporter.SetLocation |
ReporterAdapter.LocationImpl.line(int line) |
Reporter.SetLocation |
ReporterMessages.WARNINGImpl.line(int n) |
private Reporter.SetLocation |
ReporterAdapter.location(java.lang.String e) |
Reporter.SetLocation |
ReporterAdapter.LocationImpl.method(java.lang.String methodName) |
Reporter.SetLocation |
ReporterMessages.WARNINGImpl.method(java.lang.String methodName) |
Reporter.SetLocation |
ReporterAdapter.LocationImpl.reference(java.lang.String reference) |
Reporter.SetLocation |
ReporterMessages.WARNINGImpl.reference(java.lang.String reference) |
Reporter.SetLocation |
ReporterAdapter.warning(java.lang.String s,
java.lang.Object... args) |
Constructor and Description |
---|
ERRORImpl(Reporter.SetLocation e) |
WARNINGImpl(Reporter.SetLocation loc) |
Modifier and Type | Method and Description |
---|---|
Reporter.SetLocation |
Slf4jReporter.error(java.lang.String format,
java.lang.Object... args) |
Reporter.SetLocation |
Slf4jReporter.exception(java.lang.Throwable t,
java.lang.String format,
java.lang.Object... args) |
Reporter.SetLocation |
Slf4jReporter.warning(java.lang.String format,
java.lang.Object... args) |
Modifier and Type | Interface and Description |
---|---|
static interface |
Messages.ERROR |
static interface |
Messages.WARNING |
Modifier and Type | Method and Description |
---|---|
Reporter.SetLocation |
Reporter.SetLocation.context(java.lang.String context)
Set the context in the header.
|
Reporter.SetLocation |
Reporter.SetLocation.details(java.lang.Object details)
Pass a DTO containing detailed information about the error.
|
Reporter.SetLocation |
Reporter.error(java.lang.String format,
java.lang.Object... args)
Create an error.
|
Reporter.SetLocation |
Reporter.exception(java.lang.Throwable t,
java.lang.String format,
java.lang.Object... args)
Dedicated message for an exception.
|
Reporter.SetLocation |
Reporter.SetLocation.file(java.lang.String file)
Set the file location
|
Reporter.SetLocation |
Reporter.SetLocation.header(java.lang.String header)
Set the header/section location.
|
Reporter.SetLocation |
Reporter.SetLocation.length(int length) |
Reporter.SetLocation |
Reporter.SetLocation.line(int n)
Set the line number.
|
Reporter.SetLocation |
Reporter.SetLocation.method(java.lang.String methodName)
Set the method where the error is reported.
|
Reporter.SetLocation |
Reporter.SetLocation.reference(java.lang.String reference)
Set a reference for the error (url or so)
|
Reporter.SetLocation |
Reporter.warning(java.lang.String format,
java.lang.Object... args)
Create a warning.
|