jar

net.wetheinter : xapi-template

Maven & Gradle

Feb 20, 2013
4 stars

XApi - Code Generator Templates · A simple templating system for java codegen. This library includes an object-oriented, fluent source writing api, for a chained, intuitive codegen api. It also includes a template processor which can take java source files formatted with "magic comments", to allow simple mapping of GeneratorClass#generatorMethod() to inject dynamic source content. //@generateWith(GeneratorClass)// -Sets the current generator. You may use as many as you please //generatorMethod(arbitrary-string-data-you-may-want-to-parse)// -invokes the named method on the current injector, with any text (between brackets) sent as a string This allows you to markup default source with hooks where you may want to inject arbitrary code. It is especially useful for generating super-source in gwt compiles; changes to the default class are propagated to overrides.

Table Of Contents

Latest Version

Download net.wetheinter : xapi-template JAR file - Latest Versions:

All Versions

Download net.wetheinter : xapi-template JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2

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 xapi-template-0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

wetheinter.net.dev.template

├─ wetheinter.net.dev.template.AbstractMethodGenerator.class - [JAR]

├─ wetheinter.net.dev.template.CompilationFailed.class - [JAR]

├─ wetheinter.net.dev.template.ProcessingInstructionOptions.class - [JAR]

├─ wetheinter.net.dev.template.TemplateClassGenerator.class - [JAR]

├─ wetheinter.net.dev.template.TemplateGeneratorOptions.class - [JAR]

├─ wetheinter.net.dev.template.TemplateMethodGenerator.class - [JAR]

├─ wetheinter.net.dev.template.TemplateProcessingInstruction.class - [JAR]

├─ wetheinter.net.dev.template.TemplateToJava.class - [JAR]

wetheinter.net.dev.io

├─ wetheinter.net.dev.io.ClassBuffer.class - [JAR]

├─ wetheinter.net.dev.io.ImportSection.class - [JAR]

├─ wetheinter.net.dev.io.JavaMetadata.class - [JAR]

├─ wetheinter.net.dev.io.MethodBuffer.class - [JAR]

├─ wetheinter.net.dev.io.PrintBuffer.class - [JAR]

├─ wetheinter.net.dev.io.SourceBuilder.class - [JAR]

Advertisement