systeminformationmonitor.system.sigar.loader
Class ArchName

java.lang.Object
  extended by systeminformationmonitor.system.sigar.loader.ArchName

public class ArchName
extends java.lang.Object

Helper class for naming the jni library with platform/arch name for which it is binary compatible.


Method Summary
static java.lang.String getName()
           
static boolean is64()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public static java.lang.String getName()
                                throws ArchNotSupportedException
Throws:
ArchNotSupportedException

is64

public static boolean is64()