|
||||||||||
| 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.AbstractScmGrammar
org.codehaus.mojo.scmchangelog.changelog.log.grammar.AbstractRegexpScmGrammar
org.codehaus.mojo.scmchangelog.changelog.log.grammar.ManuScmGrammar
public class ManuScmGrammar
Simple grammar which uses a @type:id;comment structure.
| Field Summary | |
|---|---|
protected static Pattern |
ADD_CLEANER_PATTERN
|
protected static Pattern |
ADD_PATTERN
|
protected static Pattern |
FIX_CLEANER_PATTERN
|
protected static Pattern |
FIX_PATTERN
|
protected static Pattern |
REMOVE_CLEANER_PATTERN
|
protected static Pattern |
REMOVE_PATTERN
|
protected static Pattern |
UPDATE_CLEANER_PATTERN
|
protected static Pattern |
UPDATE_PATTERN
|
| Fields inherited from interface org.codehaus.mojo.scmchangelog.changelog.log.ScmGrammar |
|---|
NEW_LINE |
| Constructor Summary | |
|---|---|
ManuScmGrammar()
|
|
| Method Summary | |
|---|---|
Matcher |
getAddCleaner(String expression)
Getter for the regexp matcher to clean the comments of the ADD issues. |
Matcher |
getAddMatcher(String expression)
Getter for the regexp matcher to find the comments of the ADD issues. |
Matcher |
getFixCleaner(String expression)
Getter for the regexp matcher to clean the comments of the FIX issues. |
Matcher |
getFixMatcher(String expression)
Getter for the regexp matcher to find the comments of the FIX issues. |
Matcher |
getRemoveCleaner(String expression)
Getter for the regexp matcher to clean the comments of the REMOVE issues. |
Matcher |
getRemoveMatcher(String expression)
Getter for the regexp matcher to find the comments of the REMOVE issues. |
Matcher |
getUpdateCleaner(String expression)
Getter for the regexp matcher to clean the comments of the UPDATE issues. |
Matcher |
getUpdateMatcher(String expression)
Getter for the regexp matcher to find the comments of the UPDATE issues. |
| Methods inherited from class org.codehaus.mojo.scmchangelog.changelog.log.grammar.AbstractRegexpScmGrammar |
|---|
computeIssues, extractMessage, getCleaner, getFinder, getIssueSeparator, hasMessage |
| Methods inherited from class org.codehaus.mojo.scmchangelog.changelog.log.grammar.AbstractScmGrammar |
|---|
removeComments |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final Pattern FIX_PATTERN
protected static final Pattern REMOVE_PATTERN
protected static final Pattern ADD_PATTERN
protected static final Pattern UPDATE_PATTERN
protected static final Pattern FIX_CLEANER_PATTERN
protected static final Pattern REMOVE_CLEANER_PATTERN
protected static final Pattern ADD_CLEANER_PATTERN
protected static final Pattern UPDATE_CLEANER_PATTERN
| Constructor Detail |
|---|
public ManuScmGrammar()
| Method Detail |
|---|
public Matcher getFixCleaner(String expression)
AbstractRegexpScmGrammar
getFixCleaner in class AbstractRegexpScmGrammarexpression - the regexp for cleaning the comments of the FIX issues.
public Matcher getUpdateCleaner(String expression)
AbstractRegexpScmGrammar
getUpdateCleaner in class AbstractRegexpScmGrammarexpression - the regexp for cleaning the comments of the UPDATE issues.
public Matcher getAddCleaner(String expression)
AbstractRegexpScmGrammar
getAddCleaner in class AbstractRegexpScmGrammarexpression - the regexp for cleaning the comments of the ADD issues.
public Matcher getRemoveCleaner(String expression)
AbstractRegexpScmGrammar
getRemoveCleaner in class AbstractRegexpScmGrammarexpression - the regexp for cleaning the comments of the REMOVE issues.
public Matcher getFixMatcher(String expression)
AbstractRegexpScmGrammar
getFixMatcher in class AbstractRegexpScmGrammarexpression - the regexp for finding the comments of the FIX issues.
public Matcher getAddMatcher(String expression)
AbstractRegexpScmGrammar
getAddMatcher in class AbstractRegexpScmGrammarexpression - the regexp for finding the comments of the ADD issues.
public Matcher getRemoveMatcher(String expression)
AbstractRegexpScmGrammar
getRemoveMatcher in class AbstractRegexpScmGrammarexpression - the regexp for finding the comments of the REMOVE issues.
public Matcher getUpdateMatcher(String expression)
AbstractRegexpScmGrammar
getUpdateMatcher in class AbstractRegexpScmGrammarexpression - the regexp for finding the comments of the UPDATE issues.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||