Uses of Class
land.oras.LocalPath
Packages that use LocalPath
-
Uses of LocalPath in land.oras
Modifier and TypeMethodDescriptionstatic LocalPathNew path with path:mediaType (for example /path/to/file.json:application/json)static LocalPathNew local path with no media typestatic LocalPathNew path with no media typeModifier and TypeMethodDescriptionOCI.attachArtifact(T ref, ArtifactType artifactType, Annotations annotations, LocalPath... paths) Attach file to an existing manifestfinal ManifestOCI.attachArtifact(T ref, ArtifactType artifactType, LocalPath... paths) Attach an artifactabstract ManifestOCI.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) Push layers to the target -
Uses of LocalPath in land.oras.utils
Methods in land.oras.utils that return LocalPathModifier and TypeMethodDescriptionstatic LocalPathCompress a tar file to a tar.gz or tar.zstd file depending on the requested media typestatic LocalPathCreate a tar.gz file from a directorystatic LocalPathArchiveUtils.tarcompress(LocalPath sourceDir, String mediaType) Create a tar compressed file from a directorystatic LocalPathArchiveUtils.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 LocalPathModifier and TypeMethodDescriptionstatic LocalPathCompress a tar file to a tar.gz or tar.zstd file depending on the requested media typestatic LocalPathCreate a tar.gz file from a directorystatic LocalPathArchiveUtils.tarcompress(LocalPath sourceDir, String mediaType) Create a tar compressed file from a directory