org.apache.maven.plugin.war.stub
Class MavenZipProject

java.lang.Object
  extended by org.apache.maven.project.MavenProject
      extended by org.apache.maven.plugin.war.stub.MavenProjectBasicStub
          extended by org.apache.maven.plugin.war.stub.MavenProject4CopyConstructor
              extended by org.apache.maven.plugin.war.stub.MavenZipProject

public class MavenZipProject
extends MavenProject4CopyConstructor

Since:
9 juin 07
Version:
$Id: MavenZipProject.java 1387920 2012-09-20 09:08:27Z olamy $
Author:
Olivier Lamy

Field Summary
 
Fields inherited from class org.apache.maven.plugin.war.stub.MavenProject4CopyConstructor
model
 
Fields inherited from class org.apache.maven.plugin.war.stub.MavenProjectBasicStub
properties, testRootDir
 
Fields inherited from class org.apache.maven.project.MavenProject
EMPTY_PROJECT_ARTIFACT_ID, EMPTY_PROJECT_GROUP_ID, EMPTY_PROJECT_VERSION
 
Constructor Summary
MavenZipProject()
           
 
Method Summary
 void addArtifact(Artifact artifact)
           
 Set getArtifacts()
           
 Set getDependencyArtifacts()
           
 
Methods inherited from class org.apache.maven.plugin.war.stub.MavenProject4CopyConstructor
getAttachedArtifacts
 
Methods inherited from class org.apache.maven.plugin.war.stub.MavenProjectBasicStub
addProperty, getArtifactId, getBasedir, getDescription, getGroupId, getName, getOrganization, getPackaging, getProperties, 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, getArtifact, getArtifactMap, getBuild, getBuildExtensions, getBuildPlugins, getCiManagement, getCollectedProjects, getCompileArtifacts, getCompileClasspathElements, getCompileDependencies, getCompileSourceRoots, getContributors, getDefaultGoal, getDependencies, getDependencyManagement, getDevelopers, getDistributionManagement, getDistributionManagementArtifactRepository, getExecutionProject, getExtensionArtifactMap, getExtensionArtifacts, getFile, getFilters, getGoalConfiguration, getId, getInceptionYear, getIssueManagement, getLicenses, getMailingLists, getManagedVersionMap, getModel, getModelVersion, getModulePathAdjustment, getModules, 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, 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

MavenZipProject

public MavenZipProject()
                throws Exception
Throws:
Exception
Method Detail

getArtifacts

public Set getArtifacts()
Overrides:
getArtifacts in class MavenProjectBasicStub

getDependencyArtifacts

public Set getDependencyArtifacts()
Overrides:
getDependencyArtifacts in class MavenProject

addArtifact

public void addArtifact(Artifact artifact)


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