org.xnap.commons.maven.gettext
Class AbstractGettextMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.xnap.commons.maven.gettext.AbstractGettextMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
DistMojo, GettextMojo, MergeMojo

public abstract class AbstractGettextMojo
extends org.apache.maven.plugin.AbstractMojo


Field Summary
protected  String keysFile
          Filename of the .pot file.
protected  File outputDirectory
          The output directory for generated class or properties files.
protected  File poDirectory
          The output directory for the keys.pot directory for merging .po files.
protected  File sourceDirectory
          Source directory.
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractGettextMojo()
           
 
Method Summary
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.maven.plugin.Mojo
execute
 

Field Detail

outputDirectory

protected File outputDirectory
The output directory for generated class or properties files.


sourceDirectory

protected File sourceDirectory
Source directory. This directory is searched recursively for .java files.


poDirectory

protected File poDirectory
The output directory for the keys.pot directory for merging .po files.


keysFile

protected String keysFile
Filename of the .pot file.

Constructor Detail

AbstractGettextMojo

public AbstractGettextMojo()


Copyright © 2013. All Rights Reserved.