Registry / config / org-osgi-service-prefs

org-osgi-service-prefs

JSON →
library1.1.2javamavenunverified

OSGi companion code for the org.osgi.service.prefs package, providing a service-based preferences API for OSGi environments.

<dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.service.prefs</artifactId> <version>1.1.2</version> </dependency>
INSTALL
IMPORT
SIG · ORG-OSGI-SERVICE-P
O
org-osgi-service-prefs
configjavav1.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PreferencesService
org.osgi.service.prefs.PreferencesService

Uses PreferencesService to access and modify system preferences.

import org.osgi.service.prefs.PreferencesService; import org.osgi.service.prefs.Preferences; public class Example { private PreferencesService prefsService; public void setPreference() { Preferences prefs = prefsService.getSystemPreferences(); prefs.put("key", "value"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
30
Resources
org-osgi-service-prefs — mvn dependency:get org-osgi-service-prefs · libregistry