public class DefaultVersionIdentifierFormatter extends AbstractFormatter<VersionIdentifier> implements VersionIdentifierFormatter
VersionIdentifierFormatter interface.| Modifier and Type | Field and Description |
|---|---|
private Iso8601Util |
iso8601Util
The
Iso8601Util instance. |
| Constructor and Description |
|---|
DefaultVersionIdentifierFormatter(Iso8601Util iso8601Util)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doFormat(VersionIdentifier value,
Appendable buffer) |
format, format, formatNullclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitformatprivate final Iso8601Util iso8601Util
Iso8601Util instance.public DefaultVersionIdentifierFormatter(Iso8601Util iso8601Util)
iso8601Util - is the Iso8601Util instance.protected void doFormat(VersionIdentifier value, Appendable buffer) throws IOException
doFormat in class AbstractFormatter<VersionIdentifier>value - is the value to format (not null).buffer - is the Appendable to append the formatted value to.IOException - if caused by append.AbstractFormatter.format(Object, Appendable)Copyright © 2001–2016 mmm-Team. All rights reserved.