|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
Native Library Path Specification. More...
Public Member Functions | |
| int | hashCode () |
| boolean | equals (final Object o) |
| String | toString () |
Static Public Member Functions | |
| static LibPath | createRelative (final String p) |
| Returns new instance with relative path in system linker search path. More... | |
| static LibPath | createAbsolute (final String p) |
| Returns new instance with absolute path in system linker search path. More... | |
| static LibPath | createExtra (final String p, final String searchPathPrepend) |
| Returns new instance with absolute path not in system linker search path. More... | |
Public Attributes | |
| final String | path |
| Relative or absolute library path. More... | |
| final boolean | isAbsolute |
| True if path is an absolute path. More... | |
| final boolean | addToSearchPath |
| True if directory of absolute library path shall be added to the linker search path. More... | |
| final String | searchPathPrepend |
Search path prepend directories, separated by OS File#pathSeparator. More... | |
Native Library Path Specification.
Definition at line 153 of file NativeLibrary.java.
|
static |
Returns new instance with absolute path in system linker search path.
Definition at line 182 of file NativeLibrary.java.
|
static |
Returns new instance with absolute path not in system linker search path.
Definition at line 188 of file NativeLibrary.java.
|
static |
Returns new instance with relative path in system linker search path.
Definition at line 179 of file NativeLibrary.java.
| boolean com.jogamp.common.os.NativeLibrary.LibPath.equals | ( | final Object | o | ) |
Definition at line 210 of file NativeLibrary.java.
| int com.jogamp.common.os.NativeLibrary.LibPath.hashCode | ( | ) |
Definition at line 198 of file NativeLibrary.java.
| String com.jogamp.common.os.NativeLibrary.LibPath.toString | ( | ) |
Definition at line 223 of file NativeLibrary.java.
| final boolean com.jogamp.common.os.NativeLibrary.LibPath.addToSearchPath |
True if directory of absolute library path shall be added to the linker search path.
May not be supported on all systems.
Supported OS: Windows.
Definition at line 169 of file NativeLibrary.java.
| final boolean com.jogamp.common.os.NativeLibrary.LibPath.isAbsolute |
True if path is an absolute path.
Definition at line 158 of file NativeLibrary.java.
| final String com.jogamp.common.os.NativeLibrary.LibPath.path |
Relative or absolute library path.
Definition at line 155 of file NativeLibrary.java.
| final String com.jogamp.common.os.NativeLibrary.LibPath.searchPathPrepend |
Search path prepend directories, separated by OS File#pathSeparator.
Definition at line 176 of file NativeLibrary.java.