| Package | Description |
|---|---|
| org.apache.hadoop.util |
Common utilities.
|
| Modifier and Type | Field | Description |
|---|---|---|
static Shell.OSType |
Shell.osType |
Get the type of the operating system, as determined from parsing
the
os.name property. |
| Modifier and Type | Method | Description |
|---|---|---|
static Shell.OSType |
Shell.OSType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Shell.OSType[] |
Shell.OSType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.