org.nuiton.i18n.plugin.parser
Class AbstractI18nParser.MySourceEntry

java.lang.Object
  extended by org.nuiton.util.SourceEntry
      extended by org.nuiton.i18n.plugin.parser.AbstractI18nParser.MySourceEntry
Enclosing class:
AbstractI18nParser

public static class AbstractI18nParser.MySourceEntry
extends SourceEntry


Field Summary
 
Fields inherited from class org.nuiton.util.SourceEntry
basedir, excludes, files, includes, skipFiles, skipMessage, specificGoal, updater
 
Constructor Summary
AbstractI18nParser.MySourceEntry()
           
 
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

AbstractI18nParser.MySourceEntry

public AbstractI18nParser.MySourceEntry()
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.