public class ComposedVersionIdentifierFormatter extends ComposedFormatter<VersionIdentifier> implements VersionIdentifierFormatter
VersionIdentifierFormatter
interface. It extends
ComposedFormatter
to solve the problem by composing sub-formatters.Constructor and Description |
---|
ComposedVersionIdentifierFormatter(Formatter<VersionIdentifier>... subFormatters)
The constructor.
|
doFormat
format, format, formatNull
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
format
@SafeVarargs public ComposedVersionIdentifierFormatter(Formatter<VersionIdentifier>... subFormatters)
subFormatters
- are the Formatter
s to delegate to in the given order.Copyright © 2001–2016 mmm-Team. All rights reserved.