net.sf.mmm.util.nls.impl.formatter
Class NlsFormatterType.ClassFormatter
java.lang.Object
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.
|
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 |
buffer
private final Appendable buffer
- See Also:
visit(Class)
NlsFormatterType.ClassFormatter
public NlsFormatterType.ClassFormatter(Appendable buffer)
- The constructor.
- Parameters:
buffer - is the Appendable.
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.