Package io.fabric8.maven.docker.model
Class ImageArchiveManifestAdapter
- java.lang.Object
-
- io.fabric8.maven.docker.model.ImageArchiveManifestAdapter
-
- All Implemented Interfaces:
ImageArchiveManifest
public class ImageArchiveManifestAdapter extends Object implements ImageArchiveManifest
-
-
Constructor Summary
Constructors Constructor Description ImageArchiveManifestAdapter(com.google.gson.JsonElement json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gson.JsonObjectgetConfig(String configName)Return the JSON object for the named configList<ImageArchiveManifestEntry>getEntries()com.google.gson.JsonObjectputConfig(String configName, com.google.gson.JsonObject config)
-
-
-
Method Detail
-
getEntries
public List<ImageArchiveManifestEntry> getEntries()
- Specified by:
getEntriesin interfaceImageArchiveManifest- Returns:
- the list of images in the archive.
-
getConfig
public com.google.gson.JsonObject getConfig(String configName)
Description copied from interface:ImageArchiveManifestReturn the JSON object for the named config- Specified by:
getConfigin interfaceImageArchiveManifest- Returns:
-
putConfig
public com.google.gson.JsonObject putConfig(String configName, com.google.gson.JsonObject config)
-
-