Uses of Class
land.oras.Config
Packages that use Config
-
Uses of Config in land.oras
Modifier and TypeMethodDescriptionstatic Config
Config.empty()
An empty configstatic Config
A config with referrence on a blob (too large for data)static Config
Create a config from a JSON stringManifest.getConfig()
Get the configfinal Config
OCI.pushConfig
(T ref, Config config) Push configConfig.withAnnotations
(Annotations annotations) Create a new config with annotationsConfig.withMediaType
(String mediaType) Create a new config with media typeModifier and TypeMethodDescriptionabstract Manifest
OCI.pushArtifact
(T ref, ArtifactType artifactType, Annotations annotations, @Nullable Config config, 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) final Config
OCI.pushConfig
(T ref, Config config) Push configManifest.withConfig
(Config config) Return a new manifest with the given config