Uses of Class
org.apache.maven.cli.transfer.AbstractMavenTransferListener.FileSizeFormat.ScaleUnit
-
Packages that use AbstractMavenTransferListener.FileSizeFormat.ScaleUnit Package Description org.apache.maven.cli.transfer -
-
Uses of AbstractMavenTransferListener.FileSizeFormat.ScaleUnit in org.apache.maven.cli.transfer
Methods in org.apache.maven.cli.transfer that return AbstractMavenTransferListener.FileSizeFormat.ScaleUnit Modifier and Type Method Description static AbstractMavenTransferListener.FileSizeFormat.ScaleUnitAbstractMavenTransferListener.FileSizeFormat.ScaleUnit. getScaleUnit(long size)static AbstractMavenTransferListener.FileSizeFormat.ScaleUnitAbstractMavenTransferListener.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.Methods in org.apache.maven.cli.transfer with parameters of type AbstractMavenTransferListener.FileSizeFormat.ScaleUnit Modifier and Type Method Description java.lang.StringAbstractMavenTransferListener.FileSizeFormat. format(long size, AbstractMavenTransferListener.FileSizeFormat.ScaleUnit unit)java.lang.StringAbstractMavenTransferListener.FileSizeFormat. format(long size, AbstractMavenTransferListener.FileSizeFormat.ScaleUnit unit, boolean omitSymbol)
-