org.apache.felix.ipojo.task
Class AntReporter
java.lang.Object
org.apache.felix.ipojo.manipulator.reporter.EmptyReporter
org.apache.felix.ipojo.task.AntReporter
- All Implemented Interfaces:
- Reporter
public class AntReporter
- extends EmptyReporter
An AntReporter
wraps an Ant project (central place for logging in ant
into an iPOJO Reporter.
- Author:
- Felix Project Team
Constructor Summary |
AntReporter(org.apache.tools.ant.Project project)
|
Method Summary |
void |
error(java.lang.String message,
java.lang.Object... args)
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AntReporter
public AntReporter(org.apache.tools.ant.Project project)
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-2012 The Apache Software Foundation. All Rights Reserved.