Package org.apache.maven.internal.impl
Class DefaultProject
java.lang.Object
org.apache.maven.internal.impl.DefaultProject
- All Implemented Interfaces:
- Project
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetModel()Returns the path to the pom file for this project.booleanMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.api.ProjectgetBasedir, getBuild, getId
- 
Constructor Details- 
DefaultProject
 
- 
- 
Method Details- 
getSession
- 
getProject
- 
getGroupId- Specified by:
- getGroupIdin interface- Project
 
- 
getArtifactId- Specified by:
- getArtifactIdin interface- Project
 
- 
getVersion- Specified by:
- getVersionin interface- Project
 
- 
getArtifact- Specified by:
- getArtifactin interface- Project
 
- 
getPackaging- Specified by:
- getPackagingin interface- Project
 
- 
getModel
- 
getPomPathDescription copied from interface:ProjectReturns the path to the pom file for this project. A project is usually read from the file system and this will point to the file. In some cases, a transient project can be created which will not point to an actual pom file.- Specified by:
- getPomPathin interface- Project
- Returns:
- the path of the pom
 
- 
getDependencies- Specified by:
- getDependenciesin interface- Project
 
- 
getManagedDependencies- Specified by:
- getManagedDependenciesin interface- Project
 
- 
isExecutionRootpublic boolean isExecutionRoot()- Specified by:
- isExecutionRootin interface- Project
 
- 
getParent
- 
getRemoteProjectRepositories- Specified by:
- getRemoteProjectRepositoriesin interface- Project
 
- 
getRemotePluginRepositories- Specified by:
- getRemotePluginRepositoriesin interface- Project
 
 
-