com.atlassian.plugins.maven.statistics
Class DefaultStatsCollector

java.lang.Object
  extended by com.atlassian.plugins.maven.statistics.DefaultStatsCollector
All Implemented Interfaces:
StatsCollector

@Component(role=StatsCollector.class)
public class DefaultStatsCollector
extends java.lang.Object
implements StatsCollector


Constructor Summary
DefaultStatsCollector()
           
 
Method Summary
 void collect(Statistic type, java.lang.String messageKey, long duration, java.util.concurrent.TimeUnit timeUnit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultStatsCollector

public DefaultStatsCollector()
Method Detail

collect

public void collect(Statistic type,
                    java.lang.String messageKey,
                    long duration,
                    java.util.concurrent.TimeUnit timeUnit)
Specified by:
collect in interface StatsCollector


Copyright © 2012 Atlassian. All Rights Reserved.