Uses of Class
com.izforge.izpack.util.Platform

Uses of Platform in com.izforge.izpack.util
 

Fields in com.izforge.izpack.util declared as Platform
static Platform Platforms.AIX
          AIX platform.
static Platform Platforms.DEBIAN_LINUX
          Debian Linux platform.
static Platform Platforms.FEDORA_LINUX
          Fedora Linux platform.
static Platform Platforms.FREEBSD
          FreeBSD platform.
static Platform Platforms.HP_UX
          HP/UX platform.
static Platform Platforms.LINUX
          Generic Linux platform.
static Platform Platforms.MAC
          Mac platform.
static Platform Platforms.MAC_OSX
          Mac OSX platform.
static Platform Platforms.MANDRAKE_LINUX
          Mandrake Linux platform.
static Platform Platforms.MANDRIVA_LINUX
          Mandriva Linux platform.
static Platform Platforms.OS_2
          OS/2 platform.
static Platform OsVersion.PLATFORM
          The current platform.
static Platform[] Platforms.PLATFORMS
          Known platforms.
static Platform Platforms.RED_HAT_LINUX
          Red Hat Linux platform.
static Platform Platforms.SUNOS
          SunOS platform.
static Platform Platforms.SUNOS_SPARC
          SunOS/SPARC platform.
static Platform Platforms.SUNOS_X86
          SunOS/x86 platform.
static Platform Platforms.SUSE_LINUX
          SuSE Linux platform.
static Platform Platforms.UBUNTU_LINUX
          Ubuntu Linux platform.
static Platform Platforms.UNIX
          Generic UNIX platform.
static Platform Platforms.WINDOWS
          Windows platform.
static Platform Platforms.WINDOWS_2003
          Windows 2003 platform.
static Platform Platforms.WINDOWS_7
          Windows 7 platform.
static Platform Platforms.WINDOWS_8
          Windows 7 platform.
static Platform Platforms.WINDOWS_VISTA
          Windows Vista platform.
static Platform Platforms.WINDOWS_XP
          Windows XP platform.
 

Methods in com.izforge.izpack.util that return Platform
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.
 Platform Platforms.getCurrentPlatform()
          Returns the current platform.
 Platform Platforms.getCurrentPlatform(String name, String arch)
          Returns the platform for the specified operating system name and architecture.
 Platform Platforms.getCurrentPlatform(String name, String arch, String version)
          Returns the current platform given the operating system name, architecture and version.
 Platform Platforms.getCurrentPlatform(String name, String arch, String version, String javaVersion)
          Returns the current platform given the operating system 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
 Platform Platforms.getPlatform(String name, String arch)
          Returns the platform for the specified operating system name and architecture.
 Platform Platforms.getPlatform(String name, String arch, String version)
          Returns the platform given the operating system name, architecture and version.
 Platform Platforms.getPlatform(String name, String arch, String version, String javaVersion)
          Returns the platform given the operating system name, architecture and version.
 

Methods in com.izforge.izpack.util with parameters of type Platform
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 platform)
          Determines if this platform is an instance of another.
 

Constructors in com.izforge.izpack.util with parameters of type Platform
Platform(Platform platform, Platform.Arch arch)
          Constructs a Platform from another, with the specified architecture.
 



Copyright © 2015. All rights reserved.