This class provides a few tools related to the system or the computer. More...
Static Public Member Functions | |
| static String | getHostName () |
| Returns the name of the host computer. | |
| static String | getProcessInfo () |
| Returns information about the running process: name, id, host name, date and time. | |
This class provides a few tools related to the system or the computer.
Definition at line 37 of file Systeme.java.
|
static |
Returns the name of the host computer.
Definition at line 46 of file Systeme.java.
|
static |
Returns information about the running process: name, id, host name, date and time.
Definition at line 70 of file Systeme.java.