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()
           
 Model translate(org.apache.maven.model.v3_0_0.Model v3Model)
           
 void validateV4Basics(Model model, String groupId, String artifactId, String version, String packaging)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

translate

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

validateV4Basics

void validateV4Basics(Model model,
                      String groupId,
                      String artifactId,
                      String version,
                      String packaging)

getWarnings

List getWarnings()


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