public interface IConfigurableItem
Modifier and Type | Method and Description |
---|---|
org.osgi.service.prefs.Preferences |
getConfiguration()
Get the configuration of the Item.
|
void |
setConfiguration(org.osgi.service.prefs.Preferences config)
Set the configuration of an Item.
|
org.osgi.service.prefs.Preferences getConfiguration()
void setConfiguration(org.osgi.service.prefs.Preferences config)
config
- Configuration to set.
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.