org.netbeans.spi.project.libraries
Interface LibraryImplementation3
- All Superinterfaces:
- LibraryImplementation, NamedLibraryImplementation
public interface LibraryImplementation3
- extends NamedLibraryImplementation
LibraryImplementation extension allowing library to expose additional
properties.
- Since:
- 1.34
| Methods inherited from interface org.netbeans.spi.project.libraries.LibraryImplementation |
addPropertyChangeListener, getContent, getDescription, getLocalizingBundle, getName, getType, removePropertyChangeListener, setContent, setDescription, setLocalizingBundle, setName |
PROP_PROPERTIES
static final String PROP_PROPERTIES
- Name of the properties property.
- Since:
- 1.35
- See Also:
- Constant Field Values
getProperties
@NonNull
Map<String,String> getProperties()
- Returns library properties
- Returns:
- the
Map containing the properties
setProperties
void setProperties(@NonNull
Map<String,String> properties)
- Sets the library properties
- Parameters:
properties - the properties to be set