|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.plugins.changes.model.Component
public class Component
A component as a part of current release.
Constructor Summary | |
---|---|
Component()
|
Method Summary | |
---|---|
void |
addAction(Action action)
Method addAction. |
List<Action> |
getActions()
Method getActions. |
String |
getDescription()
Get the component description. |
String |
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 |
setName(String name)
Set the component name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Component()
Method Detail |
---|
public void addAction(Action action)
action
- public List<Action> getActions()
public String getDescription()
public String getName()
public void removeAction(Action action)
action
- public void setActions(List<Action> actions)
actions
- public void setDescription(String description)
description
- public void setName(String name)
name
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |