org.apache.maven.model.converter
Class V3PomRewriter

java.lang.Object
  extended by org.apache.maven.model.converter.V3PomRewriter
All Implemented Interfaces:
ArtifactPomRewriter

public class V3PomRewriter
extends Object
implements ArtifactPomRewriter

Author:
jdcasey
Plexus component:
role:
"org.apache.maven.model.converter.ArtifactPomRewriter"
role-hint:
"v3"

Field Summary
 
Fields inherited from interface org.apache.maven.model.converter.ArtifactPomRewriter
ROLE, V3_POM, V4_POM
 
Constructor Summary
V3PomRewriter()
           
 
Method Summary
 List getWarnings()
           
 void rewrite(Reader from, Writer to, boolean reportOnly, String groupId, String artifactId, String version, String packaging)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

V3PomRewriter

public V3PomRewriter()
Method Detail

rewrite

public void rewrite(Reader from,
                    Writer to,
                    boolean reportOnly,
                    String groupId,
                    String artifactId,
                    String version,
                    String packaging)
             throws Exception
Specified by:
rewrite in interface ArtifactPomRewriter
Throws:
Exception

getWarnings

public List getWarnings()
Specified by:
getWarnings in interface ArtifactPomRewriter


Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.