- getArchitecture() - Static method in class org.scijava.nativelib.NativeLibraryUtil
-
Determines the underlying hardware platform and architecture.
- getJniDir() - Method in class org.scijava.nativelib.BaseJniExtractor
-
this is where JNI libraries are extracted to (e.g.
- getJniDir() - Method in class org.scijava.nativelib.DefaultJniExtractor
-
- getJniDir() - Method in class org.scijava.nativelib.WebappJniExtractor
-
- getJniExtractor() - Static method in class org.scijava.nativelib.NativeLoader
-
- getMxSysInfo() - Static method in class org.scijava.nativelib.MxSysInfo
-
Find the mx.sysinfo string for the current jvm
- getNativeDir() - Method in class org.scijava.nativelib.BaseJniExtractor
-
this is where native dependencies are extracted to (e.g.
- getNativeDir() - Method in class org.scijava.nativelib.DefaultJniExtractor
-
- getNativeDir() - Method in class org.scijava.nativelib.WebappJniExtractor
-
- getPlatformLibraryName(String) - Static method in class org.scijava.nativelib.NativeLibraryUtil
-
Returns the full file name (without path) of the native library.
- getPlatformLibraryPath(String) - Static method in class org.scijava.nativelib.NativeLibraryUtil
-
Returns the path to the native library.
- getTempDir() - Static method in class org.scijava.nativelib.BaseJniExtractor
-
- getVersionedLibraryName(Class<?>, String) - Static method in class org.scijava.nativelib.NativeLibraryUtil
-
Returns the Maven-versioned file name of the native library.
- guessMxSysInfo() - Static method in class org.scijava.nativelib.MxSysInfo
-
Make a spirited attempt at guessing what the mx.sysinfo for the current jvm
might be.