Class OsgiAwarePropertiesUtil
java.lang.Object
org.apache.jackrabbit.vault.packaging.impl.OsgiAwarePropertiesUtil
Provides access to either system properties or bundle context properties (if running inside an OSGi container)
- See Also:
-
BundleContext.getProperty(String)System.getProperty(String)
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleangetBooleanProperty(String key) static StringgetProperty(String key)
-
Method Details
-
getProperty
-
getBooleanProperty
-