org.x4juli.formatter.pattern
Class NameAbbreviator.NOPAbbreviator

java.lang.Object
  extended byorg.x4juli.formatter.pattern.NameAbbreviator
      extended byorg.x4juli.formatter.pattern.NameAbbreviator.NOPAbbreviator
Enclosing class:
NameAbbreviator

private static class NameAbbreviator.NOPAbbreviator
extends NameAbbreviator

Abbreviator that simply appends full name to buffer.


Nested Class Summary
 
Nested classes inherited from class org.x4juli.formatter.pattern.NameAbbreviator
 
Field Summary
 
Fields inherited from class org.x4juli.formatter.pattern.NameAbbreviator
 
Constructor Summary
NameAbbreviator.NOPAbbreviator()
          Constructor.
 
Method Summary
 void abbreviate(int nameStart, java.lang.StringBuffer buf)
          Abbreviates a name in a StringBuffer.
 
Methods inherited from class org.x4juli.formatter.pattern.NameAbbreviator
getAbbreviator, getDefaultAbbreviator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameAbbreviator.NOPAbbreviator

public NameAbbreviator.NOPAbbreviator()
Constructor.

Method Detail

abbreviate

public void abbreviate(int nameStart,
                       java.lang.StringBuffer buf)
Abbreviates a name in a StringBuffer.

Specified by:
abbreviate in class NameAbbreviator
Parameters:
nameStart - starting position of name in buf.
buf - buffer, may not be null.


${license_html}