|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Platform.Arch in com.izforge.izpack.util |
|---|
| Methods in com.izforge.izpack.util that return Platform.Arch | |
|---|---|
Platform.Arch |
Platform.getArch()
Returns the operating system architecture. |
Platform.Arch |
Platforms.getArch(String arch)
Returns the platform family name given the operating system or symbolic name. |
static Platform.Arch |
Platform.Arch.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Platform.Arch[] |
Platform.Arch.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.izforge.izpack.util with parameters of type Platform.Arch | |
|---|---|
protected Platform |
Platforms.findMatch(String name,
Platform.Name pname,
Platform.Arch arch,
String version)
Attempts to find a platform that matches the platform name, architecture and version. |
protected Platform |
Platforms.getPlatform(Platform match,
Platform.Arch arch,
String version,
String javaVersion)
Constructs a new Platform given a match, architecture, version and java version |
boolean |
Platform.isA(Platform.Arch arch)
Determines if this platform is the specified architecture. |
| Constructors in com.izforge.izpack.util with parameters of type Platform.Arch | |
|---|---|
Platform(Platform.Name name,
Platform.Arch arch)
Constructs a Platform. |
|
Platform(Platform.Name name,
String symbolicName,
Platform.Arch arch)
Constructs a Platform. |
|
Platform(Platform.Name name,
String symbolicName,
String version,
Platform.Arch arch)
Constructs a Platform. |
|
Platform(Platform.Name name,
String symbolicName,
String version,
Platform.Arch arch,
String javaVersion)
Constructs a Platform. |
|
Platform(Platform platform,
Platform.Arch arch)
Constructs a Platform from another, with the specified architecture. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||