|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.ContentValidator
Constructor Summary | |
ContentValidator()
|
Method Summary | |
protected void |
addNotice(ContentNotice notice)
Adds a single notice to the list |
protected void |
addNotice(String level,
String section,
String message)
Adds a single notice to the list |
List |
execute()
Runs the validation routine and returns any notices |
org.apache.maven.project.Project |
getProject()
|
void |
setProject(org.apache.maven.project.Project project)
Sets the project. |
protected void |
validateDevelopers()
Validates the developers element |
protected void |
validateLicenses()
Validates the licenses element |
protected void |
validateProject()
Validates the top level project item |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ContentValidator()
Method Detail |
public org.apache.maven.project.Project getProject()
public void setProject(org.apache.maven.project.Project project)
project
- The project to setprotected void addNotice(ContentNotice notice)
notice
- the notice to addprotected void addNotice(String level, String section, String message)
level
- section
- message
- public List execute()
protected void validateProject()
protected void validateLicenses()
protected void validateDevelopers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |