Uses of Class
land.oras.OCI.PullOptions
Packages that use OCI.PullOptions
-
Uses of OCI.PullOptions in land.oras
Methods in land.oras that return OCI.PullOptionsModifier and TypeMethodDescriptionstatic OCI.PullOptionsOCI.PullOptions.defaults()Default options: do not overwrite existing files.static OCI.PullOptionsOCI.PullOptions.overwrite()Options that allow overwriting existing files when pulling.Methods in land.oras with parameters of type OCI.PullOptionsModifier and TypeMethodDescriptionabstract voidOCI.pullArtifact(T ref, Path path, OCI.PullOptions options) Pull an artifact using the given optionsvoidOCILayout.pullArtifact(LayoutRef ref, Path path, OCI.PullOptions options) voidRegistry.pullArtifact(ContainerRef containerRef, Path path, OCI.PullOptions options)