Class AbstractMavenTransferListener.FileSizeFormat

java.lang.Object
org.apache.maven.cli.transfer.AbstractMavenTransferListener.FileSizeFormat
Enclosing class:
AbstractMavenTransferListener

static class AbstractMavenTransferListener.FileSizeFormat extends Object
Formats file size with the associated SI prefix (GB, MB, kB) and using the patterns #0.0 for numbers between 1 and 10 and ###0 for numbers between 10 and 1000+ by default.
See Also: