Class ConfiguratorUtil

    • Method Detail

      • newGenerator

        protected static final javax.json.stream.JsonGenerator newGenerator​(Writer writer)
        Deprecated.
      • writeConfiguration

        public static void writeConfiguration​(Writer writer,
                                              Dictionary<String,​Object> props)
        Deprecated.
        Write the OSGi configuration to a JSON structure. The writer is not closed.
        Parameters:
        writer - Writer
        props - The configuration properties to write
      • writeConfiguration

        public static void writeConfiguration​(javax.json.stream.JsonGenerator generator,
                                              Dictionary<String,​Object> props)
        Deprecated.