org.apache.cocoon.util.log
Class ExtensiblePatternFormatter.PatternRun

java.lang.Object
  extended by org.apache.cocoon.util.log.ExtensiblePatternFormatter.PatternRun
Enclosing class:
ExtensiblePatternFormatter

protected static class ExtensiblePatternFormatter.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 ExtensiblePatternFormatter.PatternRun()
           
 
Method Summary
 
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

ExtensiblePatternFormatter.PatternRun

protected ExtensiblePatternFormatter.PatternRun()


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.