Uses of Class
land.oras.Registry
Packages that use Registry
-
Uses of Registry in land.oras
Modifier and TypeMethodDescriptionContainerRef.forRegistry(Registry registry) Return a copy of reference for a registry other registryContainerRef.getApiRegistry(@Nullable Registry target) Get the API registryContainerRef.getBlobsPath(@Nullable Registry registry) Return the blobs URLContainerRef.getBlobsUploadDigestPath(Registry registry) Return the blobs upload URL with the digest for single POST uploadContainerRef.getEffectiveRegistry(Registry target) Get the effective registry based on given targetContainerRef.getFullRepository(@Nullable Registry registry) Get the full repository name including the namespace if anyContainerRef.getManifestsPath(@Nullable Registry registry) Return the manifests URL@Nullable StringContainerRef.getNamespace(@Nullable Registry target) Get the effective namespace based on given registry tragetContainerRef.getReferrersPath(@Nullable Registry registry, @Nullable ArtifactType artifactType) Return the referrers URL for this container referrerContainerRef.getRepositoriesPath(@Nullable Registry target) Return the catalog repositories URLContainerRef.getTagsPath(@Nullable Registry target) Return the tag URL -
Uses of Registry in land.oras.auth
Methods in land.oras.auth with parameters of type RegistryModifier and TypeMethodDescriptionstatic ScopesScopes.empty(Registry registry, ContainerRef containerRef) Create a new Scopes object with no scopesstatic ScopesScopes.of(Registry registry, ContainerRef containerRef, Scope... scopes) Create a new Scopes object