Uses of Class
land.oras.Manifest
Packages that use Manifest
-
Uses of Manifest in land.oras
Modifier and TypeMethodDescriptionOCI.attachArtifact
(T ref, ArtifactType artifactType, Annotations annotations, LocalPath... paths) Attach file to an existing manifestfinal Manifest
OCI.attachArtifact
(T ref, ArtifactType artifactType, LocalPath... paths) Attach an artifactstatic Manifest
Manifest.empty()
Return a copy of an empty manifeststatic Manifest
Create a manifest from a JSON stringstatic Manifest
Create a manifest from a pathabstract Manifest
OCI.getManifest
(T ref) Retrieve a manifestOCILayout.getManifest
(LayoutRef ref) Registry.getManifest
(ContainerRef containerRef) abstract Manifest
OCI.pushArtifact
(T ref, ArtifactType artifactType, Annotations annotations, @Nullable Config config, LocalPath... paths) Push an artifactOCI.pushArtifact
(T ref, ArtifactType artifactType, Annotations annotations, LocalPath... paths) Upload an ORAS artifactOCI.pushArtifact
(T ref, ArtifactType artifactType, LocalPath... paths) Push an artifactOCI.pushArtifact
(T ref, LocalPath... paths) Push an artifactOCILayout.pushArtifact
(LayoutRef ref, ArtifactType artifactType, Annotations annotations, @Nullable Config config, LocalPath... paths) Registry.pushArtifact
(ContainerRef containerRef, ArtifactType artifactType, Annotations annotations, @Nullable Config config, LocalPath... paths) abstract Manifest
OCI.pushManifest
(T ref, Manifest manifest) Push a manifestOCILayout.pushManifest
(LayoutRef layoutRef, Manifest manifest) Registry.pushManifest
(ContainerRef containerRef, Manifest manifest) Manifest.withAnnotations
(Map<String, String> annotations) Return a new manifest with the given annotationsManifest.withArtifactType
(ArtifactType artifactType) Return a new manifest with the given artifact typeManifest.withConfig
(Config config) Return a new manifest with the given configManifest.withDescriptor
(ManifestDescriptor descriptor) Return a new manifest with the given descriptorprotected Manifest
Return same instance but with original JSONManifest.withLayers
(List<Layer> layers) Return a new manifest with the given layersManifest.withSubject
(Subject subject) Return a new manifest with the given configModifier and TypeMethodDescriptionabstract Manifest
OCI.pushManifest
(T ref, Manifest manifest) Push a manifestOCILayout.pushManifest
(LayoutRef layoutRef, Manifest manifest) Registry.pushManifest
(ContainerRef containerRef, Manifest manifest)