jar

com.marvelution.maven.plugins : maven-propgen-plugin

Maven & Gradle

Oct 29, 2009

Property File Generator · Maven 2.x plugin for Property Generation that can generate .property files from XLS sheets

Table Of Contents

Latest Version

Download com.marvelution.maven.plugins : maven-propgen-plugin JAR file - Latest Versions:

All Versions

Download com.marvelution.maven.plugins : maven-propgen-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0
1.1

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 maven-propgen-plugin-2.0-beta-1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.marvelution.maven.plugins.propgen.utils

├─ com.marvelution.maven.plugins.propgen.utils.WorkbookUtils.class - [JAR]

com.marvelution.maven.plugins.propgen.writers

├─ com.marvelution.maven.plugins.propgen.writers.AbstractPropertyFileWriter.class - [JAR]

├─ com.marvelution.maven.plugins.propgen.writers.InternationalizationPropertyFileWriter.class - [JAR]

├─ com.marvelution.maven.plugins.propgen.writers.PropertiesPropertyFileWriter.class - [JAR]

├─ com.marvelution.maven.plugins.propgen.writers.PropertyFileWriter.class - [JAR]

com.marvelution.maven.plugins.propgen

├─ com.marvelution.maven.plugins.propgen.AbstractGenerationMojo.class - [JAR]

├─ com.marvelution.maven.plugins.propgen.HelpMojo.class - [JAR]

├─ com.marvelution.maven.plugins.propgen.InternationalizationGenerationMojo.class - [JAR]

├─ com.marvelution.maven.plugins.propgen.PropertyGenerationMojo.class - [JAR]

com.marvelution.maven.plugins.propgen.exceptions

├─ com.marvelution.maven.plugins.propgen.exceptions.PropertyFileWriteException.class - [JAR]

├─ com.marvelution.maven.plugins.propgen.exceptions.UnsupportedCellTypeException.class - [JAR]

├─ com.marvelution.maven.plugins.propgen.exceptions.WorkBookProcessingException.class - [JAR]

├─ com.marvelution.maven.plugins.propgen.exceptions.WorkbookValidationException.class - [JAR]

com.marvelution.maven.plugins.propgen.validators

├─ com.marvelution.maven.plugins.propgen.validators.AbstractWorkbookValidator.class - [JAR]

├─ com.marvelution.maven.plugins.propgen.validators.InternationalizationWorkbookValidator.class - [JAR]

├─ com.marvelution.maven.plugins.propgen.validators.PropertyFileWorkbookValidator.class - [JAR]

├─ com.marvelution.maven.plugins.propgen.validators.WorkbookValidator.class - [JAR]

com.marvelution.maven.plugins.propgen.model

├─ com.marvelution.maven.plugins.propgen.model.Property.class - [JAR]

├─ com.marvelution.maven.plugins.propgen.model.PropertyFile.class - [JAR]

├─ com.marvelution.maven.plugins.propgen.model.PropertyType.class - [JAR]

com.marvelution.maven.plugins.propgen.processors

├─ com.marvelution.maven.plugins.propgen.processors.WorkBookProcessor.class - [JAR]