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) 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, boolean recursive) Copy a container from source to target.