public class ImageArchiveManifestEntryAdapter extends Object implements ImageArchiveManifestEntry
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG |
static String |
CONFIG_JSON_SUFFIX |
static String |
LAYERS |
static String |
REPO_TAGS |
| Constructor and Description |
|---|
ImageArchiveManifestEntryAdapter(com.google.gson.JsonObject json) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfig() |
String |
getId() |
List<String> |
getLayers() |
List<String> |
getRepoTags() |
public static final String CONFIG
public static final String REPO_TAGS
public static final String LAYERS
public static final String CONFIG_JSON_SUFFIX
public ImageArchiveManifestEntryAdapter(com.google.gson.JsonObject json)
public String getConfig()
getConfig in interface ImageArchiveManifestEntrypublic String getId()
getId in interface ImageArchiveManifestEntrypublic List<String> getRepoTags()
getRepoTags in interface ImageArchiveManifestEntrypublic List<String> getLayers()
getLayers in interface ImageArchiveManifestEntryCopyright © 2019. All rights reserved.