org.apache.maven.plugin.resources.remote.stub
Class MavenProjectBasicStub
java.lang.Object
org.apache.maven.project.MavenProject
org.apache.maven.plugin.resources.remote.stub.MavenProjectBasicStub
- Direct Known Subclasses:
- MavenProjectBuildStub
public class MavenProjectBasicStub
- extends MavenProject
Stub
| Methods inherited from class org.apache.maven.project.MavenProject |
addAttachedArtifact, addCompileSourceRoot, addContributor, addDeveloper, addLicense, addMailingList, addPlugin, addProjectReference, addResource, addScriptSourceRoot, addTestCompileSourceRoot, addTestResource, attachArtifact, createArtifacts, equals, getActiveProfiles, getArtifactMap, getArtifacts, getAttachedArtifacts, getBuild, getBuildExtensions, getBuildPlugins, getCiManagement, getCollectedProjects, getCompileArtifacts, getCompileClasspathElements, getCompileDependencies, getCompileSourceRoots, getContributors, getDefaultGoal, getDependencies, getDependencyArtifacts, getDependencyManagement, getDevelopers, getDistributionManagement, getDistributionManagementArtifactRepository, getExecutionProject, getExtensionArtifactMap, getExtensionArtifacts, getFile, getFilters, getGoalConfiguration, getId, getInceptionYear, getIssueManagement, getLicenses, getMailingLists, getManagedVersionMap, getModelVersion, getModulePathAdjustment, getModules, getOrganization, getOriginalModel, getParent, getParentArtifact, getPluginArtifactMap, getPluginArtifactRepositories, getPluginArtifacts, getPluginManagement, getPluginRepositories, getPrerequisites, getProjectReferences, getRemoteArtifactRepositories, getReportArtifactMap, getReportArtifacts, getReportConfiguration, getReporting, getReportPlugins, getRepositories, getResources, getRuntimeArtifacts, getRuntimeClasspathElements, getRuntimeDependencies, getScm, getScriptSourceRoots, getSystemArtifacts, getSystemClasspathElements, getSystemDependencies, getTestArtifacts, getTestClasspathElements, getTestCompileSourceRoots, getTestDependencies, getTestResources, getUrl, hashCode, hasParent, injectPluginManagementInfo, isExecutionRoot, replaceWithActiveArtifact, setActiveProfiles, setArtifact, setArtifactId, setArtifacts, setBuild, setCiManagement, setCollectedProjects, setContributors, setDependencies, setDependencyArtifacts, setDevelopers, setDistributionManagement, setExecutionProject, setExecutionRoot, setExtensionArtifacts, setFile, setGroupId, setInceptionYear, setIssueManagement, setLicenses, setMailingLists, setManagedVersionMap, setModelVersion, setName, setOrganization, setOriginalModel, setPackaging, setParent, setParentArtifact, setPluginArtifactRepositories, setPluginArtifacts, setReleaseArtifactRepository, setRemoteArtifactRepositories, setReportArtifacts, setReporting, setScm, setSnapshotArtifactRepository, setUrl, setVersion, writeModel, writeOriginalModel |
identifier
protected String identifier
testRootDir
protected String testRootDir
properties
protected Properties properties
description
protected String description
model
protected ModelStub model
file
protected File file
artifact
protected ArtifactStub artifact
MavenProjectBasicStub
public MavenProjectBasicStub(String id)
throws Exception
- Throws:
Exception
getName
public String getName()
- Overrides:
getName in class MavenProject
setDescription
public void setDescription(String desc)
- Overrides:
setDescription in class MavenProject
getModel
public Model getModel()
- Overrides:
getModel in class MavenProject
getDescription
public String getDescription()
- Overrides:
getDescription in class MavenProject
getBasedir
public File getBasedir()
- Overrides:
getBasedir in class MavenProject
getArtifact
public Artifact getArtifact()
- Overrides:
getArtifact in class MavenProject
getGroupId
public String getGroupId()
- Overrides:
getGroupId in class MavenProject
getArtifactId
public String getArtifactId()
- Overrides:
getArtifactId in class MavenProject
getPackaging
public String getPackaging()
- Overrides:
getPackaging in class MavenProject
getVersion
public String getVersion()
- Overrides:
getVersion in class MavenProject
addProperty
public void addProperty(String key,
String value)
getProperties
public Properties getProperties()
- Overrides:
getProperties in class MavenProject
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.