org.xnap.commons.maven.gettext
Class AbstractGettextMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
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
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| 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 |
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.
AbstractGettextMojo
public AbstractGettextMojo()
Copyright © 2013. All Rights Reserved.