Interface AuxiliaryProperties
public interface AuxiliaryProperties
Allow to store arbitrary properties in the project, similarly as AuxiliaryConfiguration
.
Used as backing store for ProjectUtils.getPreferences(org.netbeans.api.project.Project, java.lang.Class, boolean)
.
Note to API clients: do not use this interface directly, use
ProjectUtils.getPreferences(org.netbeans.api.project.Project, java.lang.Class, boolean)
instead.
- Since:
- 1.16
- See Also:
-
Method Summary
-
Method Details
-
get
-
put
-
listKeys
-