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 SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static booleangetBooleanProperty(String key)static StringgetProperty(String key)
 
-