@ThreadSafe public interface MavenEventReporter
MavenEventReporter MUST be thread safe.| 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) |
void print(Object message)
void print(org.codehaus.plexus.util.xml.Xpp3Dom element)
void close()
print(Object) or print(Xpp3Dom) will be made after the invocation of this method.EventSpy.close()Copyright © 2016–2020. All rights reserved.