return buildConfTree(getResourceOptionsMap());
}
protected ConfTree buildConfTree(Map<String, String> optionsMap) throws
BadCommandArgumentsException {
ConfTree confTree = new ConfTree();
ConfTreeOperations ops = new ConfTreeOperations(confTree);
confTree.global.putAll(optionsMap);
Map<String, Map<String, String>> roleOptionMap = getCompOptionMap();
for (Map.Entry<String, Map<String, String>> entry : roleOptionMap.entrySet()) {
String key = entry.getKey();