Class Activation

java.lang.Object
org.apache.maven.model.BaseObject
org.apache.maven.model.Activation
All Implemented Interfaces:
Serializable, Cloneable, InputLocationTracker

@Generated public class Activation extends BaseObject
See Also:
  • Constructor Details

    • Activation

      public Activation()
    • Activation

      public Activation(Activation delegate)
    • Activation

      public Activation(Activation delegate, BaseObject parent)
  • Method Details

    • clone

      public Activation clone()
      Overrides:
      clone in class Object
    • getDelegate

      public Activation getDelegate()
      Overrides:
      getDelegate in class BaseObject
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • isActiveByDefault

      public boolean isActiveByDefault()
    • setActiveByDefault

      public void setActiveByDefault(boolean activeByDefault)
    • getJdk

      public String getJdk()
    • setJdk

      public void setJdk(String jdk)
    • getOs

      public ActivationOS getOs()
    • setOs

      public void setOs(ActivationOS os)
    • getProperty

      public ActivationProperty getProperty()
    • setProperty

      public void setProperty(ActivationProperty property)
    • getFile

      public ActivationFile getFile()
    • setFile

      public void setFile(ActivationFile file)
    • getLocation

      public InputLocation getLocation(Object key)
      Description copied from interface: InputLocationTracker
      Gets the ___location of the specified field in the input source.
      Parameters:
      key - The key of the field, must not be null.
      Returns:
      The ___location of the field in the input source or null if unknown.
    • setLocation

      public void setLocation(Object key, InputLocation ___location)
      Description copied from interface: InputLocationTracker
      Sets the ___location of the specified field.
      Parameters:
      key - The key of the field, must not be null.
      ___location - The ___location of the field, may be null.
    • getImportedFrom

      public InputLocation getImportedFrom()
    • setImportedFrom

      public void setImportedFrom(InputLocation ___location)
    • getLocationKeys

      public Set<Object> getLocationKeys()
    • replace

      protected boolean replace(Object oldDelegate, Object newDelegate)
      Overrides:
      replace in class BaseObject
    • activationToApiV4

      public static List<Activation> activationToApiV4(List<Activation> list)
    • activationToApiV3

      public static List<Activation> activationToApiV3(List<Activation> list)