Uses of Interface
aQute.service.reporter.Reporter.SetLocation

Packages that use Reporter.SetLocation
aQute.bnd.osgi   
aQute.bnd.url   
aQute.libg.reporter   
aQute.service.reporter   
 

Uses of Reporter.SetLocation in aQute.bnd.osgi
 

Methods in aQute.bnd.osgi that return Reporter.SetLocation
 Reporter.SetLocation Processor.error(String string, Object... args)
           
 Reporter.SetLocation Processor.error(String string, Throwable t, Object... args)
           
 Reporter.SetLocation Processor.exception(Throwable t, String format, Object... args)
           
 Reporter.SetLocation Processor.warning(String string, Object... args)
           
 

Methods in aQute.bnd.osgi with parameters of type Reporter.SetLocation
 void Processor.FileLine.set(Reporter.SetLocation sl)
           
 

Uses of Reporter.SetLocation in aQute.bnd.url
 

Methods in aQute.bnd.url that return Reporter.SetLocation
 Reporter.SetLocation DefaultURLConnectionHandler.error(String format, Object... args)
           
 Reporter.SetLocation DefaultURLConnectionHandler.exception(Throwable t, String format, Object... args)
           
 Reporter.SetLocation DefaultURLConnectionHandler.warning(String format, Object... args)
           
 

Uses of Reporter.SetLocation in aQute.libg.reporter
 

Methods in aQute.libg.reporter that return Reporter.SetLocation
 Reporter.SetLocation ReporterAdapter.error(String s, Object... args)
           
 Reporter.SetLocation ReporterAdapter.exception(Throwable t, String s, Object... args)
           
 Reporter.SetLocation ReporterAdapter.warning(String s, Object... args)
           
 

Uses of Reporter.SetLocation in aQute.service.reporter
 

Subinterfaces of Reporter.SetLocation in aQute.service.reporter
static interface Messages.ERROR
           
static interface Messages.WARNING
           
 

Methods in aQute.service.reporter that return Reporter.SetLocation
 Reporter.SetLocation Reporter.SetLocation.context(String context)
          Set the context in the header.
 Reporter.SetLocation Reporter.SetLocation.details(Object details)
          Pass a DTO containing detailed information about the error.
 Reporter.SetLocation Reporter.error(String format, Object... args)
          Create an error.
 Reporter.SetLocation Reporter.exception(Throwable t, String format, Object... args)
          Dedicated message for an exception.
 Reporter.SetLocation Reporter.SetLocation.file(String file)
          Set the file location
 Reporter.SetLocation Reporter.SetLocation.header(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(String methodName)
          Set the method where the error is reported.
 Reporter.SetLocation Reporter.SetLocation.reference(String reference)
          Set a reference for the error (url or so)
 Reporter.SetLocation Reporter.warning(String format, Object... args)
          Create a warning.
 



Copyright © 2014 aQute SARL. All rights reserved.