hs-java-0.4.1: Java .class files assembler/disassembler
Java.JAR
readManifest :: Archive (Maybe Manifest) Source #
readJAR :: FilePath -> IO [Tree CPEntry] Source #
Read entries from JAR file, using MANIFEST.MF if it exists.
readMainClass :: FilePath -> IO (Maybe String) Source #
Read MainClass Entry of a MANIFEST.MF file
addJAR :: FilePath -> ClassPath () Source #
Add given JAR file to ClassPath