org.nuiton.i18n.plugin.parser
Class I18nSourceEntry

java.lang.Object
  extended by org.nuiton.i18n.plugin.parser.SourceEntry
      extended by org.nuiton.i18n.plugin.parser.I18nSourceEntry

public class I18nSourceEntry
extends SourceEntry

Customized SourceEntry for parsers goals.

Author:
chemit

Field Summary
static String[] EMPTY_STRING_ARRAY
           
 
Fields inherited from class org.nuiton.i18n.plugin.parser.SourceEntry
basedir, excludes, files, includes, skipFiles, skipMessage, specificGoal, updater
 
Constructor Summary
I18nSourceEntry()
           
 
Method Summary
protected  String[] getFilesForEntry(AbstractI18nParserMojo mojo)
          Obtain all the relative path of files to treate for a given entry.
 boolean init(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EMPTY_STRING_ARRAY

public static final String[] EMPTY_STRING_ARRAY
Constructor Detail

I18nSourceEntry

public I18nSourceEntry()
Method Detail

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-2010 CodeLutin. All Rights Reserved.