org.apache.maven.model.converter
Interface ArtifactPomRewriter

All Known Implementing Classes:
V3PomRewriter, V4PomRewriter

public interface ArtifactPomRewriter

Author:
jdcasey

Field Summary
static String ROLE
           
static String V3_POM
           
static String V4_POM
           
 
Method Summary
 List getWarnings()
           
 void rewrite(Reader from, Writer to, boolean reportOnly, String groupId, String artifactId, String version, String packaging)
           
 

Field Detail

ROLE

public static final String ROLE

V3_POM

public static final String V3_POM
See Also:
Constant Field Values

V4_POM

public static final String V4_POM
See Also:
Constant Field Values
Method Detail

rewrite

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

getWarnings

public List getWarnings()


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