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

Safe HaskellNone

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