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

java.lang.Object
  extended by org.apache.maven.model.ModelBase
      extended by org.apache.maven.model.Model
          extended by org.apache.maven.plugin.war.stub.ModelStub
All Implemented Interfaces:
Serializable

public class ModelStub
extends Model

Stub

See Also:
Serialized Form

Constructor Summary
ModelStub()
           
 
Method Summary
 String getArtifactId()
           
 String getGroupId()
           
 String getModelVersion()
           
 List getModules()
           
 String getName()
           
 List getPackages()
           
 String getPackaging()
           
 Parent getParent()
           
 List getProfiles()
           
 Properties getProperties()
           
 String getVersion()
           
 
Methods inherited from class org.apache.maven.model.Model
addContributor, addDeveloper, addLicense, addMailingList, addProfile, getBuild, getCiManagement, getContributors, getDescription, getDevelopers, getId, getInceptionYear, getIssueManagement, getLicenses, getMailingLists, getModelEncoding, getOrganization, getPrerequisites, getScm, getUrl, removeContributor, removeDeveloper, removeLicense, removeMailingList, removeProfile, setArtifactId, setBuild, setCiManagement, setContributors, setDescription, setDevelopers, setGroupId, setInceptionYear, setIssueManagement, setLicenses, setMailingLists, setModelEncoding, setModelVersion, setName, setOrganization, setPackaging, setParent, setPrerequisites, setProfiles, setScm, setUrl, setVersion
 
Methods inherited from class org.apache.maven.model.ModelBase
addDependency, addModule, addPluginRepository, addProperty, addRepository, getDependencies, getDependencyManagement, getDistributionManagement, getPluginRepositories, getReporting, getReports, getRepositories, removeDependency, removeModule, removePluginRepository, removeRepository, setDependencies, setDependencyManagement, setDistributionManagement, setModules, setPluginRepositories, setProperties, setReporting, setReports, setRepositories
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelStub

public ModelStub()
Method Detail

getVersion

public String getVersion()
Overrides:
getVersion in class Model

getModelVersion

public String getModelVersion()
Overrides:
getModelVersion in class Model

getName

public String getName()
Overrides:
getName in class Model

getGroupId

public String getGroupId()
Overrides:
getGroupId in class Model

getPackaging

public String getPackaging()
Overrides:
getPackaging in class Model

getParent

public Parent getParent()
Overrides:
getParent in class Model

getArtifactId

public String getArtifactId()
Overrides:
getArtifactId in class Model

getProperties

public Properties getProperties()
Overrides:
getProperties in class ModelBase

getPackages

public List getPackages()

getProfiles

public List getProfiles()
Overrides:
getProfiles in class Model

getModules

public List getModules()
Overrides:
getModules in class ModelBase


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