public class

RawOutputFormatter

extends Object
implements OutputFormatter
java.lang.Object
   ↳ sun.tools.jstat.RawOutputFormatter

Class Overview

A class for formatting raw counter output.

Summary

Public Constructors
RawOutputFormatter(List logged, boolean printStrings)
Public Methods
String getHeader()
get the header row that describes the data in the columns
String getRow()
get the data row.
[Expand]
Inherited Methods
From class java.lang.Object
From interface sun.tools.jstat.OutputFormatter

Public Constructors

public RawOutputFormatter (List logged, boolean printStrings)

Public Methods

public String getHeader ()

get the header row that describes the data in the columns

public String getRow ()

get the data row.