public class BndReporter
extends org.apache.felix.ipojo.manipulator.reporter.EmptyReporter
BndReporter knows how to wrap a Bnd Reporter into an iPOJO Reporter.| Constructor and Description |
|---|
BndReporter(aQute.service.reporter.Reporter reporter) |
| Modifier and Type | Method and Description |
|---|---|
void |
error(String message,
Object... args) |
List<String> |
getErrors() |
List<String> |
getWarnings() |
void |
info(String message,
Object... args) |
void |
trace(String message,
Object... args) |
void |
warn(String message,
Object... args) |
public List<String> getErrors()
getErrors in interface org.apache.felix.ipojo.manipulator.ReportergetErrors in class org.apache.felix.ipojo.manipulator.reporter.EmptyReporterpublic List<String> getWarnings()
getWarnings in interface org.apache.felix.ipojo.manipulator.ReportergetWarnings in class org.apache.felix.ipojo.manipulator.reporter.EmptyReporterpublic void trace(String message, Object... args)
trace in interface org.apache.felix.ipojo.manipulator.Reportertrace in class org.apache.felix.ipojo.manipulator.reporter.EmptyReporterpublic void info(String message, Object... args)
info in interface org.apache.felix.ipojo.manipulator.Reporterinfo in class org.apache.felix.ipojo.manipulator.reporter.EmptyReporterpublic void warn(String message, Object... args)
warn in interface org.apache.felix.ipojo.manipulator.Reporterwarn in class org.apache.felix.ipojo.manipulator.reporter.EmptyReporterCopyright © 2006–2023 The Apache Software Foundation. All rights reserved.