|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.scmchangelog.changelog.log.grammar.GrammarEnum
public class GrammarEnum
The currently supported grammars.
| Field Summary | |
|---|---|
static GrammarEnum |
ALL
The ALL grammar. |
static GrammarEnum |
BUGZILLA
The BUGZILLA grammar. |
static GrammarEnum |
MANU
The MANU grammar @operatio:issue#;comment |
static GrammarEnum |
REMY
The REMY grammar. |
| Method Summary | |
|---|---|
Message |
extractMessage(String content)
Extract a Message from the specified String content. |
String |
getIssueSeparator()
Returns the String to be inserted between each issue comment. |
boolean |
hasMessage(String content)
Indicates if the content String matches the grammar. |
static GrammarEnum |
valueOf(String name)
Return the enum element matching the specified name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final GrammarEnum MANU
public static final GrammarEnum REMY
public static final GrammarEnum BUGZILLA
public static final GrammarEnum ALL
| Method Detail |
|---|
public Message extractMessage(String content)
content - the String to be parsed.
Messagepublic boolean hasMessage(String content)
content - the String to be tested against the grammar.
public String getIssueSeparator()
public static GrammarEnum valueOf(String name)
name - the name of the required enum element.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||