|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use OSFamily | |
|---|---|
| jcommon.core | |
| jcommon.core.platform | |
| jcommon.core.platform.mac | |
| jcommon.core.platform.unix | |
| jcommon.core.platform.win32 | |
| Uses of OSFamily in jcommon.core |
|---|
| Methods in jcommon.core that return OSFamily | |
|---|---|
static OSFamily |
OSFamily.fromName(String Name)
|
OSFamily |
OS.getFamily()
|
static OSFamily |
Sys.getOSFamily()
|
static OSFamily |
OS.getSystemOSFamily()
|
static OSFamily |
OSFamily.getSystemOSFamily()
|
static OSFamily |
OSFamily.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OSFamily[] |
OSFamily.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 OSFamily | |
|---|---|
static String |
Sys.createPlatformName(OSFamily OSFamily)
|
static String |
Sys.createPlatformPackageName(String PackagePrefix,
OSFamily OSFamily)
|
static String |
Sys.createPlatformPackageName(String PackagePrefix,
OSFamily OSFamily,
String PackageSuffix)
|
static String |
Sys.createPlatformPackageResourceName(String PackagePrefix,
OSFamily OSFamily,
String ResourceName)
|
static String |
Sys.createPlatformPackageResourceName(String PackagePrefix,
OSFamily OSFamily,
String PackageSuffix,
String ResourceName)
|
static String |
Sys.createPlatformPackageResourcePrefix(String PackagePrefix,
OSFamily OSFamily)
|
static String |
Sys.createPlatformPackageResourcePrefix(String PackagePrefix,
OSFamily OSFamily,
String PackageSuffix)
|
static boolean |
Sys.isOSFamily(OSFamily OSFamily)
|
static boolean |
OSFamily.isPOSIX(OSFamily OSFamily)
|
| Uses of OSFamily in jcommon.core.platform |
|---|
| Methods in jcommon.core.platform with parameters of type OSFamily | |
|---|---|
boolean |
IPlatformProvider.providerMatchesPlatform(OSFamily family,
OS os,
Arch arch)
|
| Uses of OSFamily in jcommon.core.platform.mac |
|---|
| Methods in jcommon.core.platform.mac with parameters of type OSFamily | |
|---|---|
boolean |
MacPlatformProvider.providerMatchesPlatform(OSFamily family,
OS os,
Arch arch)
|
| Uses of OSFamily in jcommon.core.platform.unix |
|---|
| Methods in jcommon.core.platform.unix with parameters of type OSFamily | |
|---|---|
boolean |
UnixPlatformProvider.providerMatchesPlatform(OSFamily family,
OS os,
Arch arch)
|
| Uses of OSFamily in jcommon.core.platform.win32 |
|---|
| Methods in jcommon.core.platform.win32 with parameters of type OSFamily | |
|---|---|
boolean |
Win32PlatformProvider.providerMatchesPlatform(OSFamily family,
OS os,
Arch arch)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||