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:
getGroupId
in interfaceProject
-
getArtifactId
- Specified by:
getArtifactId
in interfaceProject
-
getVersion
- Specified by:
getVersion
in interfaceProject
-
getArtifacts
- Specified by:
getArtifacts
in interfaceProject
-
getPackaging
- Specified by:
getPackaging
in interfaceProject
-
getModel
@Nonnull public org.apache.maven.api.model.Model getModel() -
getPomPath
- Specified by:
getPomPath
in interfaceProject
-
getBasedir
- Specified by:
getBasedir
in interfaceProject
-
getDependencies
- Specified by:
getDependencies
in interfaceProject
-
getManagedDependencies
- Specified by:
getManagedDependencies
in interfaceProject
-
isTopProject
public boolean isTopProject()- Specified by:
isTopProject
in interfaceProject
-
isRootProject
public boolean isRootProject()- Specified by:
isRootProject
in interfaceProject
-
getRootDirectory
- Specified by:
getRootDirectory
in interfaceProject
-
getParent
-