org.apache.maven.project.validation
Interface ModelValidator

All Known Implementing Classes:
DefaultModelValidator

Deprecated.

@Deprecated
public interface ModelValidator

Checks the model for missing or invalid values.

Version:
$Id: ModelValidator.java 779289 2009-05-27 19:59:17Z bentmann $
Author:
Trygve Laugstøl

Field Summary
static java.lang.String ROLE
          Deprecated.  
 
Method Summary
 ModelValidationResult validate(Model model)
          Deprecated.  
 

Field Detail

ROLE

static final java.lang.String ROLE
Deprecated. 
Method Detail

validate

ModelValidationResult validate(Model model)
Deprecated. 


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.