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
Modifier and TypeMethodDescriptionorg.apache.maven.api.model.ModelgetModel()booleanbooleanbooleanMethods 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
getBasedir, getBuild, getId
-
Constructor Details
-
DefaultProject
-
-
Method Details
-
getSession
-
getProject
-
getGroupId
- Specified by:
getGroupIdin interfaceProject
-
getArtifactId
- Specified by:
getArtifactIdin interfaceProject
-
getVersion
- Specified by:
getVersionin interfaceProject
-
getArtifact
- Specified by:
getArtifactin interfaceProject
-
getPackaging
- Specified by:
getPackagingin interfaceProject
-
getModel
@Nonnull public org.apache.maven.api.model.Model getModel() -
getPomPath
- Specified by:
getPomPathin interfaceProject
-
getDependencies
- Specified by:
getDependenciesin interfaceProject
-
getManagedDependencies
- Specified by:
getManagedDependenciesin interfaceProject
-
isExecutionRoot
public boolean isExecutionRoot()- Specified by:
isExecutionRootin interfaceProject
-
isTopProject
public boolean isTopProject()- Specified by:
isTopProjectin interfaceProject
-
isRootProject
public boolean isRootProject()- Specified by:
isRootProjectin interfaceProject
-
getRootDirectory
- Specified by:
getRootDirectoryin interfaceProject
-
getParent
-
getRemoteProjectRepositories
- Specified by:
getRemoteProjectRepositoriesin interfaceProject
-
getRemotePluginRepositories
- Specified by:
getRemotePluginRepositoriesin interfaceProject
-