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:
  • Method Details

    • getProperty

      public static String getProperty(String key)
    • getBooleanProperty

      public static boolean getBooleanProperty(String key)