Class 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 Detail

      • getProperty

        public static String getProperty​(String key)
      • getBooleanProperty

        public static boolean getBooleanProperty​(String key)