Uses of Class
jcommon.core.OS

Packages that use OS
jcommon.core   
jcommon.core.platform   
jcommon.core.platform.mac   
jcommon.core.platform.unix   
jcommon.core.platform.win32   
 

Uses of OS in jcommon.core
 

Methods in jcommon.core that return OS
static OS OS.fromName(String Name)
           
static OS Sys.getOS()
           
static OS OS.getSystemOS()
           
static OS OS.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OS[] OS.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in jcommon.core with parameters of type OS
static String Sys.createPlatformName(OS OS)
           
static String Sys.createPlatformPackageName(String PackagePrefix, OS OS)
           
static String Sys.createPlatformPackageName(String PackagePrefix, OS OS, String PackageSuffix)
           
static String Sys.createPlatformPackageResourceName(String PackagePrefix, OS OS, String ResourceName)
           
static String Sys.createPlatformPackageResourceName(String PackagePrefix, OS OS, String PackageSuffix, String ResourceName)
           
static String Sys.createPlatformPackageResourcePrefix(String PackagePrefix, OS OS)
           
static String Sys.createPlatformPackageResourcePrefix(String PackagePrefix, OS OS, String PackageSuffix)
           
static boolean Sys.isOS(OS OS)
           
static boolean OS.isPOSIX(OS OS)
           
static boolean OSFamily.isPOSIX(OS OS)
           
 

Uses of OS in jcommon.core.platform
 

Methods in jcommon.core.platform with parameters of type OS
 boolean IPlatformProvider.providerMatchesPlatform(OSFamily family, OS os, Arch arch)
           
 

Uses of OS in jcommon.core.platform.mac
 

Methods in jcommon.core.platform.mac with parameters of type OS
 boolean MacPlatformProvider.providerMatchesPlatform(OSFamily family, OS os, Arch arch)
           
 

Uses of OS in jcommon.core.platform.unix
 

Methods in jcommon.core.platform.unix with parameters of type OS
 boolean UnixPlatformProvider.providerMatchesPlatform(OSFamily family, OS os, Arch arch)
           
 

Uses of OS in jcommon.core.platform.win32
 

Methods in jcommon.core.platform.win32 with parameters of type OS
 boolean Win32PlatformProvider.providerMatchesPlatform(OSFamily family, OS os, Arch arch)
           
 



Copyright © 2012-2013. All Rights Reserved.