|
org.netbeans.modules.settings/1 1.18.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Settings API | |
---|---|
org.netbeans.api.settings | This package provides annotations to simplify use of convertors. |
org.netbeans.spi.settings | The Settings API brings possibility to easily plug own human readable storage format or reuse any existing by using convertors. |
Semantics of readProperties
method has been extended
to allow the method to return an object. Read
more.
Human friendly way to register XML property based convertor via
the @ConvertAsProperties
annotation.
If a folder in SFS has attribute recognizeXML=true
then
Convertors will attempt to process also files with .xml extension.
To prevent ClassNotFoundException while loading *.settings where
intentionally removed class is either in <instance class="..."/>
or <serialdata class="..."> it is possible to declare such
class in META-INF/netbeans/translate.names
. If class name
maps to empty string, it is ignored. E.g.:
org.mypackage.OldClass=
Lookups.forPath
Provides support for Lookups.forPath(String) method in order to replace now deprecated FolderLookup.
|
|
|
Read more about the implementation in the answers to architecture questions.
|
org.netbeans.modules.settings/1 1.18.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |