|
org.netbeans.modules.settings/1 1.26.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Settings API | |
---|---|
org.netbeans.api.settings | Provides annotations to simplify use of convertors. |
org.netbeans.spi.settings | Makes it possible to store settings in a custom human-readable storage format or reuse any existing format by using convertors. |
Easy way to use JavaBean's archiver for persistence of objects.
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=
|
|
|
Read more about the implementation in the answers to architecture questions.
|
org.netbeans.modules.settings/1 1.26.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |