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 classProcessor.SetLocationImplMethods in aQute.bnd.osgi that return Reporter.SetLocation Modifier and Type Method Description Reporter.SetLocationProcessor.SetLocationImpl. context(java.lang.String context)Reporter.SetLocationProcessor.SetLocationImpl. details(java.lang.Object details)Reporter.SetLocationProcessor. error(java.lang.String string, java.lang.Object... args)Reporter.SetLocationProcessor. error(java.lang.String format, java.lang.Throwable t, java.lang.Object... args)Reporter.SetLocationProcessor. exception(java.lang.Throwable t, java.lang.String format, java.lang.Object... args)Reporter.SetLocationProcessor.SetLocationImpl. file(java.lang.String file)Reporter.SetLocationProcessor.SetLocationImpl. header(java.lang.String header)Reporter.SetLocationProcessor.SetLocationImpl. length(int length)Reporter.SetLocationProcessor.SetLocationImpl. line(int n)private Reporter.SetLocationProcessor. location(java.lang.String s)Reporter.SetLocationProcessor.SetLocationImpl. method(java.lang.String methodName)Reporter.SetLocationProcessor.SetLocationImpl. reference(java.lang.String reference)Reporter.SetLocationProcessor. setLocation(java.lang.String header, java.lang.String clause, Reporter.SetLocation setLocation)Reporter.SetLocationProcessor. 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 voidVerifier. registerActivatorErrorLocation(Reporter.SetLocation location, java.lang.String activator, Verifier.ActivatorErrorType errorType)voidProcessor.FileLine. set(Reporter.SetLocation sl)Reporter.SetLocationProcessor. setLocation(java.lang.String header, java.lang.String clause, Reporter.SetLocation setLocation)voidAnalyzer. 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.SetLocationDefaultURLConnectionHandler. error(java.lang.String format, java.lang.Object... args)Reporter.SetLocationDefaultURLConnectionHandler. exception(java.lang.Throwable t, java.lang.String format, java.lang.Object... args)Reporter.SetLocationDefaultURLConnectionHandler. 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 classReporterAdapter.LocationImpl(package private) static classReporterMessages.ERRORImpl(package private) static classReporterMessages.WARNINGImplFields in aQute.libg.reporter declared as Reporter.SetLocation Modifier and Type Field Description (package private) Reporter.SetLocationReporterMessages.WARNINGImpl. locMethods in aQute.libg.reporter that return Reporter.SetLocation Modifier and Type Method Description Reporter.SetLocationReporterAdapter.LocationImpl. context(java.lang.String context)Reporter.SetLocationReporterMessages.WARNINGImpl. context(java.lang.String context)Reporter.SetLocationReporterAdapter.LocationImpl. details(java.lang.Object details)Reporter.SetLocationReporterMessages.WARNINGImpl. details(java.lang.Object details)Reporter.SetLocationReporterAdapter. error(java.lang.String s, java.lang.Object... args)Reporter.SetLocationReporterAdapter. exception(java.lang.Throwable t, java.lang.String s, java.lang.Object... args)Reporter.SetLocationReporterAdapter.LocationImpl. file(java.lang.String file)Reporter.SetLocationReporterMessages.WARNINGImpl. file(java.lang.String file)Reporter.SetLocationReporterAdapter.LocationImpl. header(java.lang.String header)Reporter.SetLocationReporterMessages.WARNINGImpl. header(java.lang.String header)Reporter.SetLocationReporterAdapter.LocationImpl. length(int length)Reporter.SetLocationReporterMessages.WARNINGImpl. length(int length)Reporter.SetLocationReporterAdapter.LocationImpl. line(int line)Reporter.SetLocationReporterMessages.WARNINGImpl. line(int n)private Reporter.SetLocationReporterAdapter. location(java.lang.String e)Reporter.SetLocationReporterAdapter.LocationImpl. method(java.lang.String methodName)Reporter.SetLocationReporterMessages.WARNINGImpl. method(java.lang.String methodName)Reporter.SetLocationReporterAdapter.LocationImpl. reference(java.lang.String reference)Reporter.SetLocationReporterMessages.WARNINGImpl. reference(java.lang.String reference)Reporter.SetLocationReporterAdapter. 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.SetLocationSlf4jReporter. error(java.lang.String format, java.lang.Object... args)Reporter.SetLocationSlf4jReporter. exception(java.lang.Throwable t, java.lang.String format, java.lang.Object... args)Reporter.SetLocationSlf4jReporter. 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 interfaceMessages.ERRORstatic interfaceMessages.WARNINGMethods in aQute.service.reporter that return Reporter.SetLocation Modifier and Type Method Description Reporter.SetLocationReporter.SetLocation. context(java.lang.String context)Set the context in the header.Reporter.SetLocationReporter.SetLocation. details(java.lang.Object details)Pass a DTO containing detailed information about the error.Reporter.SetLocationReporter. error(java.lang.String format, java.lang.Object... args)Create an error.Reporter.SetLocationReporter. exception(java.lang.Throwable t, java.lang.String format, java.lang.Object... args)Dedicated message for an exception.Reporter.SetLocationReporter.SetLocation. file(java.lang.String file)Set the file locationReporter.SetLocationReporter.SetLocation. header(java.lang.String header)Set the header/section location.Reporter.SetLocationReporter.SetLocation. length(int length)Reporter.SetLocationReporter.SetLocation. line(int n)Set the line number.Reporter.SetLocationReporter.SetLocation. method(java.lang.String methodName)Set the method where the error is reported.Reporter.SetLocationReporter.SetLocation. reference(java.lang.String reference)Set a reference for the error (url or so)Reporter.SetLocationReporter. warning(java.lang.String format, java.lang.Object... args)Create a warning.
-