Package | Description |
---|---|
org.apache.maven.cli.transfer |
Modifier and Type | Method and Description |
---|---|
static AbstractMavenTransferListener.FileSizeFormat.ScaleUnit |
AbstractMavenTransferListener.FileSizeFormat.ScaleUnit.getScaleUnit(long size) |
static AbstractMavenTransferListener.FileSizeFormat.ScaleUnit |
AbstractMavenTransferListener.FileSizeFormat.ScaleUnit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractMavenTransferListener.FileSizeFormat.ScaleUnit[] |
AbstractMavenTransferListener.FileSizeFormat.ScaleUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
AbstractMavenTransferListener.FileSizeFormat.format(long size,
AbstractMavenTransferListener.FileSizeFormat.ScaleUnit unit) |
java.lang.String |
AbstractMavenTransferListener.FileSizeFormat.format(long size,
AbstractMavenTransferListener.FileSizeFormat.ScaleUnit unit,
boolean omitSymbol) |