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

java.lang.Object
  extended by org.apache.commons.monitoring.reporting.web.plugin.report.format.MapFormat
      extended by org.apache.commons.monitoring.reporting.web.plugin.report.format.CSVFormat
All Implemented Interfaces:
Format

public class CSVFormat
extends MapFormat
implements Format


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.commons.monitoring.reporting.web.plugin.report.format.Format
Format.Defaults
 
Field Summary
static String HEADER
           
 
Fields inherited from class org.apache.commons.monitoring.reporting.web.plugin.report.format.MapFormat
ATTRIBUTES_ORDERED_LIST
 
Constructor Summary
CSVFormat()
           
 
Method Summary
 Template render(Map<String,?> params)
           
 String type()
           
 
Methods inherited from class org.apache.commons.monitoring.reporting.web.plugin.report.format.MapFormat
buildMetricDataHeader, snapshot, timeUnit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HEADER

public static final String HEADER
Constructor Detail

CSVFormat

public CSVFormat()
Method Detail

render

public Template render(Map<String,?> params)
Specified by:
render in interface Format

type

public String type()
Specified by:
type in interface Format


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