Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
pack-priv static boolean | loadLibraryOnlyIfPresent()
Returns true if loading a native library only if it's present on the file system. |
pack-priv static File | mapAlternativeName(File lib)
Returns an alternate path name for the given file such that if the original pathname did not exist, then the file may be located at the alternate location. |
pack-priv static String[] |
ClassLoaderHelper | back to summary |
---|---|
private ClassLoaderHelper() |
loadLibraryOnlyIfPresent | back to summary |
---|---|
pack-priv static boolean loadLibraryOnlyIfPresent() Returns true if loading a native library only if it's present on the file system. |
mapAlternativeName | back to summary |
---|---|
pack-priv static File mapAlternativeName(File lib) Returns an alternate path name for the given file such that if the original pathname did not exist, then the file may be located at the alternate location. For most platforms, this behavior is not supported and returns null. |
parsePath | back to summary |
---|---|
pack-priv static String[] parsePath(String ldPath) Parse a PATH env variable. Empty elements will be replaced by dot. |