Uses of Enum
org.apache.maven.cli.transfer.AbstractMavenTransferListener.FileSizeFormat.ScaleUnit
Packages that use AbstractMavenTransferListener.FileSizeFormat.ScaleUnit
-
Uses of AbstractMavenTransferListener.FileSizeFormat.ScaleUnit in org.apache.maven.cli.transfer
Methods in org.apache.maven.cli.transfer that return AbstractMavenTransferListener.FileSizeFormat.ScaleUnitModifier and TypeMethodDescriptionAbstractMavenTransferListener.FileSizeFormat.ScaleUnit.getScaleUnit
(long size) Returns the enum constant of this type with the specified name.AbstractMavenTransferListener.FileSizeFormat.ScaleUnit.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.maven.cli.transfer with parameters of type AbstractMavenTransferListener.FileSizeFormat.ScaleUnitModifier and TypeMethodDescriptionAbstractMavenTransferListener.FileSizeFormat.format
(long size, AbstractMavenTransferListener.FileSizeFormat.ScaleUnit unit) AbstractMavenTransferListener.FileSizeFormat.format
(long size, AbstractMavenTransferListener.FileSizeFormat.ScaleUnit unit, boolean omitSymbol)