|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.scmchangelog.changelog.log.Message
public class Message
Represents the comment message of a log entry from the subversion repository. It can be one message for several issues.
| Constructor Summary | |
|---|---|
Message(String cleanedComment,
List foundIssues)
Creates a new instance of Message |
|
| Method Summary | |
|---|---|
String |
getComment()
Return the comment cleaned of grammar elements, with the Grammar.issueSeparator between each issue comment. |
List |
getIssues()
Return the issues extracted from the comment. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Message(String cleanedComment,
List foundIssues)
cleanedComment - : the original comment.foundIssues - : the issues of this log entry.| Method Detail |
|---|
public String getComment()
public List getIssues()
Issue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||