org.apache.maven.plugin.rar.stubs
Class RarMavenProjectStub

java.lang.Object
  extended by org.apache.maven.project.MavenProject
      extended by org.apache.maven.plugin.rar.stubs.RarMavenProjectStub
Direct Known Subclasses:
RarMavenProjectStub2, RarMavenProjectStub3

public class RarMavenProjectStub
extends MavenProject

Author:
Allan Ramirez

Field Summary
 
Fields inherited from class org.apache.maven.project.MavenProject
EMPTY_PROJECT_ARTIFACT_ID, EMPTY_PROJECT_GROUP_ID, EMPTY_PROJECT_VERSION
 
Constructor Summary
RarMavenProjectStub()
           
 
Method Summary
protected  Artifact createArtifact(String groupId, String artifactId, String version, boolean optional)
           
 Artifact getArtifact()
           
 String getArtifactId()
           
 Set getArtifacts()
           
 List getAttachedArtifacts()
           
 File getBasedir()
           
 File getFile()
           
 String getGroupId()
           
 String getVersion()
           
 
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, getBuild, getBuildExtensions, getBuildPlugins, getCiManagement, getCollectedProjects, getCompileArtifacts, getCompileClasspathElements, getCompileDependencies, getCompileSourceRoots, getContributors, getDefaultGoal, getDependencies, getDependencyArtifacts, getDependencyManagement, getDescription, getDevelopers, getDistributionManagement, getDistributionManagementArtifactRepository, getExecutionProject, getExtensionArtifactMap, getExtensionArtifacts, getFilters, getGoalConfiguration, getId, getInceptionYear, getIssueManagement, getLicenses, getMailingLists, getManagedVersionMap, getModel, getModelVersion, getModulePathAdjustment, getModules, getName, getOrganization, getOriginalModel, getPackaging, getParent, getParentArtifact, getPluginArtifactMap, getPluginArtifactRepositories, getPluginArtifacts, getPluginManagement, getPluginRepositories, getPrerequisites, getProjectReferences, getProperties, 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, setDescription, 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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RarMavenProjectStub

public RarMavenProjectStub()
Method Detail

getGroupId

public String getGroupId()
Overrides:
getGroupId in class MavenProject

getArtifactId

public String getArtifactId()
Overrides:
getArtifactId in class MavenProject

getVersion

public String getVersion()
Overrides:
getVersion in class MavenProject

getFile

public File getFile()
Overrides:
getFile in class MavenProject

getBasedir

public File getBasedir()
Overrides:
getBasedir in class MavenProject

getArtifact

public Artifact getArtifact()
Overrides:
getArtifact in class MavenProject

getArtifacts

public Set getArtifacts()
Overrides:
getArtifacts in class MavenProject

getAttachedArtifacts

public List getAttachedArtifacts()
Overrides:
getAttachedArtifacts in class MavenProject

createArtifact

protected Artifact createArtifact(String groupId,
                                  String artifactId,
                                  String version,
                                  boolean optional)


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.