Package com.jcabi.manifests
Static reader of
META-INF/MANIFEST.MF
files.
The only dependency you need is (check our latest version available at www.jcabi.com):
<dependency> <groupId>com.jcabi</groupId> <artifactId>jcabi-manifests</artifactId> </dependency>
- Since:
- 0.7
-
Interface Summary Interface Description MfMap Map of manifest attributes.Mfs Manifests. -
Class Summary Class Description ClasspathMfs Manifests in classpath.FilesMfs Manifests in files.JakartaServletMfs Manifests in servlet context.Manifests Static reader ofMETA-INF/MANIFEST.MF
files.ServletMfs Manifests in servlet context.StreamsMfs Manifests in streams.StringMfs Manifests in a UTF-8 string.