org.apache.maven.project
Class MavenProjectBuildingResult
java.lang.Object
org.apache.maven.project.MavenProjectBuildingResult
public class MavenProjectBuildingResult
- extends Object
- Version:
- $Id: MavenProjectBuildingResult.java 495147 2007-01-11 07:47:53Z jvanzyl $
- 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-2009 The Apache Software Foundation. All Rights Reserved.