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

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

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

Fields in org.codehaus.mojo.scmchangelog.changelog.log declared as OperationTypeEnum
static OperationTypeEnum OperationTypeEnum.ADD
          The ADD operation.
static OperationTypeEnum OperationTypeEnum.FIX
          The FIX operation.
static OperationTypeEnum OperationTypeEnum.REMOVE
          The REMOVE operation.
static OperationTypeEnum OperationTypeEnum.UPDATE
          The UPDATE operation.
 

Methods in org.codehaus.mojo.scmchangelog.changelog.log that return OperationTypeEnum
 OperationTypeEnum Issue.getType()
          Getter for the issue operation.
 

Constructors in org.codehaus.mojo.scmchangelog.changelog.log with parameters of type OperationTypeEnum
Issue(String issue, OperationTypeEnum type)
          Creates a new instance of Issue.
 

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

Methods in org.codehaus.mojo.scmchangelog.changelog.log.grammar with parameters of type OperationTypeEnum
protected  String AbstractRegexpScmGrammar.computeIssues(OperationTypeEnum type, String expression, List issues)
          Extract all issues of same type from the SVN comment.
protected  Matcher AbstractRegexpScmGrammar.getCleaner(OperationTypeEnum type, String expression)
          Return the regexp used for removing grammar elements from the comments.
protected  Matcher AbstractRegexpScmGrammar.getFinder(OperationTypeEnum type, String expression)
          Return the regexp used for finding grammar elements from the comments.
 



Copyright © 2008-2009 Codehaus. All Rights Reserved.