public final class ConfTree extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<String,Map<String,String>> |
components
Role options,
role -> option -> value
|
Map<String,List<String>> |
credentials
Credentials
|
Map<String,String> |
global
Global options
|
static int |
INITAL_MAP_CAPACITY
Size of an initial map.
|
protected static org.slf4j.Logger |
log |
Map<String,Object> |
metadata
Metadata
|
String |
schema
version counter
|
| Constructor and Description |
|---|
ConfTree() |
public static final int INITAL_MAP_CAPACITY
protected static final org.slf4j.Logger log
public String schema
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic String toJson() throws IOException, org.codehaus.jackson.JsonGenerationException, org.codehaus.jackson.map.JsonMappingException
IOException - Problems mapping/writing the objectorg.codehaus.jackson.JsonGenerationExceptionorg.codehaus.jackson.map.JsonMappingExceptionCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.