org.apache.commons.monitoring.reporting.web.plugin.report.format
Class MapFormat

java.lang.Object
  extended by org.apache.commons.monitoring.reporting.web.plugin.report.format.MapFormat
Direct Known Subclasses:
CSVFormat, HTMLFormat

public abstract class MapFormat
extends Object


Field Summary
protected static Collection<String> ATTRIBUTES_ORDERED_LIST
           
 
Constructor Summary
MapFormat()
           
 
Method Summary
protected static Collection<String> buildMetricDataHeader()
           
protected static Collection<Collection<String>> snapshot(Unit timeUnit)
           
protected static Unit timeUnit(Map<String,?> params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTRIBUTES_ORDERED_LIST

protected static final Collection<String> ATTRIBUTES_ORDERED_LIST
Constructor Detail

MapFormat

public MapFormat()
Method Detail

buildMetricDataHeader

protected static Collection<String> buildMetricDataHeader()

timeUnit

protected static Unit timeUnit(Map<String,?> params)

snapshot

protected static Collection<Collection<String>> snapshot(Unit timeUnit)


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.