Package io.fabric8.maven.docker.model
Interface ImageArchiveManifest
-
- All Known Implementing Classes:
ImageArchiveManifestAdapter
public interface ImageArchiveManifest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gson.JsonObjectgetConfig(String configName)Return the JSON object for the named configList<ImageArchiveManifestEntry>getEntries()
-
-
-
Method Detail
-
getEntries
List<ImageArchiveManifestEntry> getEntries()
- Returns:
- the list of images in the archive.
-
getConfig
com.google.gson.JsonObject getConfig(String configName)
Return the JSON object for the named config- Parameters:
configName-- Returns:
-
-