org.apache.maven.project
Class MavenProjectBuildingResult
java.lang.Object
org.apache.maven.project.MavenProjectBuildingResult
- public class MavenProjectBuildingResult
- extends Object
- Version:
- $Id: MavenProjectBuildingResult.java 164760 2005-04-26 07:39:27Z brett $
- Author:
- Trygve Laugstøl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MavenProjectBuildingResult
public MavenProjectBuildingResult(MavenProject project)
- Parameters:
project
-
MavenProjectBuildingResult
public MavenProjectBuildingResult(ModelValidationResult modelValidationResult)
getModelValidationResult
public ModelValidationResult getModelValidationResult()
- Returns:
- Returns the modelValidationResult.
getProject
public MavenProject getProject()
- Returns:
- Returns the project.
isSuccessful
public boolean isSuccessful()
- Returns true if the project is valid.
- Returns:
- Returns true if the project is valid.
Copyright 2001-2001-2006 Apache Software Foundation. All Rights Reserved.