Service Point hiveutils.PreferencesManager | Interface: | net.sourceforge.hiveutils.service.PreferencesManager |
This service allows read and write of preferences (through Java 1.4
preferences store API). The service will automatically map java beans to
nodes in the preferences store. |
Implementation |
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
-
<construct class="net.sourceforge.hiveutils.service.impl.PreferencesManagerImpl"
>
-
<log />
-
<configuration />
-
<configuration />
-
<boolean />
</construct>
</invoke-factory>
|
Implementation from module hivegui |
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
-
<construct class="net.sourceforge.hivegui.application.PreferencesManagerImpl"
>
-
<log />
-
<configuration />
-
<configuration />
-
<boolean />
-
<set-service property="contextHolder"
service-id="hivegui.ApplicationContextHolder"
/>
</construct>
</invoke-factory>
|