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

Uses of Platform.Name in com.izforge.izpack.util
 

Methods in com.izforge.izpack.util that return Platform.Name
 Platform.Name Platforms.getCurrentOSName()
          Returns the platform family name for the current operating system.
protected  Platform.Name Platforms.getCurrentOSName(String name)
          Returns the platform family name for the current operating system.
protected  Platform.Name Platforms.getLinuxName()
          Returns the Linux platform family name.
 Platform.Name Platform.getName()
          Returns the platform family name.
 Platform.Name Platforms.getName(String name)
          Returns the platform family name for the specified operating system name.
 Platform.Name[] Platform.Name.getParents()
          Returns the parent family names.
static Platform.Name Platform.Name.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Platform.Name[] Platform.Name.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.Name
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.
 boolean Platform.isA(Platform.Name name)
          Determines if this platform is an instance of the platform family name.
 boolean Platform.Name.isA(Platform.Name name)
          Determines if this is an instance of the specified name.
 

Constructors in com.izforge.izpack.util with parameters of type Platform.Name
Platform(Platform.Name name)
          Constructs a Platform from the specified name.
Platform(Platform.Name name, Platform.Arch arch)
          Constructs a Platform.
Platform(Platform.Name name, String version)
          Constructs a Platform from the specified name and version.
Platform(Platform.Name name, String symbolicName, Platform.Arch arch)
          Constructs a Platform.
Platform(Platform.Name name, String symbolicName, String version)
          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.
 



Copyright © 2015. All rights reserved.