at.spardat.xma.boot.natives
Class Natives

java.lang.Object
  extended byat.spardat.xma.boot.natives.Natives

public class Natives
extends java.lang.Object

This class gets informations needed from the native windows (win32) api.


Constructor Summary
Natives()
           
 
Method Summary
 java.lang.String getRegistryKey(java.lang.String strKey, java.lang.String strSubKey, java.lang.String strValueKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Natives

public Natives()
Method Detail

getRegistryKey

public java.lang.String getRegistryKey(java.lang.String strKey,
                                       java.lang.String strSubKey,
                                       java.lang.String strValueKey)