| Package | Description |
|---|---|
| com.googlecode.fascinator.common |
This module contains useful utility classes used by The Fascinator and various plugins.
|
| Modifier and Type | Method and Description |
|---|---|
List<JsonConfigHelper> |
JsonConfigHelper.getJsonList(String path)
Get list of JsonConfigHelper of the specified node
|
Map<String,JsonConfigHelper> |
JsonConfigHelper.getJsonMap(String path)
Get the JSON Map of the specified node
|
Map<String,JsonConfigHelper> |
JsonConfig.getJsonMap(String path)
Gets the JSON Map of the specified node
|
| Modifier and Type | Method and Description |
|---|---|
void |
JsonConfigHelper.setJsonList(String path,
List<JsonConfigHelper> jsonList)
Set Map on the specified path
|
void |
JsonConfigHelper.setJsonMap(String path,
Map<String,JsonConfigHelper> map)
Set Map on the specified path
|
Copyright © 2009-2013. All Rights Reserved.