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 artifactOCI.pushArtifact(T ref, ArtifactType artifactType, Annotations annotations, @Nullable Config config, LocalPath... paths) Push an artifact using default push optionsabstract ManifestOCI.pushArtifact(T ref, ArtifactType artifactType, Annotations annotations, @Nullable Config config, OCI.PushOptions options, LocalPath... paths) Push an artifactOCI.pushArtifact(T ref, ArtifactType artifactType, Annotations annotations, LocalPath... paths) Upload an ORAS artifactOCI.pushArtifact(T ref, ArtifactType artifactType, Annotations annotations, OCI.PushOptions options, LocalPath... paths) Push an artifact with explicit push optionsOCI.pushArtifact(T ref, ArtifactType artifactType, LocalPath... paths) Push an artifactOCI.pushArtifact(T ref, ArtifactType artifactType, OCI.PushOptions options, LocalPath... paths) Push an artifact with explicit push optionsOCI.pushArtifact(T ref, LocalPath... paths) Push an artifactOCI.pushArtifact(T ref, OCI.PushOptions options, LocalPath... paths) Push an artifact with explicit push optionsOCILayout.pushArtifact(LayoutRef ref, ArtifactType artifactType, Annotations annotations, @Nullable Config config, OCI.PushOptions options, LocalPath... paths) Registry.pushArtifact(ContainerRef containerRef, ArtifactType artifactType, Annotations annotations, @Nullable Config config, OCI.PushOptions options, LocalPath... paths) protected LayerOCI.pushLayer(T ref, Annotations annotations, boolean withDigest, LocalPath path) protected LayerOCI.pushLayer(T ref, Annotations annotations, boolean withDigest, LocalPath path, OCI.PushOptions options) OCI.pushLayers(T ref, Annotations annotations, boolean withDigest, LocalPath... paths) Push layers to the target using default push optionsOCI.pushLayers(T ref, Annotations annotations, boolean withDigest, OCI.PushOptions options, 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 file from a directory, prefixing every entry with the source directory's own name.static LocalPathCreate a tar file from a directory.static 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 typestatic LocalPathZip a local source dire and return a temporary zip file as a local pathMethods 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 file from a directory, prefixing every entry with the source directory's own name.static LocalPathCreate a tar file from a directory.static LocalPathArchiveUtils.tarcompress(LocalPath sourceDir, String mediaType) Create a tar compressed file from a directorystatic LocalPathZip a local source dire and return a temporary zip file as a local path