public class OsgiPropertyResourceStrategy extends java.lang.Object implements PropertyResourceStrategy<OsgiPropertyResourceStrategy>
| Constructor and Description |
|---|
OsgiPropertyResourceStrategy(org.osgi.framework.Bundle usingBundle) |
| Modifier and Type | Method and Description |
|---|---|
<T> PropertyResource |
getPropertyResourceBundle(java.lang.Class<T> accessor,
java.lang.String resource) |
java.lang.Class<OsgiPropertyResourceStrategy> |
strategyClass() |
public OsgiPropertyResourceStrategy(org.osgi.framework.Bundle usingBundle)
public java.lang.Class<OsgiPropertyResourceStrategy> strategyClass()
strategyClass in interface PropertyResourceStrategy<OsgiPropertyResourceStrategy>public <T> PropertyResource getPropertyResourceBundle(java.lang.Class<T> accessor, java.lang.String resource)
getPropertyResourceBundle in interface PropertyResourceStrategy<OsgiPropertyResourceStrategy>