org.apache.log.format
Class PatternFormatter.PatternRun

java.lang.Object
  |
  +--org.apache.log.format.PatternFormatter.PatternRun
Enclosing class:
PatternFormatter

protected static class PatternFormatter.PatternRun
extends Object


Field Summary
 String m_data
           
 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 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 String m_format
Constructor Detail

PatternFormatter.PatternRun

protected PatternFormatter.PatternRun()


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.