public interface

OutputFormatter

sun.tools.jstat.OutputFormatter
Known Indirect Subclasses

Class Overview

An interface for the JStatLogger formatting.

Summary

Public Methods
abstract String getHeader()
get the header row that describes the data in the columns
abstract String getRow()
get the data row.

Public Methods

public abstract String getHeader ()

get the header row that describes the data in the columns

public abstract String getRow ()

get the data row.