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:
- tchemit
| 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 |
EMPTY_STRING_ARRAY
public static final String[] EMPTY_STRING_ARRAY
I18nSourceEntry
public I18nSourceEntry()
init
public boolean init(AbstractI18nParserMojo mojo)
getFilesForEntry
protected String[] getFilesForEntry(AbstractI18nParserMojo mojo)
- 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
Copyright © 2007-2011 CodeLutin. All Rights Reserved.