public class BndReporter extends 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(java.lang.String message,
java.lang.Object... args) |
java.util.List<java.lang.String> |
getErrors() |
java.util.List<java.lang.String> |
getWarnings() |
void |
info(java.lang.String message,
java.lang.Object... args) |
void |
trace(java.lang.String message,
java.lang.Object... args) |
void |
warn(java.lang.String message,
java.lang.Object... args) |
getMessageArguments, getThrowable
public java.util.List<java.lang.String> getErrors()
getErrors
in interface Reporter
getErrors
in class EmptyReporter
public java.util.List<java.lang.String> getWarnings()
getWarnings
in interface Reporter
getWarnings
in class EmptyReporter
public void trace(java.lang.String message, java.lang.Object... args)
trace
in interface Reporter
trace
in class EmptyReporter
public void info(java.lang.String message, java.lang.Object... args)
info
in interface Reporter
info
in class EmptyReporter
public void warn(java.lang.String message, java.lang.Object... args)
warn
in interface Reporter
warn
in class EmptyReporter
public void error(java.lang.String message, java.lang.Object... args)
error
in interface Reporter
error
in class EmptyReporter
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.