public class OSInfo
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHostAddress()
Get the IP address of the device.
|
java.lang.String |
getHostName()
Get the hostname of the device.
|
java.lang.String |
getInfo()
Get additional information about the Operating System.
|
java.lang.String |
getLocation()
Get the Operating System directory.
|
java.lang.String |
getName()
Get the name of the Operating System.
|
java.lang.String |
getSocketName()
Get information about the socket used.
|
java.lang.String |
getVersion()
Get the version of the Operating System.
|
public java.lang.String getHostAddress()
public java.lang.String getHostName()
public java.lang.String getInfo()
public java.lang.String getLocation()
public java.lang.String getName()
public java.lang.String getSocketName()
public java.lang.String getVersion()