Class ActionToGoalMapping

java.lang.Object
org.netbeans.modules.maven.execute.model.ActionToGoalMapping
All Implemented Interfaces:
Serializable

public class ActionToGoalMapping extends Object implements Serializable
Class ActionToGoalMapping.
See Also:
  • Constructor Details

    • ActionToGoalMapping

      public ActionToGoalMapping()
  • Method Details

    • addAction

      public void addAction(NetbeansActionMapping netbeansActionMapping)
      Method addAction.
      Parameters:
      netbeansActionMapping -
    • getActions

      public List<NetbeansActionMapping> getActions()
      Method getActions.
      Returns:
      java.util.List
    • getPackaging

      @Deprecated public String getPackaging()
      Deprecated.
      is ethe netbeans.hint.packaging POM property instead.
      Get supported packaging type that this this project maps to. Useful for custom non-standard packingings to get the same behaviour as the supported ones. Supported types: jar, war, ejb, ear
      Returns:
      String
    • removeAction

      public void removeAction(NetbeansActionMapping netbeansActionMapping)
      Method removeAction.
      Parameters:
      netbeansActionMapping -
    • setActions

      public void setActions(List<NetbeansActionMapping> actions)
      Set the actions field.
      Parameters:
      actions -
    • setPackaging

      @Deprecated public void setPackaging(String packaging)
      Deprecated.
      is ethe netbeans.hint.packaging POM property instead.
      Set supported packaging type that this this project maps to. Useful for custom non-standard packingings to get the same behaviour as the supported ones. Supported types: jar, war, ejb, ear
      Parameters:
      packaging -
    • setModelEncoding

      public void setModelEncoding(String modelEncoding)
      Set an encoding used for reading/writing the model.
      Parameters:
      modelEncoding - the encoding used when reading/writing the model.
    • getModelEncoding

      public String getModelEncoding()
      Returns:
      the current encoding used when reading/writing this model.
    • addProfile

      public void addProfile(NetbeansActionProfile p)
    • getProfiles

      public List<NetbeansActionProfile> getProfiles()
    • removeProfile

      public void removeProfile(NetbeansActionProfile p)
    • setProfiles

      public void setProfiles(List<NetbeansActionProfile> p)