Parses Jar Manifest's invoking Listeners when specific Manifest entries
are found.
author: Paul Byrne version: $Id: ManifestParser.java,v 1.1 2005/04/20 21:05:07 paulby Exp $
Inner Class :public interface ManifestListener
Method Summary
public static void
processMainAttributes(JarFile jarFile, String[] names, ManifestListener listener) Check all the MainAttributes in the manifest against the names
provided.
Check all the MainAttributes in the manifest against the names
provided. When an Attribute matches any of the names call the listener with
the associated value from the manifest