Class DefaultProject
java.lang.Object
org.apache.maven.internal.impl.DefaultProject
- All Implemented Interfaces:
org.apache.maven.api.Project
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.apache.maven.api.ProducedArtifact> List<org.apache.maven.api.model.Profile> List<org.apache.maven.api.model.Profile> List<org.apache.maven.api.DependencyCoordinates> List<org.apache.maven.api.model.Profile> List<org.apache.maven.api.model.Profile> List<org.apache.maven.api.DependencyCoordinates> org.apache.maven.api.model.ModelgetModel()org.apache.maven.api.PackagingOptional<org.apache.maven.api.Project> booleanbooleanMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.api.Project
getBuild, getId, getLanguage, getMainArtifact, getOutputDirectory, getPomArtifact
-
Constructor Details
-
DefaultProject
-
-
Method Details
-
getSession
-
getProject
-
getGroupId
- Specified by:
getGroupIdin interfaceorg.apache.maven.api.Project
-
getArtifactId
- Specified by:
getArtifactIdin interfaceorg.apache.maven.api.Project
-
getVersion
- Specified by:
getVersionin interfaceorg.apache.maven.api.Project
-
getArtifacts
- Specified by:
getArtifactsin interfaceorg.apache.maven.api.Project
-
getPackaging
@Nonnull public org.apache.maven.api.Packaging getPackaging()- Specified by:
getPackagingin interfaceorg.apache.maven.api.Project
-
getModel
@Nonnull public org.apache.maven.api.model.Model getModel()- Specified by:
getModelin interfaceorg.apache.maven.api.Project
-
getPomPath
- Specified by:
getPomPathin interfaceorg.apache.maven.api.Project
-
getBasedir
- Specified by:
getBasedirin interfaceorg.apache.maven.api.Project
-
getDependencies
- Specified by:
getDependenciesin interfaceorg.apache.maven.api.Project
-
getManagedDependencies
- Specified by:
getManagedDependenciesin interfaceorg.apache.maven.api.Project
-
isTopProject
public boolean isTopProject()- Specified by:
isTopProjectin interfaceorg.apache.maven.api.Project
-
isRootProject
public boolean isRootProject()- Specified by:
isRootProjectin interfaceorg.apache.maven.api.Project
-
getRootDirectory
- Specified by:
getRootDirectoryin interfaceorg.apache.maven.api.Project
-
getParent
- Specified by:
getParentin interfaceorg.apache.maven.api.Project
-
getDeclaredProfiles
- Specified by:
getDeclaredProfilesin interfaceorg.apache.maven.api.Project
-
getEffectiveProfiles
- Specified by:
getEffectiveProfilesin interfaceorg.apache.maven.api.Project
-
getDeclaredActiveProfiles
- Specified by:
getDeclaredActiveProfilesin interfaceorg.apache.maven.api.Project
-
getEffectiveActiveProfiles
- Specified by:
getEffectiveActiveProfilesin interfaceorg.apache.maven.api.Project
-