Uses of Record Class
land.oras.CopyUtils.CopyOptions
Packages that use CopyUtils.CopyOptions
-
Uses of CopyUtils.CopyOptions in land.oras
Methods in land.oras that return CopyUtils.CopyOptionsModifier and TypeMethodDescriptionstatic CopyUtils.CopyOptionsCopyUtils.CopyOptions.deep()The copy options with includeReferrers and recursive set to true.static CopyUtils.CopyOptionsCopyUtils.CopyOptions.shallow()The default copy options with includeReferrers to falseMethods in land.oras with parameters of type CopyUtils.CopyOptionsModifier and TypeMethodDescriptionstatic <SourceRefType extends Ref<@NonNull SourceRefType>,TargetRefType extends Ref<@NonNull TargetRefType>>
voidCopyUtils.copy(OCI<SourceRefType> source, SourceRefType sourceRef, OCI<TargetRefType> target, TargetRefType targetRef, CopyUtils.CopyOptions options) Copy a container from source to target.