Uses of Class
com.iizix.license.HardwareIdentication
Packages that use HardwareIdentication Package Description com.iizix.license com.iizix.os Uses of HardwareIdentication in com.iizix.license
Methods in com.iizix.license that return HardwareIdentication Modifier and Type Method Description static HardwareIdentication
HardwareIdentication. from(int indexValue)
Gets the hardware identification from the "index" value.static HardwareIdentication
HardwareIdentication. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HardwareIdentication[]
HardwareIdentication. values()
Returns an array containing the constants of this enum type, in the order they are declared.Uses of HardwareIdentication in com.iizix.os
Methods in com.iizix.os with parameters of type HardwareIdentication Modifier and Type Method Description java.lang.String
HardwareInfo. get(HardwareIdentication info, boolean fresh, boolean update, java.lang.String... ipAddresses)
Gets the information as specified by the hardware information.