public class MavenProjectBasicStub extends MavenProject
| Modifier and Type | Field and Description |
|---|---|
protected Properties |
properties |
protected String |
testRootDir |
EMPTY_PROJECT_ARTIFACT_ID, EMPTY_PROJECT_GROUP_ID, EMPTY_PROJECT_VERSION| Constructor and Description |
|---|
MavenProjectBasicStub() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(String key,
String value) |
MavenProject |
clone() |
String |
getArtifactId() |
Set<Artifact> |
getArtifacts() |
File |
getBasedir() |
org.apache.maven.model.Build |
getBuild() |
String |
getDescription() |
String |
getGroupId() |
String |
getName() |
org.apache.maven.model.Organization |
getOrganization() |
String |
getPackaging() |
Properties |
getProperties() |
String |
getVersion() |
addAttachedArtifact, addCompileSourceRoot, addContributor, addDeveloper, addLicense, addLifecyclePhase, addMailingList, addProjectReference, addResource, addScriptSourceRoot, addTestCompileSourceRoot, addTestResource, attachArtifact, createArtifacts, equals, getActiveProfiles, getArtifact, getArtifactMap, getAttachedArtifacts, getBuildExtensions, getBuildPlugins, getCiManagement, getClassRealm, getCollectedProjects, getCompileArtifacts, getCompileClasspathElements, getCompileDependencies, getCompileSourceRoots, getContextValue, getContributors, getDefaultGoal, getDependencies, getDependencyArtifacts, getDependencyManagement, getDevelopers, getDistributionManagement, getDistributionManagementArtifactRepository, getExecutionProject, getExtensionArtifactMap, getExtensionArtifacts, getExtensionDependencyFilter, getFile, getFilters, getGoalConfiguration, getId, getInceptionYear, getInjectedProfileIds, getIssueManagement, getLicenses, getMailingLists, getManagedVersionMap, getModel, getModelVersion, getModulePathAdjustment, getModules, getOriginalModel, getParent, getParentArtifact, getParentFile, getPlugin, getPluginArtifactMap, getPluginArtifactRepositories, getPluginArtifacts, getPluginManagement, getPluginRepositories, getPrerequisites, getProjectReferences, getReleaseArtifactRepository, getRemoteArtifactRepositories, getRemotePluginRepositories, getRemoteProjectRepositories, getReportArtifactMap, getReportArtifacts, getReportConfiguration, getReporting, getReportPlugins, getRepositories, getResources, getRuntimeArtifacts, getRuntimeClasspathElements, getRuntimeDependencies, getScm, getScriptSourceRoots, getSnapshotArtifactRepository, getSystemArtifacts, getSystemClasspathElements, getSystemDependencies, getTestArtifacts, getTestClasspathElements, getTestCompileSourceRoots, getTestDependencies, getTestResources, getUrl, hashCode, hasLifecyclePhase, hasParent, isExecutionRoot, replaceWithActiveArtifact, setActiveProfiles, setArtifact, setArtifactFilter, setArtifactId, setArtifacts, setAttachedArtifacts, setBuild, setCiManagement, setClassRealm, setCollectedProjects, setCompileSourceRoots, setContextValue, setContributors, setDependencies, setDependencyArtifacts, setDescription, setDevelopers, setDistributionManagement, setExecutionProject, setExecutionRoot, setExtensionArtifacts, setExtensionDependencyFilter, setFile, setGroupId, setInceptionYear, setInjectedProfileIds, setIssueManagement, setLicenses, setMailingLists, setManagedVersionMap, setModel, setModelVersion, setName, setOrganization, setOriginalModel, setPackaging, setParent, setParentArtifact, setParentFile, setPluginArtifactRepositories, setReleaseArtifactRepository, setRemoteArtifactRepositories, setReportArtifacts, setReporting, setResolvedArtifacts, setScm, setScriptSourceRoots, setSnapshotArtifactRepository, setTestCompileSourceRoots, setUrl, setVersion, toString, writeModel, writeOriginalModelprotected String testRootDir
protected Properties properties
public Set<Artifact> getArtifacts()
getArtifacts in class MavenProjectpublic String getName()
getName in class MavenProjectpublic File getBasedir()
getBasedir in class MavenProjectpublic String getGroupId()
getGroupId in class MavenProjectpublic String getArtifactId()
getArtifactId in class MavenProjectpublic String getPackaging()
getPackaging in class MavenProjectpublic String getVersion()
getVersion in class MavenProjectpublic Properties getProperties()
getProperties in class MavenProjectpublic String getDescription()
getDescription in class MavenProjectpublic org.apache.maven.model.Organization getOrganization()
getOrganization in class MavenProjectpublic org.apache.maven.model.Build getBuild()
getBuild in class MavenProjectpublic MavenProject clone()
clone in class MavenProjectCopyright © 2002–2017 The Apache Software Foundation. All rights reserved.