Uses of Class
land.oras.Ref
Packages that use Ref
-
Uses of Ref in land.oras
Modifier and TypeClassDescriptionclassAbstract class for OCI operation on remote registry or layout Commons methods for OCI operationsclassA referer of a container on aOCI.Modifier and TypeClassDescriptionfinal classA referer of a container on aRegistry.final classA referer of a container on aOCILayout.Modifier and TypeMethodDescriptionstatic <SourceRefType extends Ref<@NonNull SourceRefType>,TargetRefType extends Ref<@NonNull TargetRefType>>
voidCopyUtils.copy(OCI<SourceRefType> source, SourceRefType sourceRef, OCI<TargetRefType> target, TargetRefType targetRef, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.static <SourceRefType extends Ref<@NonNull SourceRefType>,TargetRefType extends Ref<@NonNull TargetRefType>>
voidCopyUtils.copy(OCI<SourceRefType> source, SourceRefType sourceRef, OCI<TargetRefType> target, TargetRefType targetRef, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.UseCopyUtils.copy(OCI, Ref, OCI, Ref, CopyOptions)instead.static <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.static <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.
CopyUtils.copy(OCI, Ref, OCI, Ref, CopyOptions)instead.