Package org.apache.maven.internal.impl
Class DefaultProject
java.lang.Object
org.apache.maven.internal.impl.DefaultProject
- All Implemented Interfaces:
Project
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.api.Project
getBuild, getId, getLanguage, getMainArtifact, getPomArtifact
-
Constructor Details
-
DefaultProject
-
-
Method Details
-
getSession
-
getProject
-
getGroupId
- Specified by:
getGroupIdin interfaceProject
-
getArtifactId
- Specified by:
getArtifactIdin interfaceProject
-
getVersion
- Specified by:
getVersionin interfaceProject
-
getArtifacts
- Specified by:
getArtifactsin interfaceProject
-
getPackaging
- Specified by:
getPackagingin interfaceProject
-
getModel
@Nonnull public org.apache.maven.api.model.Model getModel() -
getPomPath
- Specified by:
getPomPathin interfaceProject
-
getBasedir
- Specified by:
getBasedirin interfaceProject
-
getDependencies
- Specified by:
getDependenciesin interfaceProject
-
getManagedDependencies
- Specified by:
getManagedDependenciesin interfaceProject
-
isTopProject
public boolean isTopProject()- Specified by:
isTopProjectin interfaceProject
-
isRootProject
public boolean isRootProject()- Specified by:
isRootProjectin interfaceProject
-
getRootDirectory
- Specified by:
getRootDirectoryin interfaceProject
-
getParent
-