Class OsgiAwarePropertiesUtil
- java.lang.Object
-
- org.apache.jackrabbit.vault.packaging.impl.OsgiAwarePropertiesUtil
-
public class OsgiAwarePropertiesUtil extends Object
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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
getBooleanProperty(String key)
static String
getProperty(String key)
-