org.nuiton.processor.ant
Class I18nExtractorTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.apache.tools.ant.taskdefs.MatchingTask
              extended by org.nuiton.processor.ant.I18nExtractorTask
All Implemented Interfaces:
Cloneable, org.apache.tools.ant.types.selectors.SelectorContainer

Deprecated. since 1.0.3, prefer use the same task in ant-i18n-task project.

@Deprecated
public class I18nExtractorTask
extends org.apache.tools.ant.taskdefs.MatchingTask

I18nExtractorTask. Created: Aug 16, 2004

Version:
$Revision: 317 $ Last update : $Date: 2010-03-09 19:22:11 +0100 (mar., 09 mars 2010) $ by : $Author: tchemit $
Author:
Cédric Pineau

Field Summary
protected  File destFile
          Deprecated.  
protected  String[] excludes
          Deprecated.  
protected  String[] includes
          Deprecated.  
static int MSG_VERBOSE
          Deprecated.  
protected  File srcDir
          Deprecated.  
protected  String[] srcFileNames
          Deprecated.  
 
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
 
Constructor Summary
I18nExtractorTask()
          Deprecated.  
 
Method Summary
protected  void buildFileList()
          Deprecated.  
protected  void doExecute()
          Deprecated.  
 void execute()
          Deprecated.  
protected  String[] getExcludes()
          Deprecated.  
protected  String[] getIncludes()
          Deprecated.  
protected  boolean isNewer(String filein, String fileout)
          Deprecated.  
 void setDestFile(File destFile)
          Deprecated.  
 void setExcludes(String excludes)
          Deprecated.  
 void setIncludes(String includes)
          Deprecated.  
 void setSrcdir(File srcDir)
          Deprecated.  
 
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
 

Field Detail

MSG_VERBOSE

public static final int MSG_VERBOSE
Deprecated. 
See Also:
Constant Field Values

srcDir

protected File srcDir
Deprecated. 

destFile

protected File destFile
Deprecated. 

includes

protected String[] includes
Deprecated. 

excludes

protected String[] excludes
Deprecated. 

srcFileNames

protected String[] srcFileNames
Deprecated. 
Constructor Detail

I18nExtractorTask

public I18nExtractorTask()
Deprecated. 
Method Detail

doExecute

protected void doExecute()
                  throws org.apache.tools.ant.BuildException
Deprecated. 
Throws:
org.apache.tools.ant.BuildException

setSrcdir

public void setSrcdir(File srcDir)
Deprecated. 

setDestFile

public void setDestFile(File destFile)
Deprecated. 

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Deprecated. 
Overrides:
execute in class org.apache.tools.ant.Task
Throws:
org.apache.tools.ant.BuildException

buildFileList

protected void buildFileList()
Deprecated. 

isNewer

protected boolean isNewer(String filein,
                          String fileout)
Deprecated. 

getExcludes

protected String[] getExcludes()
Deprecated. 

getIncludes

protected String[] getIncludes()
Deprecated. 

setIncludes

public void setIncludes(String includes)
Deprecated. 
Overrides:
setIncludes in class org.apache.tools.ant.taskdefs.MatchingTask

setExcludes

public void setExcludes(String excludes)
Deprecated. 
Overrides:
setExcludes in class org.apache.tools.ant.taskdefs.MatchingTask


Copyright © 2009-2010 CodeLutin. All Rights Reserved.