org.nuiton.i18n.plugin.parser
Class I18nSourceEntry

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

public class I18nSourceEntry
extends SourceEntry

Customized SourceEntry for parsers goals.

Author:
chemit

Field Summary
 
Fields inherited from class org.nuiton.util.SourceEntry
basedir, excludes, files, includes, skipFiles, skipMessage, specificGoal, updater
 
Constructor Summary
I18nSourceEntry()
           
 
Method Summary
protected  java.lang.String[] getFilesForEntry(AbstractI18nParser mojo)
          Obtain all the relative path of files to treate for a given entry.
 boolean init(AbstractI18nParser mojo)
           
 
Methods inherited from class org.nuiton.util.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
 

Constructor Detail

I18nSourceEntry

public I18nSourceEntry()
Method Detail

init

public boolean init(AbstractI18nParser mojo)

getFilesForEntry

protected java.lang.String[] getFilesForEntry(AbstractI18nParser 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-2009 CodeLutin. All Rights Reserved.