Configurations instead.@Deprecated public class ConfiguratorUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
protected static javax.json.stream.JsonGenerator |
newGenerator(Writer writer)
Deprecated.
|
static void |
writeConfiguration(javax.json.stream.JsonGenerator generator,
Dictionary<String,Object> props)
Deprecated.
|
static void |
writeConfiguration(Writer writer,
Dictionary<String,Object> props)
Deprecated.
Write the OSGi configuration to a JSON structure.
|
protected static final javax.json.stream.JsonGenerator newGenerator(Writer writer)
public static void writeConfiguration(Writer writer, Dictionary<String,Object> props)
writer - Writerprops - The configuration properties to writepublic static void writeConfiguration(javax.json.stream.JsonGenerator generator,
Dictionary<String,Object> props)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.