Uses of Class
land.oras.OCI
Packages that use OCI
-
Uses of OCI in land.oras
Modifier and TypeClassDescriptionfinal classIndex from an OCI layoutfinal classA registry is the main entry point for interacting with a container registryModifier and TypeMethodDescriptionabstract booleanReturn whether this OCI instance supports mounting blobs from the given source OCI instance.booleanbooleanRegistry.canMount(OCI<?> other, ContainerRef sourceRef, ContainerRef targetRef) 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.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.ContainerRef.forTarget(OCI<ContainerRef> target) abstract TReturn a container ref for the target repositoryContainerRef.getTarget(OCI<ContainerRef> target) abstract StringGet the target repository for the ref
CopyUtils.copy(OCI, Ref, OCI, Ref, CopyOptions)instead.