org.nuiton.processor.ant
Class I18nExtractorTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.tools.ant.taskdefs.MatchingTask
org.nuiton.processor.ant.I18nExtractorTask
- All Implemented Interfaces:
- java.lang.Cloneable, org.apache.tools.ant.types.selectors.SelectorContainer
public class I18nExtractorTask
- extends org.apache.tools.ant.taskdefs.MatchingTask
I18nExtractorTask.
Created: Aug 16, 2004
- Version:
- $Revision: 255 $
Last update : $Date: 2009-08-16 09:50:25 +0200 (dim., 16 août 2009) $
by : $Author: tchemit $
- Author:
- Cédric Pineau
| Fields inherited from class org.apache.tools.ant.taskdefs.MatchingTask |
fileset |
| Fields inherited from class org.apache.tools.ant.Task |
target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
description, location, project |
| Methods inherited from class org.apache.tools.ant.taskdefs.MatchingTask |
add, addAnd, addContains, addContainsRegexp, addCustom, addDate, addDepend, addDepth, addDifferent, addFilename, addMajority, addModified, addNone, addNot, addOr, addPresent, addSelector, addSize, addType, appendSelector, createExclude, createExcludesFile, createInclude, createIncludesFile, createPatternSet, getDirectoryScanner, getImplicitFileSet, getSelectors, hasSelectors, selectorCount, selectorElements, setCaseSensitive, setDefaultexcludes, setExcludesfile, setFollowSymlinks, setIncludesfile, setProject, XsetIgnore, XsetItems |
| Methods inherited from class org.apache.tools.ant.Task |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
clone, getDescription, getLocation, getProject, setDescription, setLocation |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MSG_VERBOSE
public static final int MSG_VERBOSE
- See Also:
- Constant Field Values
srcDir
protected java.io.File srcDir
destFile
protected java.io.File destFile
includes
protected java.lang.String[] includes
excludes
protected java.lang.String[] excludes
srcFileNames
protected java.lang.String[] srcFileNames
I18nExtractorTask
public I18nExtractorTask()
doExecute
protected void doExecute()
throws org.apache.tools.ant.BuildException
- Throws:
org.apache.tools.ant.BuildException
setSrcdir
public void setSrcdir(java.io.File srcDir)
setDestFile
public void setDestFile(java.io.File destFile)
execute
public void execute()
throws org.apache.tools.ant.BuildException
- Overrides:
execute in class org.apache.tools.ant.Task
- Throws:
org.apache.tools.ant.BuildException
buildFileList
protected void buildFileList()
isNewer
protected boolean isNewer(java.lang.String filein,
java.lang.String fileout)
getExcludes
protected java.lang.String[] getExcludes()
getIncludes
protected java.lang.String[] getIncludes()
setIncludes
public void setIncludes(java.lang.String includes)
- Overrides:
setIncludes in class org.apache.tools.ant.taskdefs.MatchingTask
setExcludes
public void setExcludes(java.lang.String excludes)
- Overrides:
setExcludes in class org.apache.tools.ant.taskdefs.MatchingTask
Copyright © 2006-2009 CodeLutin. All Rights Reserved.