Uses of Class
org.codehaus.mojo.scmchangelog.changelog.log.Message

Packages that use Message
org.codehaus.mojo.scmchangelog.changelog.log   
org.codehaus.mojo.scmchangelog.changelog.log.grammar   
 

Uses of Message in org.codehaus.mojo.scmchangelog.changelog.log
 

Methods in org.codehaus.mojo.scmchangelog.changelog.log that return Message
 Message ScmGrammar.extractMessage(String content)
          Extract a Message from a comment.
 Message ScmLogEntry.getMessage()
          Getter for property message.
 

Methods in org.codehaus.mojo.scmchangelog.changelog.log with parameters of type Message
 void ScmLogEntry.setMessage(Message message)
          Setter for property message.
 

Uses of Message in org.codehaus.mojo.scmchangelog.changelog.log.grammar
 

Methods in org.codehaus.mojo.scmchangelog.changelog.log.grammar that return Message
 Message GrammarEnum.extractMessage(String content)
          Extract a Message from the specified String content.
 Message BugzillaScmGrammar.extractMessage(String content)
          Extract a Message from a comment.
 Message AcceptAllScmGrammar.extractMessage(String content)
          Extracts the message (list of issues)from the comment.
 Message AbstractRegexpScmGrammar.extractMessage(String content)
          Extracts the message (list of issues)from the comment.
 



Copyright © 2008-2009 Codehaus. All Rights Reserved.