Package org.nuiton.i18n.plugin.parser
Class I18nSourceEntry
java.lang.Object
org.nuiton.i18n.plugin.parser.SourceEntry
org.nuiton.i18n.plugin.parser.I18nSourceEntry
public class I18nSourceEntry extends SourceEntry
Customized
SourceEntry for parsers goals.- Author:
- Tony Chemit - chemit@codelutin.com
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]EMPTY_STRING_ARRAYFields inherited from class org.nuiton.i18n.plugin.parser.SourceEntry
basedir, excludes, files, includes, skipFiles, skipMessage, specificGoal, updater -
Constructor Summary
Constructors Constructor Description I18nSourceEntry() -
Method Summary
Modifier and Type Method Description protected java.lang.String[]getFilesForEntry(AbstractI18nParserMojo mojo)Obtain all the relative path of files to treate for a given entry.booleaninit(AbstractI18nParserMojo mojo)Methods inherited from class org.nuiton.i18n.plugin.parser.SourceEntry
filterByAnnotation, getAnnotation, getAnnotation, getBasedir, getClass, getClass, getExcludes, getFiles, getFoudFiles, getFQN, getIncludedFiles, getIncludedFiles, getIncludes, getSkipFiles, getSkipMessage, getSpecificGoal, getUpdater, hasExcludes, hasIncludes, hasSrc, isFileUptodate, setBasedir, setExcludes, setIncludes, setSpecificGoal, setUpdater, toString, useForGoal
-
Field Details
-
EMPTY_STRING_ARRAY
public static final java.lang.String[] EMPTY_STRING_ARRAY
-
-
Constructor Details
-
I18nSourceEntry
public I18nSourceEntry()
-
-
Method Details
-
init
-
getFilesForEntry
Obtain all the relative path of files to treate for a given entry.- Parameters:
mojo- the given mojo- Returns:
- the list of relative path of files for the given entry
-