Uses of Class
land.oras.Ref

Packages that use Ref
Package
Description
 
  • Uses of Ref in land.oras

    Classes in land.oras with type parameters of type Ref
    Modifier and Type
    Class
    Description
    class 
    OCI<T extends Ref<@NonNull T>>
    Abstract class for OCI operation on remote registry or layout Commons methods for OCI operations
    class 
    Ref<T extends Ref<T>>
    A referer of a container on a OCI.
    Subclasses of Ref in land.oras
    Modifier and Type
    Class
    Description
    final class 
    A referer of a container on a Registry.
    final class 
    A referer of a container on a OCILayout.
    Methods in land.oras with type parameters of type Ref
    Modifier and Type
    Method
    Description
    static <SourceRefType extends Ref<@NonNull SourceRefType>, TargetRefType extends Ref<@NonNull TargetRefType>>
    void
    CopyUtils.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>>
    void
    CopyUtils.copy(OCI<SourceRefType> source, SourceRefType sourceRef, OCI<TargetRefType> target, TargetRefType targetRef, boolean recursive)
    Copy a container from source to target.