Package org.apache.maven.internal.impl
Class DefaultProject
java.lang.Object
org.apache.maven.internal.impl.DefaultProject
- All Implemented Interfaces:
- Project
- 
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@Nonnull public org.apache.maven.api.model.Model getModel()
- 
getPomPath- Specified by:
- getPomPathin interface- Project
 
- 
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
 
 
-