Uses of Class
land.oras.Ref
Packages that use Ref
-
Uses of Ref in land.oras
Modifier and TypeClassDescriptionclass
Abstract class for OCI operation on remote registry or layout Commons methods for OCI operationsclass
A referer of a container on aOCI
.Modifier and TypeClassDescriptionfinal class
A referer of a container on aRegistry
.final class
A 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.