| Copyright | (c) 2019-2021 Vaclav Svejcar |
|---|---|
| License | BSD-3-Clause |
| Maintainer | vaclav.svejcar@gmail.com |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
Headroom.FileSupport.Java
Description
Support for Java source code files. This implementation extracts Java package name as variable.
Extracted Variables for Templates
This implementation extracts following variables from source code file:
_java_package_name- name of the Java package
Extracted Custom Data
This implementation does not extract any custom data from template file.
Synopsis
Documentation
fileSupport :: FileSupport Source #
Implementation of FileSupport for Java.