Uses of Interface
aQute.service.reporter.Reporter.SetLocation
-
Packages that use Reporter.SetLocation Package Description aQute.bnd.osgi aQute.bnd.url aQute.libg.reporter aQute.libg.reporter.slf4j aQute.service.reporter -
-
Uses of Reporter.SetLocation in aQute.bnd.osgi
Classes in aQute.bnd.osgi that implement Reporter.SetLocation Modifier and Type Class Description (package private) static class
Processor.SetLocationImpl
Methods in aQute.bnd.osgi that return Reporter.SetLocation Modifier and Type Method 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. setLocation(java.lang.String header, java.lang.String clause, Reporter.SetLocation setLocation)
Reporter.SetLocation
Processor. warning(java.lang.String string, java.lang.Object... args)
Methods in aQute.bnd.osgi with parameters of type Reporter.SetLocation Modifier and Type Method Description private void
Verifier. registerActivatorErrorLocation(Reporter.SetLocation location, java.lang.String activator, Verifier.ActivatorErrorType errorType)
void
Processor.FileLine. set(Reporter.SetLocation sl)
Reporter.SetLocation
Processor. setLocation(java.lang.String header, java.lang.String clause, Reporter.SetLocation setLocation)
void
Analyzer. setTypeLocation(Reporter.SetLocation location, Descriptors.TypeRef type)
Set location information for a type. -
Uses of Reporter.SetLocation in aQute.bnd.url
Methods in aQute.bnd.url that return Reporter.SetLocation Modifier and Type Method 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)
-
Uses of Reporter.SetLocation in aQute.libg.reporter
Classes in aQute.libg.reporter that implement Reporter.SetLocation Modifier and Type Class Description (package private) static class
ReporterAdapter.LocationImpl
(package private) static class
ReporterMessages.ERRORImpl
(package private) static class
ReporterMessages.WARNINGImpl
Fields in aQute.libg.reporter declared as Reporter.SetLocation Modifier and Type Field Description (package private) Reporter.SetLocation
ReporterMessages.WARNINGImpl. loc
Methods in aQute.libg.reporter that return Reporter.SetLocation Modifier and Type Method 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)
Constructors in aQute.libg.reporter with parameters of type Reporter.SetLocation Constructor Description ERRORImpl(Reporter.SetLocation e)
WARNINGImpl(Reporter.SetLocation loc)
-
Uses of Reporter.SetLocation in aQute.libg.reporter.slf4j
Methods in aQute.libg.reporter.slf4j that return Reporter.SetLocation Modifier and Type Method 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)
-
Uses of Reporter.SetLocation in aQute.service.reporter
Subinterfaces of Reporter.SetLocation in aQute.service.reporter Modifier and Type Interface Description static interface
Messages.ERROR
static interface
Messages.WARNING
Methods in aQute.service.reporter that return Reporter.SetLocation Modifier and Type Method 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 locationReporter.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.
-