org.netbeans.api.project.libraries
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 March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.