org.apache.log.format
Class PatternFormatter.PatternRun

java.lang.Object
  extended byorg.apache.log.format.PatternFormatter.PatternRun
Enclosing class:
PatternFormatter

protected static class PatternFormatter.PatternRun
extends java.lang.Object


Field Summary
 java.lang.String m_data
           
 java.lang.String m_format
           
 int m_maxSize
           
 int m_minSize
           
 boolean m_rightJustify
           
 int m_type
           
 
Constructor Summary
protected PatternFormatter.PatternRun()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_data

public java.lang.String m_data

m_rightJustify

public boolean m_rightJustify

m_minSize

public int m_minSize

m_maxSize

public int m_maxSize

m_type

public int m_type

m_format

public java.lang.String m_format
Constructor Detail

PatternFormatter.PatternRun

protected PatternFormatter.PatternRun()


Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.