JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.maven.project.validation
ModelValidator
Contents
Description
Field Summary
Method Summary
Field Details
ROLE
Method Details
validate(Model)
Hide sidebar
Show sidebar
Interface ModelValidator
All Known Implementing Classes:
DefaultModelValidator
@Deprecated
public interface
ModelValidator
Deprecated.
Checks the model for missing or invalid values.
Author:
Trygve Laugstøl
Field Summary
Fields
Modifier and Type
Field
Description
static final
String
ROLE
Deprecated.
Method Summary
All Methods
Instance Methods
Abstract Methods
Deprecated Methods
Modifier and Type
Method
Description
ModelValidationResult
validate
(
Model
model)
Deprecated.
Field Details
ROLE
static final
String
ROLE
Deprecated.
Method Details
validate
ModelValidationResult
validate
(
Model
model)
Deprecated.