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 ImageArchiveManifestEntry
public String getId()
getId
in interface ImageArchiveManifestEntry
public List<String> getRepoTags()
getRepoTags
in interface ImageArchiveManifestEntry
public List<String> getLayers()
getLayers
in interface ImageArchiveManifestEntry
Copyright © 2021. All rights reserved.