org.apache.maven.model.converter
Interface ModelConverter

All Known Implementing Classes:
PomV3ToV4Translator

public interface ModelConverter

Model conversion interface.

Version:
$Id: ModelConverter.java 661727 2008-05-30 14:21:49Z bentmann $
Author:
Brett Porter

Field Summary
static String ROLE
           
 
Method Summary
 List getWarnings()
           
 org.apache.maven.model.Model translate(org.apache.maven.model.v3_0_0.Model v3Model)
           
 void validateV4Basics(org.apache.maven.model.Model model, String groupId, String artifactId, String version, String packaging)
           
 

Field Detail

ROLE

public static final String ROLE
Method Detail

translate

public org.apache.maven.model.Model translate(org.apache.maven.model.v3_0_0.Model v3Model)
                                       throws PomTranslationException
Throws:
PomTranslationException

validateV4Basics

public void validateV4Basics(org.apache.maven.model.Model model,
                             String groupId,
                             String artifactId,
                             String version,
                             String packaging)

getWarnings

public List getWarnings()


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