| Package | Description |
|---|---|
| com.googlecode.fascinator.common |
This module contains useful utility classes used by The Fascinator and various plugins.
|
| com.googlecode.fascinator.common.solr | |
| com.googlecode.fascinator.common.transaction |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonSimpleConfig
An extension of the JsonSimple class specifically to access configuration.
|
class |
Manifest
Represents a JSON manifest as used in other parts of the application.
|
class |
ManifestNode
Represents a node in a JSON manifest.
|
| Modifier and Type | Method and Description |
|---|---|
JsonSimple |
PythonUtils.getJsonObject(InputStream in)
Parse a JSON object from an inputstream
|
| Modifier and Type | Method and Description |
|---|---|
List<JsonSimple> |
JsonSimple.getJsonSimpleList(Object... path)
Retrieve a list of JsonSimple objects found on the given path.
|
List<JsonSimple> |
JsonSimpleConfig.getJsonSimpleList(Object... path)
Retrieve a list of JsonSimple objects found on the given path.
|
Map<String,JsonSimple> |
JsonSimple.getJsonSimpleMap(Object... path)
Retrieve a map of JsonSimple objects found on the given path.
|
Map<String,JsonSimple> |
JsonSimpleConfig.getJsonSimpleMap(Object... path)
Retrieve a map of JsonSimple objects found on the given path.
|
static List<JsonSimple> |
JsonSimple.toJavaList(org.json.simple.JSONArray array)
Take all of the JsonObjects found in a JSONArray, wrap them in
JsonSimple objects, then add to a Java list and return.
|
static Map<String,JsonSimple> |
JsonSimple.toJavaMap(JsonObject object)
Take all of the JsonObjects found in a JsonObject, wrap them in
JsonSimple objects, then add to a Java Map and return.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,JsonObject> |
JsonSimple.fromJavaMap(Map<String,JsonSimple> from)
Take all of the JsonSimple objects in the given Map and return a Map
having replace them all with their base JsonObjects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SolrDoc
An extension of the JsonSimple class specifically to address Solr result
documents and shortcut common access.
|
class |
SolrResult
An extension of the JsonSimple class specifically to address Solr result
documents and shortcut common access.
|
| Modifier and Type | Method and Description |
|---|---|
abstract JsonSimple |
GenericTransactionManager.parseMessage(JsonSimple message)
This method is expected to be overwritten by implementations.
|
| Modifier and Type | Method and Description |
|---|---|
abstract JsonSimple |
GenericTransactionManager.parseMessage(JsonSimple message)
This method is expected to be overwritten by implementations.
|
Copyright © 2009-2013. All Rights Reserved.