headroom-0.4.0.0: License Header Manager
Copyright(c) 2019-2021 Vaclav Svejcar
LicenseBSD-3-Clause
Maintainervaclav.svejcar@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

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.