@hackage javasf0.1.0
A utility to print the SourceFile attribute of one or more Java class files.
Categories
License
BSD-3-Clause
Maintainer
Tony Morris
Links
Versions
- 0.1.0 Sat, 24 May 2014
Installation
CustomDependencies (0)
- base <5 && >=3
- binary >=0.5
- bytestring >=0.9
- language-java-classfile >=0.1 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
small_base
(on by default)
Choose the new, split-up base package.
Installs a javasf executable to print the SourceFile attribute of one or more Java class files.
For example:
> javasf ThisClass.class ThatClass.class ThisClass.java ThatClass.java
Java VM Specification 4.7.7 The SourceFile Attribute
http://java.sun.com/docs/books/jvms/second_edition/html/ClassFile.doc.html#79868