com.izforge.izpack.util
Interface OsVersionConstants

All Known Implementing Classes:
OsVersion

public interface OsVersionConstants

Holds some OS (Version) Constants

Author:
marc.eppelmann@reddot.de

Field Summary
static String AIX
          AIX = "AIX"
static String AMD64
          AMD64 = "amd64"
static String DEBIAN
          DEBIAN = "Debian"
static String FEDORA
          FEDORA = "Fedora"
static String FREEBSD
          FREEBSD = "FreeBSD"
static String HP_UX
          HP_UX = "HP-UX"
static String I386
          I386 = "i386"
static String LINUX
          LINUX = "Linux"
static String MAC
          MAC = "Mac"
static String MACOSX
          Mac OS X
static String MANDRAKE
          MANDRAKE = "Mandrake"
static String MANDRIVA
          MANDRIVA = "Mandriva"
static String OS_2
          OS_2 = "OS/2"
static String OSARCH
          OSARCH = "os.arch"
static String OSNAME
          OSNAME = "os.name"
static String OSVERSION
          OSARCH = "os.arch"
static String PPC
          PPC = "ppc"
static String PROC_VERSION
          PROC_VERSION = "/proc/version"
static String RED_HAT
          RED_HAT = "Red Hat"
static String REDHAT
          REDHAT = "RedHat"
static String SOLARIS
          SOLARIS = "Solaris"
static String SPARC
          SPARC = "sparc"
static String SUNOS
          SUNOS = "SunOS"
static String SUSE
          SUSE = "SuSE"
static String UBUNTU
          UBUNTU = "Ubuntu"
static String WINDOWS
          WINDOWS = "Windows"
static String WINDOWS_2003_VERSION
          Windows Server 2003
static String WINDOWS_7_VERSION
          Windows 7
static String WINDOWS_8_VERSION
          Windows 8
static String WINDOWS_VISTA_VERSION
          Windows Vista
static String WINDOWS_XP_VERSION
          Windows XP
static String X64
          X64 = "x64"
static String X86
          X86 = "x86"
 

Field Detail

OSNAME

static final String OSNAME
OSNAME = "os.name"

See Also:
Constant Field Values

OSARCH

static final String OSARCH
OSARCH = "os.arch"

See Also:
Constant Field Values

OSVERSION

static final String OSVERSION
OSARCH = "os.arch"

See Also:
Constant Field Values

X86

static final String X86
X86 = "x86"

See Also:
Constant Field Values

X64

static final String X64
X64 = "x64"

See Also:
Constant Field Values

I386

static final String I386
I386 = "i386"

See Also:
Constant Field Values

AMD64

static final String AMD64
AMD64 = "amd64"

See Also:
Constant Field Values

PPC

static final String PPC
PPC = "ppc"

See Also:
Constant Field Values

SPARC

static final String SPARC
SPARC = "sparc"

See Also:
Constant Field Values

FREEBSD

static final String FREEBSD
FREEBSD = "FreeBSD"

See Also:
Constant Field Values

LINUX

static final String LINUX
LINUX = "Linux"

See Also:
Constant Field Values

HP_UX

static final String HP_UX
HP_UX = "HP-UX"

See Also:
Constant Field Values

AIX

static final String AIX
AIX = "AIX"

See Also:
Constant Field Values

SUNOS

static final String SUNOS
SUNOS = "SunOS"

See Also:
Constant Field Values

SOLARIS

static final String SOLARIS
SOLARIS = "Solaris"

See Also:
Constant Field Values

OS_2

static final String OS_2
OS_2 = "OS/2"

See Also:
Constant Field Values

MAC

static final String MAC
MAC = "Mac"

See Also:
Constant Field Values

MACOSX

static final String MACOSX
Mac OS X

See Also:
Constant Field Values

WINDOWS

static final String WINDOWS
WINDOWS = "Windows"

See Also:
Constant Field Values

WINDOWS_XP_VERSION

static final String WINDOWS_XP_VERSION
Windows XP

See Also:
Constant Field Values

WINDOWS_2003_VERSION

static final String WINDOWS_2003_VERSION
Windows Server 2003

See Also:
Constant Field Values

WINDOWS_VISTA_VERSION

static final String WINDOWS_VISTA_VERSION
Windows Vista

See Also:
Constant Field Values

WINDOWS_7_VERSION

static final String WINDOWS_7_VERSION
Windows 7

See Also:
Constant Field Values

WINDOWS_8_VERSION

static final String WINDOWS_8_VERSION
Windows 8

See Also:
Constant Field Values

REDHAT

static final String REDHAT
REDHAT = "RedHat"

See Also:
Constant Field Values

RED_HAT

static final String RED_HAT
RED_HAT = "Red Hat"

See Also:
Constant Field Values

FEDORA

static final String FEDORA
FEDORA = "Fedora"

See Also:
Constant Field Values

MANDRAKE

static final String MANDRAKE
MANDRAKE = "Mandrake"

See Also:
Constant Field Values

MANDRIVA

static final String MANDRIVA
MANDRIVA = "Mandriva"

See Also:
Constant Field Values

SUSE

static final String SUSE
SUSE = "SuSE"

See Also:
Constant Field Values

DEBIAN

static final String DEBIAN
DEBIAN = "Debian"

See Also:
Constant Field Values

UBUNTU

static final String UBUNTU
UBUNTU = "Ubuntu"

See Also:
Constant Field Values

PROC_VERSION

static final String PROC_VERSION
PROC_VERSION = "/proc/version"

See Also:
Constant Field Values


Copyright © 2015. All rights reserved.