Class ActionToGoalMapping
java.lang.Object
org.netbeans.modules.maven.execute.model.ActionToGoalMapping
- All Implemented Interfaces:
Serializable
Class ActionToGoalMapping.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAction
(NetbeansActionMapping netbeansActionMapping) Method addAction.void
Method getActions.Deprecated.is ethe netbeans.hint.packaging POM property instead.void
removeAction
(NetbeansActionMapping netbeansActionMapping) Method removeAction.void
void
setActions
(List<NetbeansActionMapping> actions) Set the actions field.void
setModelEncoding
(String modelEncoding) Set an encoding used for reading/writing the model.void
setPackaging
(String packaging) Deprecated.is ethe netbeans.hint.packaging POM property instead.void
-
Constructor Details
-
ActionToGoalMapping
public ActionToGoalMapping()
-
-
Method Details
-
addAction
Method addAction.- Parameters:
netbeansActionMapping
-
-
getActions
-
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
Method removeAction.- Parameters:
netbeansActionMapping
-
-
setActions
Set the actions field.- Parameters:
actions
-
-
setPackaging
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
Set an encoding used for reading/writing the model.- Parameters:
modelEncoding
- the encoding used when reading/writing the model.
-
getModelEncoding
- Returns:
- the current encoding used when reading/writing this model.
-
addProfile
-
getProfiles
-
removeProfile
-
setProfiles
-