Class AbstractCsvBundleMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.nuiton.plugin.AbstractPlugin
org.nuiton.i18n.plugin.AbstractI18nMojo
org.nuiton.i18n.plugin.bundle.csv.AbstractCsvBundleMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.nuiton.plugin.Plugin, org.nuiton.plugin.PluginWithEncoding
Direct Known Subclasses:
GenerateCsvBundleMojo, MergeBackCsvBundleMojo, SplitCsvBundleMojo

public abstract class AbstractCsvBundleMojo extends AbstractI18nMojo
Created on 7/26/14.
Since:
3.3
Author:
Tony Chemit - chemit@codelutin.com
  • Field Details

    • bundleCsvSeparator

      @Parameter(property="i18n.bundleCsvSeparator", defaultValue="\t") protected char bundleCsvSeparator
      Char separator in the csv bundle file.
      Since:
      3.3
  • Constructor Details

    • AbstractCsvBundleMojo

      public AbstractCsvBundleMojo()