Uses of Class
land.oras.ManifestDescriptor
Packages that use ManifestDescriptor
-
Uses of ManifestDescriptor in land.oras
Methods in land.oras that return ManifestDescriptorModifier and TypeMethodDescriptionstatic ManifestDescriptor
Create a manifest descriptor from a JSON stringIndex.getDescriptor()
Get the descriptorManifest.getDescriptor()
Get the descriptorstatic ManifestDescriptor
Create a manifest descriptorstatic ManifestDescriptor
ManifestDescriptor.of
(Descriptor descriptor) Create a manifest descriptorManifestDescriptor.withAnnotations
(@Nullable Map<String, String> annotations) Create a manifest descriptor with the given annotationsManifestDescriptor.withArtifactType
(@Nullable String artifactType) Create a manifest descriptor with the given artifact typeMethods in land.oras that return types with arguments of type ManifestDescriptorModifier and TypeMethodDescriptionIndex.getManifests()
Get the list of manifestsReferrers.getManifests()
Get the list of manifestsMethods in land.oras with parameters of type ManifestDescriptorModifier and TypeMethodDescriptionIndex.withDescriptor
(ManifestDescriptor descriptor) Return a new index with the given descriptorManifest.withDescriptor
(ManifestDescriptor descriptor) Return a new manifest with the given descriptorIndex.withNewManifests
(ManifestDescriptor manifest) Return a new index with new manifest added to indexMethod parameters in land.oras with type arguments of type ManifestDescriptorModifier and TypeMethodDescriptionstatic Index
Index.fromManifests
(List<ManifestDescriptor> descriptors) Create an index from a list of manifests