IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.logging.hpel.reader
Class HpelFormatter.CustomHeaderLine

java.lang.Object
  extended by com.ibm.websphere.logging.hpel.reader.HpelFormatter.CustomHeaderLine
Enclosing class:
HpelFormatter

protected class HpelFormatter.CustomHeaderLine
extends java.lang.Object

Helper class representing one line of the customary defined header.


Method Summary
 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

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.

IBM WebSphere Application ServerTM
Release 8