public final class BundleContextPropertiesProvider extends Object implements org.jboss.gravia.runtime.spi.PropertiesProvider
PropertiesProvider that delegates to a BundleContext| Constructor and Description |
|---|
BundleContextPropertiesProvider(BundleContext context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getProperty(String key) |
Object |
getProperty(String key,
Object defaultValue) |
Object |
getRequiredProperty(String key) |
public BundleContextPropertiesProvider(BundleContext context)
public Object getProperty(String key)
getProperty in interface org.jboss.gravia.runtime.spi.PropertiesProviderpublic Object getRequiredProperty(String key)
getRequiredProperty in interface org.jboss.gravia.runtime.spi.PropertiesProviderCopyright © 2014 JBoss by Red Hat. All rights reserved.