public class OSArchitecture
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
amd64 |
boolean |
arm |
boolean |
arm64 |
boolean |
ia64 |
boolean |
mips |
boolean |
mips64 |
boolean |
ppc64 |
boolean |
s390 |
boolean |
s390x |
boolean |
sparc |
boolean |
x86 |
| Constructor and Description |
|---|
OSArchitecture(java.lang.String archString) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
is64Bit() |
java.lang.String |
toString() |
public final boolean amd64
public final boolean x86
public final boolean arm64
public final boolean arm
public final boolean ia64
public final boolean mips64
public final boolean mips
public final boolean ppc64
public final boolean s390x
public final boolean sparc
public final boolean s390
public boolean is64Bit()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object