public interface ConverterListener
Modifier and Type | Method and Description |
---|---|
void |
addDependencyEvent(String groupId,
String artifactId,
String version) |
void |
addPluginEvent(String groupId,
String artifactId) |
void |
addReportEvent(String groupId,
String artifactId) |
void |
debug(String message) |
void |
debug(String message,
Throwable throwable) |
void |
error(String message) |
void |
error(String message,
Throwable throwable) |
void |
info(String message) |
void |
info(String message,
Throwable throwable) |
void |
relocatePluginEvent(String oldGroupId,
String oldArtifactId,
String newGroupId,
String newArtifactId) |
void |
relocateReportEvent(String oldGroupId,
String oldArtifactId,
String newGroupId,
String newArtifactId) |
void |
removePluginEvent(String groupId,
String artifactId) |
void |
removeReportEvent(String groupId,
String artifactId) |
void |
savePomEvent(File pomFileFile,
boolean alreadyExist) |
void |
warn(String message) |
void |
warn(String message,
Throwable throwable) |
void debug(String message)
void info(String message)
void warn(String message)
void error(String message)
void relocatePluginEvent(String oldGroupId, String oldArtifactId, String newGroupId, String newArtifactId)
void relocateReportEvent(String oldGroupId, String oldArtifactId, String newGroupId, String newArtifactId)
void savePomEvent(File pomFileFile, boolean alreadyExist)
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.