org.netbeans.modules.java.project/1 1.38.1

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

Method Summary
 Callable<Library> missingLibrary(String name)
          Checks to see if a missing library definition can be created.
 

Method Detail

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

org.netbeans.modules.java.project/1 1.38.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.