com.ibm.websphere.logging.hpel.reader
Class HpelFormatter.CustomHeaderLine
- java.lang.Object
com.ibm.websphere.logging.hpel.reader.HpelFormatter.CustomHeaderLine
Enclosing class:
- protected class HpelFormatter.CustomHeaderLine
- extends java.lang.Object
Method Summary
Modifier and Type | Method and Description |
---|---|
|
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.