org.apache.felix.ipojo.bnd
Class BndReporter

java.lang.Object
  extended by org.apache.felix.ipojo.manipulator.reporter.EmptyReporter
      extended by org.apache.felix.ipojo.bnd.BndReporter
All Implemented Interfaces:
Reporter

public class BndReporter
extends EmptyReporter

A BndReporter knows how to wrap a Bnd Reporter into an iPOJO Reporter.

Author:
Felix Project Team

Constructor Summary
BndReporter(aQute.libg.reporter.Reporter reporter)
           
 
Method Summary
 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)
           
 
Methods inherited from class org.apache.felix.ipojo.manipulator.reporter.EmptyReporter
getMessageArguments, getThrowable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BndReporter

public BndReporter(aQute.libg.reporter.Reporter reporter)
Method Detail

getErrors

public java.util.List<java.lang.String> getErrors()
Specified by:
getErrors in interface Reporter
Overrides:
getErrors in class EmptyReporter

getWarnings

public java.util.List<java.lang.String> getWarnings()
Specified by:
getWarnings in interface Reporter
Overrides:
getWarnings in class EmptyReporter

trace

public void trace(java.lang.String message,
                  java.lang.Object... args)
Specified by:
trace in interface Reporter
Overrides:
trace in class EmptyReporter

info

public void info(java.lang.String message,
                 java.lang.Object... args)
Specified by:
info in interface Reporter
Overrides:
info in class EmptyReporter

warn

public void warn(java.lang.String message,
                 java.lang.Object... args)
Specified by:
warn in interface Reporter
Overrides:
warn in class EmptyReporter

error

public void error(java.lang.String message,
                  java.lang.Object... args)
Specified by:
error in interface Reporter
Overrides:
error in class EmptyReporter


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.