| Interface | Description |
|---|---|
| Layer |
Represents a layer in an image.
|
| Class | Description |
|---|---|
| DescriptorDigest |
Represents a SHA-256 content descriptor digest as defined by the Registry HTTP API v2 reference.
|
| DigestOnlyLayer |
A
Layer reference that only has its DescriptorDigest. |
| Image |
Represents an image.
|
| ImageLayers<T extends Layer> |
Holds the layers for an image.
|
| ImageReference |
Represents an image reference.
|
| LayerBuilder |
Builds an
UnwrittenLayer from files. |
| ReferenceLayer |
A
Layer reference that does not have the underlying content. |
| ReferenceNoDiffIdLayer |
A
Layer reference that does not have the underlying content. |
| UnwrittenLayer |
A layer that has not been written out and only has the unwritten content
Blob. |
| Exception | Description |
|---|---|
| DuplicateLayerException |
Thrown when attempting to add a layer to an image but that layer already exists in the image.
|
| InvalidImageReferenceException |
Thrown when attempting to parse an invalid image reference.
|
| LayerCountMismatchException |
Exception thrown when the number of layers found did not match expectations.
|
| LayerPropertyNotFoundException |
Exception thrown when accessing non-existent properties of layers.
|
Copyright © 2018. All rights reserved.