Uses of Class
org.codehaus.cargo.container.websphere.util.ByteUnit
-
Packages that use ByteUnit Package Description org.codehaus.cargo.container.websphere.util -
-
Uses of ByteUnit in org.codehaus.cargo.container.websphere.util
Methods in org.codehaus.cargo.container.websphere.util that return ByteUnit Modifier and Type Method Description ByteUnitByteUnit. getHigherUnit()ByteUnitByteUnit. getLowerUnit()static ByteUnitByteUnit. toByteUnit(String suffix)static ByteUnitByteUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static ByteUnit[]ByteUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.codehaus.cargo.container.websphere.util with parameters of type ByteUnit Modifier and Type Method Description longJvmArguments. getInitialHeap(ByteUnit expectedUnit)longJvmArguments. getMaxHeap(ByteUnit expectedUnit)
-