Class com.symantec.itools.lang.AccessiblePlatform
All Packages Class Hierarchy This Package Previous Next Index
Class com.symantec.itools.lang.AccessiblePlatform
Object
|
+----Platform
|
+----com.symantec.itools.lang.AccessiblePlatform
- public class AccessiblePlatform
- extends Platform
- Version:
- 1.0
- Author:
- Symantec Internet Tools Division
- Since:
- VCafe 3.0
- See Also:
- Properties
-
com.symantec.itools.lang.AccessiblePlatform()
-
-
getArchitecture()
- Returns the machine architectire.
-
getJavaVendor()
- Returns the Java vendor.
-
getJavaVersion()
- Returns the Java version.
-
getOSName()
- Returns the name of the OS.
-
getOSType()
- Returns the type of the OS.
-
getOSVersion()
- Returns the version of the OS.
AccessiblePlatform
protected AccessiblePlatform()
-
- Since:
- VCafe 3.0
getArchitecture
public static java.lang.String getArchitecture()
- Returns the machine architectire.
- Returns:
- The String value of the architecture or null if it is unknown.
- Since:
- VCafe 3.0
getJavaVendor
public static java.lang.String getJavaVendor()
- Returns the Java vendor.
- Returns:
- The String value of the javaVendor or null if it is unknown.
- Since:
- VCafe 3.0
getJavaVersion
public static java.lang.String getJavaVersion()
- Returns the Java version.
- Returns:
- The String value of the javaVersion or null if it is unknown.
- Since:
- VCafe 3.0
getOSName
public static java.lang.String getOSName()
- Returns the name of the OS.
- Returns:
- The String value of the osName or null if it is unknown.
- Since:
- VCafe 3.0
getOSType
public static java.lang.String getOSType()
- Returns the type of the OS.
- Returns:
- the String value of the osType or null if it is unknown.
- Since:
- VCafe 3.0
getOSVersion
public static java.lang.String getOSVersion()
- Returns the version of the OS.
- Returns:
- The String value of the osName or null if it is unknown.
- Since:
- VCafe 3.0
All Packages Class Hierarchy This Package Previous Next Index