Package | Description |
---|---|
org.chorem.jtimer.ui.system |
System interface using JNA to get system information.
|
org.chorem.jtimer.ui.system.macos |
Mac OS specific system info implementation.
|
org.chorem.jtimer.ui.system.unix |
Linux specific system info implementation.
|
org.chorem.jtimer.ui.system.win32 |
Windows specific system info implementation.
|
org.chorem.jtimer.ui.tasks |
Job used to run tasks.
|
Modifier and Type | Field and Description |
---|---|
protected static SystemInfo |
SystemInfoFactory.instance
Single instance
|
Modifier and Type | Method and Description |
---|---|
static SystemInfo |
SystemInfoFactory.getSystemInfo()
Return system info depending on system.
|
Modifier and Type | Class and Description |
---|---|
class |
MacOSSystemInfo
MacOSSystemInfo
Source : http://ochafik.free.fr/blog/?p=98#comment-17694
|
Modifier and Type | Class and Description |
---|---|
class |
UnixSystemInfo
Linux system info.
|
Modifier and Type | Class and Description |
---|---|
class |
Win32SystemInfo
Win32 System info.
|
Modifier and Type | Field and Description |
---|---|
protected SystemInfo |
RunTaskJob.systemInfo
System information (idle...).
|
Copyright © 2007–2013 CodeLutin. All rights reserved.