hs-java-0.4.1: Java .class files assembler/disassembler

Safe HaskellNone
LanguageHaskell98

Java.JAR

Synopsis

Documentation

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