public class DevNullMavenEventReporter extends Object implements MavenEventReporter
MavenEventReporter, typically used to disable the agent.| Constructor and Description |
|---|
DevNullMavenEventReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the reporter at the end of the Maven execution.
|
void |
print(Object message) |
void |
print(org.codehaus.plexus.util.xml.Xpp3Dom element) |
public void print(Object message)
print in interface MavenEventReporterpublic void print(org.codehaus.plexus.util.xml.Xpp3Dom element)
print in interface MavenEventReporterpublic void close()
MavenEventReporterMavenEventReporter.print(Object) or MavenEventReporter.print(Xpp3Dom) will be made after the invocation of this method.close in interface MavenEventReporterEventSpy.close()Copyright © 2016–2020. All rights reserved.