Class Component
java.lang.Object
org.apache.maven.plugins.changes.model.Component
- All Implemented Interfaces:
Serializable
A component as a part of current release.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidMethod addAction.Method getActions.Get the component description.getName()Get the component name.voidremoveAction(Action action) Method removeAction.voidsetActions(List<Action> actions) Set the list of actions for this component.voidsetDescription(String description) Set the component description.voidSet the component name.
-
Constructor Details
-
Component
public Component()
-
-
Method Details
-
addAction
Method addAction.- Parameters:
action- a action object.
-
getActions
Method getActions.- Returns:
- List
-
getDescription
Get the component description.- Returns:
- String
-
getName
Get the component name.- Returns:
- String
-
removeAction
Method removeAction.- Parameters:
action- a action object.
-
setActions
Set the list of actions for this component.- Parameters:
actions- a actions object.
-
setDescription
Set the component description.- Parameters:
description- a description object.
-
setName
Set the component name.- Parameters:
name- a name object.
-