com.xebialabs.deployit.jcr.grouping
Class Count

java.lang.Object
  extended by com.xebialabs.deployit.jcr.grouping.Count
All Implemented Interfaces:
Function<java.lang.Integer>

public class Count
extends java.lang.Object
implements Function<java.lang.Integer>


Constructor Summary
Count(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.Integer invoke(java.lang.Object previousValue, DeploymentTaskInfo task)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Count

public Count(java.lang.String name)
Method Detail

invoke

public java.lang.Integer invoke(java.lang.Object previousValue,
                                DeploymentTaskInfo task)
Specified by:
invoke in interface Function<java.lang.Integer>

getName

public java.lang.String getName()
Specified by:
getName in interface Function<java.lang.Integer>