org.codehaus.mojo.scmchangelog.changelog.log.grammar
Class AbstractScmGrammar
java.lang.Object
org.codehaus.mojo.scmchangelog.changelog.log.grammar.AbstractScmGrammar
- All Implemented Interfaces:
- ScmGrammar
- Direct Known Subclasses:
- AbstractRegexpScmGrammar, AcceptAllScmGrammar, BugzillaScmGrammar
public abstract class AbstractScmGrammar
- extends Object
- implements ScmGrammar
Abstract grammar to be used as an helper class.
- Version:
- $Id: AbstractScmGrammar.java 10686 2009-09-12 20:42:13Z ehsavoie $
- Author:
- ehsavoie
| Fields inherited from interface org.codehaus.mojo.scmchangelog.changelog.log.ScmGrammar |
NEW_LINE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractScmGrammar
public AbstractScmGrammar()
removeComments
public String removeComments(String content)
- Removes the comments from the content.
- Specified by:
removeComments in interface ScmGrammar
- Parameters:
content - which comments will be removed.
- Returns:
- the content without the comments.
Copyright © 2008-2009 Codehaus. All Rights Reserved.