|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScmGrammar
This interface represents the grammar used to manipulate the SCM comments extracting informations
| Field Summary | |
|---|---|
static String |
NEW_LINE
Default separator for issues. |
| Method Summary | |
|---|---|
Message |
extractMessage(String content)
Extract a Message from a comment. |
String |
getIssueSeparator()
Returns the String to be inserted between each issue comment. |
boolean |
hasMessage(String content)
Indicates if the content has a Message to be extracted. |
String |
removeComments(String content)
Removes the comments from the SCM comments. |
| Field Detail |
|---|
static final String NEW_LINE
| Method Detail |
|---|
Message extractMessage(String content)
content -
the comment to be parsed and from which a Message will be extracted
the Message extracted from the content
boolean hasMessage(String content)
content -
the content to be tested
true if a Message can be extracted - false otherwise
String getIssueSeparator()
String removeComments(String content)
content - - the content from which comments will be removed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||