org.netbeans.spi.java.project.support.ui
Interface BrokenReferencesSupport.LibraryDefiner
- Enclosing class:
- BrokenReferencesSupport
public static interface BrokenReferencesSupport.LibraryDefiner
Service which may be registered to download remote libraries or otherwise define them.
- Since:
- org.netbeans.modules.java.project/1 1.35
missingLibrary
@CheckForNull
Callable<Library> missingLibrary(String name)
- Checks to see if a missing library definition can be created.
- Parameters:
name
- a desired Library.getName()
- Returns:
- a callback which may be run (asynchronously) to create and return a library with the given name, or null if not recognized