jar

com.github.aliteralmind : templatefeather

Maven & Gradle

Dec 10, 2014
1 usages
1 stars

Template Featherweight · Template Featherweight: A simplistic Java template-rendering engine, providing for *plain gaps only*, such as "Hello, %name%!"--it has no advanced features such as if-logic, looping, or expressions--Templates may be output in full, after all gaps have been filled, or they may be *auto-rendered*, such that they are gradually output as each gap is filled.

Table Of Contents

Latest Version

Download com.github.aliteralmind : templatefeather JAR file - Latest Versions:

All Versions

Download com.github.aliteralmind : templatefeather JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window templatefeather-0.1.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.aliteralmind.templatefeather

├─ com.github.aliteralmind.templatefeather.BetweenPiece.class - [JAR]

├─ com.github.aliteralmind.templatefeather.FeatherTemplate.class - [JAR]

├─ com.github.aliteralmind.templatefeather.GapCharConfig.class - [JAR]

├─ com.github.aliteralmind.templatefeather.GapFilledException.class - [JAR]

├─ com.github.aliteralmind.templatefeather.GapMap.class - [JAR]

├─ com.github.aliteralmind.templatefeather.GapPiece.class - [JAR]

├─ com.github.aliteralmind.templatefeather.GapUnfilledException.class - [JAR]

├─ com.github.aliteralmind.templatefeather.IncorrectGapsException.class - [JAR]

├─ com.github.aliteralmind.templatefeather.Resettable.class - [JAR]

├─ com.github.aliteralmind.templatefeather.TemplateFormatException.class - [JAR]

├─ com.github.aliteralmind.templatefeather.TemplatePiece.class - [JAR]

├─ com.github.aliteralmind.templatefeather.TemplateResettableException.class - [JAR]

├─ com.github.aliteralmind.templatefeather.TemplateValidationUtil.class - [JAR]

Advertisement