cfdocs

manifestRead

reads a manifest file and returns the content as struct

manifestRead(path)
returns struct

Member Function Syntax


Argument Reference

Name Type Required Default Description
path string Yes   Path to
— a jar file containing a “MANIFEST.MF” file in the directory “/META-INF/”
— a Manifest file

or the content of a Manifest File

Dump manifest of a bundle

dump(manifestRead(path));