@hackage Javasf0.0.1
A utility to print the SourceFile attribute of one or more Java class files.
Categories
License
BSD-3-Clause
Maintainer
Tony Morris
Links
- Documentation
- No source repository
- Security
Versions
- 0.0.1 Sun, 12 Dec 2010
Deprecated
Dependencies (0)
- base <5 && >=3
- binary
- bytestring
- language-java-classfile 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