|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.api.project.libraries.LibraryManager
LibraryManager provides registry of the installed libraries. LibraryManager can be used to list all installed libraries or to query library by its system name.
Field Summary | |
static String |
PROP_LIBRARIES
|
Method Summary | |
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds PropertyChangeListener. |
static LibraryManager |
getDefault()
Get the default instance of the library manager. |
Library[] |
getLibraries()
List all library defined in the IDE. |
Library |
getLibrary(String name)
Returns library by its name. |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes PropertyChangeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String PROP_LIBRARIES
Method Detail |
public Library getLibrary(String name)
name
- of the library, must not be null
public Library[] getLibraries()
null
public void addPropertyChangeListener(PropertyChangeListener listener)
listener
- to be notifiedpublic void removePropertyChangeListener(PropertyChangeListener listener)
listener
- public static LibraryManager getDefault()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |