Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
E
F
G
H
I
O
P
R
T
U
A
Action
- Class in
org.apache.maven.changes
An action contained in a
Release
of a
changes.xml
file.
Action(String, String, ActionType, String, String, String)
- Constructor for class org.apache.maven.changes.
Action
ActionType
- Class in
org.apache.maven.changes
Action type enumeration.
ADD
- Static variable in class org.apache.maven.changes.
ActionType
An action representing a new feature.
C
compareTo(Object)
- Method in class org.apache.maven.changes.
ActionType
E
equals(Object)
- Method in class org.apache.maven.changes.
ActionType
F
FIX
- Static variable in class org.apache.maven.changes.
ActionType
An action representing a fix.
G
getActions()
- Method in class org.apache.maven.changes.
Release
Returns the actions associated with the release.
getActionType(String)
- Static method in class org.apache.maven.changes.
ActionType
Returns the
ActionType
based on its name.
getActionTypes()
- Static method in class org.apache.maven.changes.
ActionType
Returns a
Collection
of supported action types.
getAuthor()
- Method in class org.apache.maven.changes.
Action
Returns the author of the action.
getDescription()
- Method in class org.apache.maven.changes.
Action
Returns the description.
getDescription()
- Method in class org.apache.maven.changes.
Release
Returns the release description.
getDueTo()
- Method in class org.apache.maven.changes.
Action
Returns the contributor of the action.
getDueToEmail()
- Method in class org.apache.maven.changes.
Action
Returns the email of the contributor.
getIssueId()
- Method in class org.apache.maven.changes.
Action
Returns the issue id in the issue tracker system.
getReleaseDate()
- Method in class org.apache.maven.changes.
Release
Returns the release date.
getType()
- Method in class org.apache.maven.changes.
Action
Returns the
ActionType
.
getVersion()
- Method in class org.apache.maven.changes.
Release
Returns the version of the release.
H
hashCode()
- Method in class org.apache.maven.changes.
ActionType
I
InvalidChangesException
- Exception in
org.apache.maven.changes
Throw when the content of a particular
changes.xml
file is invalid.
InvalidChangesException()
- Constructor for exception org.apache.maven.changes.
InvalidChangesException
InvalidChangesException(String)
- Constructor for exception org.apache.maven.changes.
InvalidChangesException
InvalidChangesException(String, Throwable)
- Constructor for exception org.apache.maven.changes.
InvalidChangesException
InvalidChangesException(Throwable)
- Constructor for exception org.apache.maven.changes.
InvalidChangesException
O
org.apache.maven.changes
- package org.apache.maven.changes
P
parse(File)
- Static method in class org.apache.maven.changes.
ReleaseParser
parse(Reader)
- Static method in class org.apache.maven.changes.
ReleaseParser
parse(File, String)
- Static method in class org.apache.maven.changes.
ReleaseParser
parse(Reader, String)
- Static method in class org.apache.maven.changes.
ReleaseParser
R
Release
- Class in
org.apache.maven.changes
Represents a release as defined in the
changes.xml
file.
Release(String, String, String, Action[])
- Constructor for class org.apache.maven.changes.
Release
ReleaseNotFoundException
- Exception in
org.apache.maven.changes
Thrown when user attempts to retrieve an unexisting release.
ReleaseNotFoundException()
- Constructor for exception org.apache.maven.changes.
ReleaseNotFoundException
ReleaseNotFoundException(String)
- Constructor for exception org.apache.maven.changes.
ReleaseNotFoundException
ReleaseNotFoundException(String, Throwable)
- Constructor for exception org.apache.maven.changes.
ReleaseNotFoundException
ReleaseNotFoundException(Throwable)
- Constructor for exception org.apache.maven.changes.
ReleaseNotFoundException
ReleaseParser
- Class in
org.apache.maven.changes
Parses a
changes.xml
file and returns the list of
Release
elements.
ReleaseParser()
- Constructor for class org.apache.maven.changes.
ReleaseParser
REMOVE
- Static variable in class org.apache.maven.changes.
ActionType
An action representing a removal.
T
toString()
- Method in class org.apache.maven.changes.
Action
toString()
- Method in class org.apache.maven.changes.
ActionType
toString()
- Method in class org.apache.maven.changes.
Release
U
UPDATE
- Static variable in class org.apache.maven.changes.
ActionType
An action representing an improvement.
A
C
E
F
G
H
I
O
P
R
T
U
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2010. All Rights Reserved.