jar

net.redora : generator

Maven & Gradle

Feb 23, 2012
1 usages

Redora Generator (Mojo) · This is Redora's "maven mojo", the plugin that once it is connected to a project it can start generate source code for that project.

Table Of Contents

Latest Version

Download net.redora : generator JAR file - Latest Versions:

All Versions

Download net.redora : generator JAR file - All Versions:

Version Vulnerabilities Size Updated
1.9.x
1.7
1.6
1.5
1.4
1.3
1.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 generator-1.9.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

redora.generator

├─ redora.generator.FileLocations.class - [JAR]

├─ redora.generator.GenerateMojo.class - [JAR]

├─ redora.generator.GeneratorTemplate.class - [JAR]

├─ redora.generator.Internationalizer.class - [JAR]

├─ redora.generator.ModelFileFinder.class - [JAR]

├─ redora.generator.ModelGenerationException.class - [JAR]

├─ redora.generator.ModelProcessor.class - [JAR]

├─ redora.generator.Normalizer.class - [JAR]

├─ redora.generator.Template.class - [JAR]

├─ redora.generator.TemplateProcessor.class - [JAR]

├─ redora.generator.XMLUtil.class - [JAR]

Advertisement