| Package | Description |
|---|---|
| hudson.tools |
| Modifier and Type | Method and Description |
|---|---|
JDKInstaller.Preference |
JDKInstaller.CPU.accept(String line)
In JDK5u3, I see platform like "Linux AMD64", while JDK6u3 refers to "Linux x64", so
just use "64" for locating bits.
|
static JDKInstaller.Preference |
JDKInstaller.Preference.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JDKInstaller.Preference[] |
JDKInstaller.Preference.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.