com.ibm.ffdc.config

Interface Formattable


  1. public interface Formattable
This interface specifies how a class can customize the display of its instances within an ffdc incident report.

Method Summary

Modifier and Type Method and Description
  1. void
formatTo(IncidentStream is)
Emit the customized human readable text to represent this object

Method Detail

formatTo

  1. void formatTo(IncidentStream is)
Emit the customized human readable text to represent this object
Parameters:
is - the incident stream, the data will be written here