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 TypeMethodDescriptionorg.apache.maven.api.model.ModelgetModel()booleanbooleanbooleanMethods 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@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
 
- 
isTopProjectpublic boolean isTopProject()- Specified by:
- isTopProjectin interface- Project
 
- 
isRootProjectpublic boolean isRootProject()- Specified by:
- isRootProjectin interface- Project
 
- 
getRootDirectory- Specified by:
- getRootDirectoryin interface- Project
 
- 
getParent
- 
getRemoteProjectRepositories- Specified by:
- getRemoteProjectRepositoriesin interface- Project
 
- 
getRemotePluginRepositories- Specified by:
- getRemotePluginRepositoriesin interface- Project
 
 
-