Class ConfigurationWrapper


  • public class ConfigurationWrapper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigurationWrapper​(org.osgi.service.cm.Configuration configuration)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void delete()  
      void update​(java.util.Map<java.lang.String,​java.lang.Object> newProperties)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConfigurationWrapper

        public ConfigurationWrapper​(org.osgi.service.cm.Configuration configuration)
    • Method Detail

      • update

        public void update​(java.util.Map<java.lang.String,​java.lang.Object> newProperties)
                    throws java.io.IOException
        Throws:
        java.io.IOException
      • delete

        public void delete()
                    throws java.io.IOException
        Throws:
        java.io.IOException