- java.lang.Object
-
- de.ibapl.jnhw.util.winapi.LibJnhwWinApiLoader
-
public final class LibJnhwWinApiLoader extends Object
- Author:
- aploese
-
-
Field Summary
Fields Modifier and Type Field Description static StringLIB_JNHW_WINAPIstatic intLIB_JNHW_WINAPI_VERSION
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static voiddoSystemLoad(String absoluteLibName)static LoadResultgetLoadResult()static LoadStatetouch()load but break any loop loading the lib will trigger OpacqueMemory to trigger this again
-
-
-
Field Detail
-
LIB_JNHW_WINAPI
public static final String LIB_JNHW_WINAPI
- See Also:
- Constant Field Values
-
LIB_JNHW_WINAPI_VERSION
public static final int LIB_JNHW_WINAPI_VERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
doSystemLoad
protected static void doSystemLoad(String absoluteLibName)
-
touch
public static LoadState touch()
load but break any loop loading the lib will trigger OpacqueMemory to trigger this again- Returns:
-
getLoadResult
public static LoadResult getLoadResult()
-
-