Uses of Class
land.oras.LocalPath
Packages that use LocalPath
-
Uses of LocalPath in land.oras
Modifier and TypeMethodDescriptionstatic LocalPath
New path with path:mediaType (for example /path/to/file.json:application/json)static LocalPath
New local path with no media typestatic LocalPath
New path with no media typeModifier 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 artifactabstract 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) OCI.pushLayers
(T ref, boolean withDigest, LocalPath... paths) -
Uses of LocalPath in land.oras.utils
Methods in land.oras.utils that return LocalPathModifier and TypeMethodDescriptionstatic LocalPath
Compress a tar file to a tar.gz or tar.zstd file depending on the requested media typestatic LocalPath
Create a tar.gz file from a directorystatic LocalPath
ArchiveUtils.uncompress
(InputStream is, String mediaType) Extract a compressed file from a tar.gz or tar.zstd file depending on the requested media typeMethods in land.oras.utils with parameters of type LocalPath