Uses of Interface
aQute.service.reporter.Reporter
-
Packages that use Reporter Package Description aQute.lib.consoleapp aQute.lib.env aQute.lib.getopt aQute.lib.log2reporter aQute.lib.utf8properties aQute.libg.command aQute.libg.reporter aQute.libg.reporter.slf4j aQute.libg.sed -
-
Uses of Reporter in aQute.lib.consoleapp
Classes in aQute.lib.consoleapp that implement Reporter Modifier and Type Class Description class
AbstractConsoleApp
-
Uses of Reporter in aQute.lib.env
Classes in aQute.lib.env that implement Reporter Modifier and Type Class Description class
Env
Methods in aQute.lib.env with parameters of type Reporter Modifier and Type Method Description static Header
Header. parseHeader(java.lang.String value, Reporter logger)
Standard OSGi header parser.static Header
Header. parseHeader(java.lang.String value, Reporter logger, Header result)
static Props
Header. parseProperties(java.lang.String input, Reporter logger)
Constructors in aQute.lib.env with parameters of type Reporter Constructor Description Header(java.lang.String header, Reporter reporter)
-
Uses of Reporter in aQute.lib.getopt
Constructors in aQute.lib.getopt with parameters of type Reporter Constructor Description CommandLine(Reporter reporter)
-
Uses of Reporter in aQute.lib.log2reporter
Classes in aQute.lib.log2reporter that implement Reporter Modifier and Type Class Description class
LogToReporterAdapter
-
Uses of Reporter in aQute.lib.utf8properties
Methods in aQute.lib.utf8properties with parameters of type Reporter Modifier and Type Method Description void
UTF8Properties. load(java.io.File file, Reporter reporter)
void
UTF8Properties. load(java.io.InputStream in, java.io.File file, Reporter reporter)
void
UTF8Properties. load(java.lang.String source, java.io.File file, Reporter reporter)
-
Uses of Reporter in aQute.libg.command
Methods in aQute.libg.command with parameters of type Reporter Modifier and Type Method Description void
Command. setReporter(Reporter reporter)
-
Uses of Reporter in aQute.libg.reporter
Classes in aQute.libg.reporter that implement Reporter Modifier and Type Class Description class
ReporterAdapter
Mainly used for testing where reporters are needed.Methods in aQute.libg.reporter with parameters of type Reporter Modifier and Type Method Description static <T> T
ReporterMessages. base(Reporter reporter, java.lang.Class<T> messages)
-
Uses of Reporter in aQute.libg.reporter.slf4j
Classes in aQute.libg.reporter.slf4j that implement Reporter Modifier and Type Class Description class
Slf4jReporter
Methods in aQute.libg.reporter.slf4j that return Reporter Modifier and Type Method Description static Reporter
Slf4jReporter. getAlternative(java.lang.Class<?> class1, Reporter reporter)
Methods in aQute.libg.reporter.slf4j with parameters of type Reporter Modifier and Type Method Description static Reporter
Slf4jReporter. getAlternative(java.lang.Class<?> class1, Reporter reporter)
-
Uses of Reporter in aQute.libg.sed
Classes in aQute.libg.sed that implement Reporter Modifier and Type Class Description class
ReplacerAdapter
Provide a macro Domain.Methods in aQute.libg.sed with parameters of type Reporter Modifier and Type Method Description void
ReplacerAdapter. setReporter(Reporter reporter)
-