Uses of Class
land.oras.ContainerRef
Packages that use ContainerRef
-
Uses of ContainerRef in land.oras
Methods in land.oras that return ContainerRefModifier and TypeMethodDescriptionContainerRef.forRegistry(String registry) Return a copy of reference for a registry other registryContainerRef.forRegistry(Registry registry) Return a copy of reference for a registry other registrystatic ContainerRefParse the container name into registry, repository and tag.ContainerRef.withDigest(String digest) Methods in land.oras with parameters of type ContainerRefModifier and TypeMethodDescriptionvoidRegistry.deleteBlob(ContainerRef containerRef) Delete a blobvoidRegistry.deleteManifest(ContainerRef containerRef) Delete a manifestRegistry.fetchBlob(ContainerRef containerRef) voidRegistry.fetchBlob(ContainerRef containerRef, Path path) Registry.fetchBlobDescriptor(ContainerRef containerRef) static LayerLayer.fromData(ContainerRef containerRef, byte[] data) Create a layer from databyte[]Registry.getBlob(ContainerRef containerRef) Get the blob for the given digest.Registry.getBlobStream(ContainerRef containerRef) Get blob as stream to avoid loading into memoryRegistry.getDescriptor(ContainerRef containerRef) Registry.getIndex(ContainerRef containerRef) Registry.getManifest(ContainerRef containerRef) Registry.getReferrers(ContainerRef containerRef, @Nullable ArtifactType artifactType) Registry.getTags(ContainerRef containerRef) Registry.probeDescriptor(ContainerRef ref) voidRegistry.pullArtifact(ContainerRef containerRef, Path path, boolean overwrite) Registry.pushArtifact(ContainerRef containerRef, ArtifactType artifactType, Annotations annotations, @Nullable Config config, LocalPath... paths) Registry.pushBlob(ContainerRef containerRef, byte[] data) Registry.pushIndex(ContainerRef containerRef, Index index) Registry.pushManifest(ContainerRef containerRef, Manifest manifest) -
Uses of ContainerRef in land.oras.auth
Methods in land.oras.auth that return ContainerRefMethods in land.oras.auth with parameters of type ContainerRefModifier and TypeMethodDescriptionstatic ScopesScopes.empty(Registry registry, ContainerRef containerRef) Create a new Scopes object with no scopes@Nullable AuthStore.CredentialAuthStore.get(ContainerRef containerRef) Retrieves credentials for the given containerRef.@NonNull StringAbstractUsernamePasswordProvider.getAuthHeader(ContainerRef registry) @Nullable StringAuthProvider.getAuthHeader(ContainerRef registry) Get the authentication header for this provider@Nullable StringAuthStoreAuthenticationProvider.getAuthHeader(ContainerRef registry) @Nullable StringBearerTokenProvider.getAuthHeader(ContainerRef registry) NoAuthProvider.getAuthHeader(ContainerRef registry) @Nullable StringAuthStore.getCredentialHelperBinary(ContainerRef containerRef) Get the credential helper binary for the given containerRef.static ScopesScopes.of(Registry registry, ContainerRef containerRef, Scope... scopes) Create a new Scopes object