public class ImageArchiveManifestAdapter extends Object implements ImageArchiveManifest
Constructor and Description |
---|
ImageArchiveManifestAdapter(com.google.gson.JsonElement json) |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonObject |
getConfig(String configName)
Return the JSON object for the named config
|
List<ImageArchiveManifestEntry> |
getEntries() |
com.google.gson.JsonObject |
putConfig(String configName,
com.google.gson.JsonObject config) |
public ImageArchiveManifestAdapter(com.google.gson.JsonElement json)
public List<ImageArchiveManifestEntry> getEntries()
getEntries
in interface ImageArchiveManifest
public com.google.gson.JsonObject getConfig(String configName)
ImageArchiveManifest
getConfig
in interface ImageArchiveManifest
public com.google.gson.JsonObject putConfig(String configName, com.google.gson.JsonObject config)
Copyright © 2020. All rights reserved.