java.lang.Object
org.basepom.mojo.propertyhelper.beans.PropertyGroup

public class PropertyGroup extends Object
  • Constructor Details

    • PropertyGroup

      public PropertyGroup()
  • Method Details

    • getId

      public String getId()
    • setId

      public PropertyGroup setId(String id)
    • isActiveOnRelease

      public boolean isActiveOnRelease()
    • setActiveOnRelease

      public PropertyGroup setActiveOnRelease(boolean activeOnRelease)
    • isActiveOnSnapshot

      public boolean isActiveOnSnapshot()
    • setActiveOnSnapshot

      public PropertyGroup setActiveOnSnapshot(boolean activeOnSnapshot)
    • getOnDuplicateProperty

      public IgnoreWarnFail getOnDuplicateProperty()
    • setOnDuplicateProperty

      public PropertyGroup setOnDuplicateProperty(String onDuplicateProperty)
    • getOnMissingProperty

      public IgnoreWarnFail getOnMissingProperty()
    • setOnMissingProperty

      public PropertyGroup setOnMissingProperty(String onMissingProperty)
    • getProperties

      public Map<String,String> getProperties()
    • setProperties

      public PropertyGroup setProperties(Map<String,String> properties)
    • getPropertyNames

      public Set<String> getPropertyNames()
    • getPropertyValue

      public String getPropertyValue(InterpolatorFactory interpolatorFactory, String propertyName, Map<String,String> propElements) throws IOException, org.codehaus.plexus.interpolation.InterpolationException
      Throws:
      IOException
      org.codehaus.plexus.interpolation.InterpolationException