use SigarVersion
This commit is contained in:
parent
aef0ea6b73
commit
8c9bf6414f
|
@ -15,7 +15,11 @@ import net.hyperic.jni.ArchNotSupportedException;
|
||||||
*/
|
*/
|
||||||
public class Sigar implements SigarProxy {
|
public class Sigar implements SigarProxy {
|
||||||
|
|
||||||
public static final String VERSION = "1.1.4";
|
public static final String VERSION_STRING =
|
||||||
|
SigarVersion.VERSION_STRING;
|
||||||
|
|
||||||
|
public static final String BUILD_DATE =
|
||||||
|
SigarVersion.BUILD_DATE;
|
||||||
|
|
||||||
private static SigarLoader loader = new SigarLoader(Sigar.class);
|
private static SigarLoader loader = new SigarLoader(Sigar.class);
|
||||||
private FileSystemMap mounts = null;
|
private FileSystemMap mounts = null;
|
||||||
|
|
Loading…
Reference in New Issue