Gets the PlatformEnum value representing this system. @return Returns the current platform
()
| 85 | * @return Returns the current platform |
| 86 | */ |
| 87 | public static PlatformEnum getCurrentPlatform() { |
| 88 | return CURRENT_PLATFORM; |
| 89 | } |
| 90 | |
| 91 | /** |
| 92 | * Creates a new instance of the appropriate platform-specific |
no outgoing calls