public final class LibraryLoader extends Object
Constructor and Description |
---|
LibraryLoader(String... libraries) |
Modifier and Type | Method and Description |
---|---|
boolean |
isAvailable()
Returns whether the underlying libraries are available, loading them if necessary.
|
void |
setLibraries(String... libraries)
Overrides the names of the libraries to load.
|
public LibraryLoader(String... libraries)
libraries
- The names of the libraries to load.public void setLibraries(String... libraries)
isAvailable()
.public boolean isAvailable()