Class PomReader.PomProfileElement

java.lang.Object
org.apache.ivy.plugins.parser.m2.PomReader.PomProfileElement
Enclosing class:
PomReader

public class PomReader.PomProfileElement extends Object
  • Method Details

    • getId

      public String getId()
    • isActive

      public boolean isActive()
    • isActiveByDefault

      public boolean isActiveByDefault()
    • isActiveByOS

      public boolean isActiveByOS()
    • isActiveByJDK

      public boolean isActiveByJDK()
    • isActiveByFile

      public boolean isActiveByFile()
    • isActivatedByProperty

      public boolean isActivatedByProperty()
    • getDependencies

      public List<PomReader.PomDependencyData> getDependencies()
    • getDependencyMgt

      public List<PomDependencyMgt> getDependencyMgt()
    • getPlugins

      public List<PomReader.PomPluginElement> getPlugins()
    • getProfileProperties

      public Map<String,String> getProfileProperties()