java.lang.Object
org.apache.maven.model.ModelBase
org.apache.maven.model.Model
org.apache.maven.plugin.resources.remote.stub.ModelStub
All Implemented Interfaces:
Serializable, Cloneable, org.apache.maven.model.InputLocationTracker

public class ModelStub extends org.apache.maven.model.Model
Stub
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
     
     
    org.apache.maven.model.Parent
     
     
     

    Methods inherited from class org.apache.maven.model.Model

    addContributor, addDeveloper, addLicense, addMailingList, addProfile, clone, getBuild, getCiManagement, getContributors, getDescription, getDevelopers, getId, getInceptionYear, getIssueManagement, getLicenses, getMailingLists, getModelEncoding, getOrganization, getPomFile, getPrerequisites, getProfiles, getProjectDirectory, getScm, getUrl, removeContributor, removeDeveloper, removeLicense, removeMailingList, removeProfile, setArtifactId, setBuild, setCiManagement, setContributors, setDescription, setDevelopers, setGroupId, setInceptionYear, setIssueManagement, setLicenses, setMailingLists, setModelEncoding, setModelVersion, setName, setOrganization, setPackaging, setParent, setPomFile, setPrerequisites, setProfiles, setScm, setUrl, setVersion, toString

    Methods inherited from class org.apache.maven.model.ModelBase

    addDependency, addModule, addPluginRepository, addProperty, addRepository, getDependencies, getDependencyManagement, getDistributionManagement, getLocation, getModules, getPluginRepositories, getReporting, getReports, getRepositories, removeDependency, removeModule, removePluginRepository, removeRepository, setDependencies, setDependencyManagement, setDistributionManagement, setLocation, setModules, setPluginRepositories, setProperties, setReporting, setReports, setRepositories

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ModelStub

      public ModelStub()
  • Method Details

    • getVersion

      public String getVersion()
      Overrides:
      getVersion in class org.apache.maven.model.Model
    • getModelVersion

      public String getModelVersion()
      Overrides:
      getModelVersion in class org.apache.maven.model.Model
    • getName

      public String getName()
      Overrides:
      getName in class org.apache.maven.model.Model
    • getGroupId

      public String getGroupId()
      Overrides:
      getGroupId in class org.apache.maven.model.Model
    • getPackaging

      public String getPackaging()
      Overrides:
      getPackaging in class org.apache.maven.model.Model
    • getParent

      public org.apache.maven.model.Parent getParent()
      Overrides:
      getParent in class org.apache.maven.model.Model
    • getArtifactId

      public String getArtifactId()
      Overrides:
      getArtifactId in class org.apache.maven.model.Model
    • getProperties

      public Properties getProperties()
      Overrides:
      getProperties in class org.apache.maven.model.ModelBase