Package io.quarkus.paths
Class ManifestAttributes
java.lang.Object
io.quarkus.paths.ManifestAttributes
Manifests for some libraries can be quite large (e.g. for commons-codec, it is 21 KB).
Given we keep a lot of ArchivePathTree around, it seems like a good idea to only keep around the Manifest entries that we actually use in Quarkus.
This can be extended further in the future if we need more attributes.
-
Method Summary
-
Method Details
-
of
-
getSpecificationTitle
-
getSpecificationVersion
-
getSpecificationVendor
-
getImplementationTitle
-
getImplementationVersion
-
getImplementationVendor
-
isMultiRelease
public boolean isMultiRelease()
-