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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Method addAction.Method getActions.Get the component description.getName()
Get the component name.void
removeAction
(Action action) Method removeAction.void
setActions
(List<Action> actions) Set the list of actions for this component.void
setDescription
(String description) Set the component description.void
Set 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.
-