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 ArtifactTypeCreate an artifact type@Nullable ArtifactTypeDescriptor.getArtifactType()Get the artifact type@NonNull ArtifactTypeIndex.getArtifactType()@NonNull ArtifactTypeManifest.getArtifactType()static ArtifactTypeArtifactType.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 ManifestOCI.attachArtifact(T ref, ArtifactType artifactType, LocalPath... paths) Attach an artifactabstract ReferrersOCI.getReferrers(T ref, @Nullable ArtifactType artifactType) Get the referrers of a containerOCILayout.getReferrers(LayoutRef ref, @Nullable ArtifactType artifactType) Registry.getReferrers(ContainerRef containerRef, @Nullable ArtifactType artifactType) ContainerRef.getReferrersPath(@Nullable ArtifactType artifactType) Return the referrers URL for this container referrerContainerRef.getReferrersPath(@Nullable Registry registry, @Nullable ArtifactType artifactType) Return the referrers URL for this container referrerContainerRef.getReferrersPath(@Nullable Registry registry, @Nullable ArtifactType artifactType, @Nullable String last) Return the referrers URL for this container referrer with a pagination cursorOCI.pushArtifact(T ref, ArtifactType artifactType, Annotations annotations, @Nullable Config config, LocalPath... paths) Push an artifact using default push optionsabstract ManifestOCI.pushArtifact(T ref, ArtifactType artifactType, Annotations annotations, @Nullable Config config, OCI.PushOptions options, LocalPath... paths) Push an artifactOCI.pushArtifact(T ref, ArtifactType artifactType, Annotations annotations, LocalPath... paths) Upload an ORAS artifactOCI.pushArtifact(T ref, ArtifactType artifactType, Annotations annotations, OCI.PushOptions options, LocalPath... paths) Push an artifact with explicit push optionsOCI.pushArtifact(T ref, ArtifactType artifactType, LocalPath... paths) Push an artifactOCI.pushArtifact(T ref, ArtifactType artifactType, OCI.PushOptions options, LocalPath... paths) Push an artifact with explicit push optionsOCILayout.pushArtifact(LayoutRef ref, ArtifactType artifactType, Annotations annotations, @Nullable Config config, OCI.PushOptions options, LocalPath... paths) Registry.pushArtifact(ContainerRef containerRef, ArtifactType artifactType, Annotations annotations, @Nullable Config config, OCI.PushOptions options, LocalPath... paths) Index.withArtifactType(ArtifactType artifactType) Return a new index with the given artifact typeManifest.withArtifactType(ArtifactType artifactType) Return a new manifest with the given artifact type