Uses of Class
jcommon.core.Arch

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

Uses of Arch in jcommon.core
 

Methods in jcommon.core that return Arch
static Arch Arch.fromName(String Name)
           
static Arch Sys.getArch()
           
static Arch Arch.getSystemArch()
           
static Arch Arch.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Arch[] Arch.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 Arch
static boolean Sys.isArch(Arch Arch)
           
 

Uses of Arch in jcommon.core.platform
 

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

Uses of Arch in jcommon.core.platform.mac
 

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

Uses of Arch in jcommon.core.platform.unix
 

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

Uses of Arch in jcommon.core.platform.win32
 

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



Copyright © 2012-2013. All Rights Reserved.