net.sf.mmm.util.nls.impl.formatter
Class NlsFormatterType.ClassFormatter

java.lang.Object
  extended by net.sf.mmm.util.nls.impl.formatter.NlsFormatterType.ClassFormatter
All Implemented Interfaces:
Visitor<Class<?>>
Enclosing class:
NlsFormatterType

private class NlsFormatterType.ClassFormatter
extends Object
implements Visitor<Class<?>>

This inner class is used to format Classes.


Field Summary
private  Appendable buffer
           
 
Constructor Summary
NlsFormatterType.ClassFormatter(Appendable buffer)
          The constructor.
 
Method Summary
 void visit(Class<?> value)
          This method is called to let the visitor inspect the given value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buffer

private final Appendable buffer
See Also:
visit(Class)
Constructor Detail

NlsFormatterType.ClassFormatter

public NlsFormatterType.ClassFormatter(Appendable buffer)
The constructor.

Parameters:
buffer - is the Appendable.
Method Detail

visit

public void visit(Class<?> value)
This method is called to let the visitor inspect the given value.

Specified by:
visit in interface Visitor<Class<?>>
Parameters:
value - is the value to visit. An API that offers a Visitor as argument should specify further details about the value - especially if it may be null.


Copyright © 2001-2010 mmm-Team. All Rights Reserved.