| Package | Description |
|---|---|
| bap.util |
| Modifier and Type | Method and Description |
|---|---|
static OSEnum |
OSInfoUtil.getOSnameByosEnum()
获取操作系统名称通过新的枚举类,代替getOSname方法
|
static OSEnum |
OSEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OSEnum[] |
OSEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|