Class Component

java.lang.Object
org.apache.maven.plugins.changes.model.Component
All Implemented Interfaces:
Serializable

public class Component extends Object implements Serializable
A component as a part of current release.
Version:
$Revision$ $Date$
See Also:
  • Constructor Details

    • Component

      public Component()
  • Method Details

    • addAction

      public void addAction(Action action)
      Method addAction.
      Parameters:
      action - a action object.
    • getActions

      public List<Action> getActions()
      Method getActions.
      Returns:
      List
    • getDescription

      public String getDescription()
      Get the component description.
      Returns:
      String
    • getName

      public String getName()
      Get the component name.
      Returns:
      String
    • removeAction

      public void removeAction(Action action)
      Method removeAction.
      Parameters:
      action - a action object.
    • setActions

      public void setActions(List<Action> actions)
      Set the list of actions for this component.
      Parameters:
      actions - a actions object.
    • setDescription

      public void setDescription(String description)
      Set the component description.
      Parameters:
      description - a description object.
    • setName

      public void setName(String name)
      Set the component name.
      Parameters:
      name - a name object.