com.jniwrapper
Class JNIWrapperInfo

java.lang.Object
  extended by com.jniwrapper.JNIWrapperInfo

public class JNIWrapperInfo
extends java.lang.Object

This class provides information about configuration of JNIWrapper.


Field Summary
static java.lang.String JAR_BUILD
           
static java.lang.String JAR_LOCATION
           
static java.lang.String JAR_VERSION
           
static java.lang.String LIBRARY_LOCATION
           
static java.lang.String LIBRARY_VERSION
           
 
Constructor Summary
JNIWrapperInfo()
           
 
Method Summary
static java.util.Map getProperties()
          Returns information JNIWrapper library.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JAR_LOCATION

public static final java.lang.String JAR_LOCATION
See Also:
Constant Field Values

JAR_VERSION

public static final java.lang.String JAR_VERSION
See Also:
Constant Field Values

JAR_BUILD

public static final java.lang.String JAR_BUILD
See Also:
Constant Field Values

LIBRARY_LOCATION

public static final java.lang.String LIBRARY_LOCATION
See Also:
Constant Field Values

LIBRARY_VERSION

public static final java.lang.String LIBRARY_VERSION
See Also:
Constant Field Values
Constructor Detail

JNIWrapperInfo

public JNIWrapperInfo()
Method Detail

getProperties

public static java.util.Map getProperties()
Returns information JNIWrapper library.

Returns:
the system information