Class ModelWrapper

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Cloneable , org.apache.maven.model.InputLocationTracker

    
    public final class ModelWrapper
    extends Model
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      ModelWrapper(Model delegate, ActiveProfile profile, Model parentModel)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      List<Dependency> getDependencies()
      Parent getParent()
      DependencyManagement getDependencyManagement()
      Properties getProperties()
      String getArtifactId()
      String getGroupId()
      String getVersion()
      Boolean equals(Object other)
      Integer hashCode()
      String toString()
      • Methods inherited from class org.apache.maven.model.Model

        addContributor, addDeveloper, addLicense, addMailingList, addProfile, clone, getBuild, getChildProjectUrlInheritAppendPath, getCiManagement, getContributors, getDescription, getDevelopers, getId, getInceptionYear, getIssueManagement, getLicenses, getMailingLists, getModelEncoding, getModelVersion, getName, getOrganization, getPackaging, getPomFile, getPrerequisites, getProfiles, getProjectDirectory, getScm, getUrl, isChildProjectUrlInheritAppendPath, removeContributor, removeDeveloper, removeLicense, removeMailingList, removeProfile, setArtifactId, setBuild, setChildProjectUrlInheritAppendPath, setChildProjectUrlInheritAppendPath, setCiManagement, setContributors, setDescription, setDevelopers, setGroupId, setInceptionYear, setIssueManagement, setLicenses, setMailingLists, setModelEncoding, setModelVersion, setName, setOrganization, setPackaging, setParent, setPomFile, setPrerequisites, setProfiles, setScm, setUrl, setVersion
      • Methods inherited from class org.apache.maven.model.ModelBase

        addDependency, addModule, addPluginRepository, addProperty, addRepository, getDistributionManagement, getLocation, getModules, getPluginRepositories, getReporting, getReports, getRepositories, removeDependency, removeModule, removePluginRepository, removeRepository, setDependencies, setDependencyManagement, setDistributionManagement, setLocation, setModules, setOtherLocation, setPluginRepositories, setProperties, setReporting, setReports, setRepositories
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait