@InterfaceStability.Unstable public class ImageManifest extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ImageManifest.BlobThis class is a Java representation of an OCI Image Blob. | 
| Constructor and Description | 
|---|
| ImageManifest() | 
| ImageManifest(int schemaVersion,
             String mediaType,
             ImageManifest.Blob config,
             ArrayList<ImageManifest.Blob> layers,
             Map<String,String> annotations) | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,String> | getAnnotations() | 
| ImageManifest.Blob | getConfig() | 
| ArrayList<ImageManifest.Blob> | getLayers() | 
| String | getMediaType() | 
| int | getSchemaVersion() | 
| String | toString() | 
public ImageManifest()
public ImageManifest(int schemaVersion,
                     String mediaType,
                     ImageManifest.Blob config,
                     ArrayList<ImageManifest.Blob> layers,
                     Map<String,String> annotations)
public int getSchemaVersion()
public String getMediaType()
public ImageManifest.Blob getConfig()
public ArrayList<ImageManifest.Blob> getLayers()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.