Skip to main content

module IO

rascal-0.28.2

Usage

import lang::manifest::IO;

Dependencies

import Type;
import String;

Jar Manifest files are a kind of property files typically stored inside Jar files. They contain meta information about the other files stored in the jar file.

function readManifest

reads a manifest file and returns its main attributes as a map

map[str key, str val] readManifest(loc input)

(&T <: node) readManifest(type[&T<:node] t, loc input)