public static class NativeLibrary.LoadedLibraryData extends Object
Runtime.getLoadedLibraries()
which will
return a list of NativeLibrary.LoadedLibraryData
s.Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<String> |
getLibraryNames() |
List<String> |
getSearchPaths() |
List<String> |
getSuccessfulPaths() |
int |
hashCode() |
String |
toString() |
public List<String> getLibraryNames()
public List<String> getSearchPaths()
public List<String> getSuccessfulPaths()
Copyright © 2024. All rights reserved.