com.ibm.websphere.logging.hpel.reader

Class HpelFormatter.CustomHeaderLine

  1. java.lang.Object
  2. extended bycom.ibm.websphere.logging.hpel.reader.HpelFormatter.CustomHeaderLine
Enclosing class:
HpelFormatter

  1. protected class HpelFormatter.CustomHeaderLine
  2. extends java.lang.Object
Helper class representing one line of the customary defined header.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
formatLine(java.util.Properties header)
Return header line with variable parameters substituted with their values in the header.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Detail

formatLine

  1. public java.lang.String formatLine( java.util.Properties header)
Return header line with variable parameters substituted with their values in the header. Variables used in the substitution are removed from the header set.
Parameters:
header - set of header properties
Returns:
header line or null if one of the parameters is missing from the header.