org.apache.maven.model.converter
Interface ConverterListener


public interface ConverterListener


Method Summary
 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)
           
 

Method Detail

debug

public void debug(String message)

debug

public void debug(String message,
                  Throwable throwable)

info

public void info(String message)

info

public void info(String message,
                 Throwable throwable)

warn

public void warn(String message)

warn

public void warn(String message,
                 Throwable throwable)

error

public void error(String message)

error

public void error(String message,
                  Throwable throwable)

addDependencyEvent

public void addDependencyEvent(String groupId,
                               String artifactId,
                               String version)

addPluginEvent

public void addPluginEvent(String groupId,
                           String artifactId)

relocatePluginEvent

public void relocatePluginEvent(String oldGroupId,
                                String oldArtifactId,
                                String newGroupId,
                                String newArtifactId)

removePluginEvent

public void removePluginEvent(String groupId,
                              String artifactId)

addReportEvent

public void addReportEvent(String groupId,
                           String artifactId)

relocateReportEvent

public void relocateReportEvent(String oldGroupId,
                                String oldArtifactId,
                                String newGroupId,
                                String newArtifactId)

removeReportEvent

public void removeReportEvent(String groupId,
                              String artifactId)

savePomEvent

public void savePomEvent(File pomFileFile,
                         boolean alreadyExist)


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.