Uses of Class
land.oras.OCI

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

    Subclasses of OCI in land.oras
    Modifier and Type
    Class
    Description
    final class 
    Index from an OCI layout
    final class 
    A registry is the main entry point for interacting with a container registry
    Methods in land.oras with parameters of type OCI
    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.