Package org.nuiton.i18n.plugin.parser
Class I18nSourceEntry
java.lang.Object
org.nuiton.i18n.plugin.parser.SourceEntry
org.nuiton.i18n.plugin.parser.I18nSourceEntry
Customized
SourceEntry for parsers goals.- Author:
- Tony Chemit - chemit@codelutin.com
-
Field Summary
FieldsFields inherited from class org.nuiton.i18n.plugin.parser.SourceEntry
basedir, excludes, files, includes, skipFiles, skipMessage, specificGoal, updater -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String[]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
-
-
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
-