public class OperatingSystemInfoImpl extends Object implements OperatingSystemInfo
| Constructor and Description |
|---|
OperatingSystemInfoImpl() |
| Modifier and Type | Method and Description |
|---|---|
URL |
createURL(String file) |
String |
getArch() |
int |
getAvailableProcessors() |
String |
getName() |
String |
getVersion() |
String |
toString() |
public String getArch()
getArch in interface OperatingSystemInfopublic String getName()
getName in interface OperatingSystemInfopublic String getVersion()
getVersion in interface OperatingSystemInfopublic int getAvailableProcessors()
getAvailableProcessors in interface OperatingSystemInfopublic URL createURL(String file) throws Exception
createURL in interface OperatingSystemInfoExceptionCopyright © 2020 eXo Platform SAS. All Rights Reserved.