public static interface LibraryChooser.LibraryImportHandler
| Modifier and Type | Method and Description |
|---|---|
Library |
importLibrary(Library library)
Implementation is expected to copy given global library to
sharable libraries location, that is to library manager the library
chooser was created for.
|
Library importLibrary(Library library) throws IOException
library - library to copyIOException - any IO failureIllegalArgumentException - if there already exists library
with this nameBuilt on October 23 2015. | Portions Copyright 1997-2015 Oracle. All rights reserved.