org.apache.maven.plugin.idea.stubs
Class WarMavenProjectWithProvidedDependencyStub

java.lang.Object
  extended byorg.apache.maven.project.MavenProject
      extended byorg.apache.maven.plugin.testing.stubs.MavenProjectStub
          extended byorg.apache.maven.plugin.idea.stubs.SimpleMavenProjectStub
              extended byorg.apache.maven.plugin.idea.stubs.WarMavenProjectStub
                  extended byorg.apache.maven.plugin.idea.stubs.WarMavenProjectWithProvidedDependencyStub

public class WarMavenProjectWithProvidedDependencyStub
extends WarMavenProjectStub

Author:
Edwin Punzalan

Constructor Summary
WarMavenProjectWithProvidedDependencyStub()
           
 
Method Summary
 java.util.List getDependencies()
           
 java.util.List getTestArtifacts()
           
 
Methods inherited from class org.apache.maven.plugin.idea.stubs.WarMavenProjectStub
getPackaging
 
Methods inherited from class org.apache.maven.plugin.idea.stubs.SimpleMavenProjectStub
createArtifact, getArtifact, getArtifactId, getBasedir, getBuild, getBuildPlugins, getCollectedProjects, getCompileSourceRoots, getGroupId, getRemoteArtifactRepositories, getTestCompileSourceRoots, getVersion, isExecutionRoot, setCollectedProjects, setTestArtifacts
 
Methods inherited from class org.apache.maven.plugin.testing.stubs.MavenProjectStub
addAttachedArtifact, addCompileSourceRoot, addContributor, addDeveloper, addLicense, addMailingList, addPlugin, addProjectReference, addResource, addScriptSourceRoot, addTestCompileSourceRoot, addTestResource, attachArtifact, createArtifacts, getActiveProfiles, getArtifactMap, getArtifacts, getAttachedArtifacts, getBuildExtensions, getCiManagement, getCompileArtifacts, getCompileClasspathElements, getCompileDependencies, getContributors, getDefaultGoal, getDependencyArtifacts, getDependencyManagement, getDescription, getDevelopers, getDistributionManagement, getDistributionManagementArtifactRepository, getExecutionProject, getExtensionArtifactMap, getExtensionArtifacts, getFile, getFilters, getGoalConfiguration, getId, getInceptionYear, getIssueManagement, getLicenses, getMailingLists, getModel, getModelVersion, getModulePathAdjustment, getModules, getName, getOrganization, getOriginalModel, getParent, getParentArtifact, getPluginArtifactMap, getPluginArtifactRepositories, getPluginArtifacts, getPluginManagement, getPluginRepositories, getPrerequisites, getProjectReferences, getProperties, getReportArtifactMap, getReportArtifacts, getReportConfiguration, getReporting, getReportPlugins, getRepositories, getResources, getRuntimeArtifacts, getRuntimeClasspathElements, getRuntimeDependencies, getScm, getScriptSourceRoots, getSystemArtifacts, getSystemClasspathElements, getSystemDependencies, getTestClasspathElements, getTestDependencies, getTestResources, getUrl, hasParent, injectPluginManagementInfo, replaceWithActiveArtifact, setActiveProfiles, setArtifact, setArtifactId, setArtifactMap, setArtifacts, setAttachedArtifacts, setBuild, setBuildOverlay, setCiManagement, setCompileArtifacts, setCompileDependencies, setCompileSourceRoots, setContributors, setDependencies, setDependencyArtifacts, setDescription, setDevelopers, setDistributionManagement, setExecutionProject, setExecutionRoot, setExtensionArtifactMap, setExtensionArtifacts, setFile, setGroupId, setInceptionYear, setIssueManagement, setLicenses, setMailingLists, setModel, setModelVersion, setName, setOrganization, setOriginalModel, setPackaging, setParent, setParentArtifact, setPluginArtifactMap, setPluginArtifactRepositories, setPluginArtifacts, setProjectReferences, setReleaseArtifactRepository, setRemoteArtifactRepositories, setReportArtifactMap, setReportArtifacts, setReporting, setRuntimeArtifacts, setRuntimeClasspathElements, setRuntimeDependencies, setScm, setScriptSourceRoots, setSnapshotArtifactRepository, setSystemArtifacts, setSystemClasspathElements, setSystemDependencies, setTestClasspathElements, setTestCompileSourceRoots, setTestDependencies, setUrl, setVersion, writeModel, writeOriginalModel
 
Methods inherited from class org.apache.maven.project.MavenProject
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WarMavenProjectWithProvidedDependencyStub

public WarMavenProjectWithProvidedDependencyStub()
Method Detail

getTestArtifacts

public java.util.List getTestArtifacts()
Overrides:
getTestArtifacts in class SimpleMavenProjectStub

getDependencies

public java.util.List getDependencies()
Overrides:
getDependencies in class SimpleMavenProjectStub


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