Uses of Class
land.oras.ArtifactType
Packages that use ArtifactType
-
Uses of ArtifactType in land.oras
Methods in land.oras that return ArtifactTypeModifier and TypeMethodDescriptionstatic ArtifactType
Create an artifact type@Nullable ArtifactType
Descriptor.getArtifactType()
Get the artifact type@NonNull ArtifactType
Manifest.getArtifactType()
static ArtifactType
ArtifactType.unknown()
Create an unknown artifact typeMethods in land.oras with parameters of type ArtifactTypeModifier and TypeMethodDescriptionOCI.attachArtifact
(T ref, ArtifactType artifactType, Annotations annotations, LocalPath... paths) Attach file to an existing manifestfinal Manifest
OCI.attachArtifact
(T ref, ArtifactType artifactType, LocalPath... paths) Attach an artifactRegistry.getReferrers
(ContainerRef containerRef, @Nullable ArtifactType artifactType) Get the referrers of a containerContainerRef.getReferrersPath
(@Nullable ArtifactType artifactType) Return the referrers URL for this container referrerabstract Manifest
OCI.pushArtifact
(T ref, ArtifactType artifactType, Annotations annotations, @Nullable Config config, LocalPath... paths) Push an artifactOCI.pushArtifact
(T ref, ArtifactType artifactType, Annotations annotations, LocalPath... paths) Upload an ORAS artifactOCI.pushArtifact
(T ref, ArtifactType artifactType, LocalPath... paths) Push an artifactOCILayout.pushArtifact
(LayoutRef ref, ArtifactType artifactType, Annotations annotations, @Nullable Config config, LocalPath... paths) Registry.pushArtifact
(ContainerRef containerRef, ArtifactType artifactType, Annotations annotations, @Nullable Config config, LocalPath... paths) Manifest.withArtifactType
(ArtifactType artifactType) Return a new manifest with the given artifact type