|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.tools.ant.taskdefs.MatchingTask
org.nuiton.i18n.ant.I18nExtractorTask
public class I18nExtractorTask
I18nExtractorTask. Created: Aug 16, 2004
| Field Summary | |
|---|---|
protected File |
destFile
|
protected String[] |
excludes
|
protected String[] |
includes
|
static int |
MSG_VERBOSE
|
protected File |
srcDir
|
protected String[] |
srcFileNames
|
| 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()
|
|
| Method Summary | |
|---|---|
protected void |
buildFileList()
|
protected void |
doExecute()
|
void |
execute()
|
protected String[] |
getExcludes()
|
protected String[] |
getIncludes()
|
protected boolean |
isNewer(String filein,
String fileout)
|
void |
setDestFile(File destFile)
|
void |
setExcludes(String excludes)
|
void |
setIncludes(String includes)
|
void |
setSrcdir(File srcDir)
|
| 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 |
|---|
public static final int MSG_VERBOSE
protected File srcDir
protected File destFile
protected String[] includes
protected String[] excludes
protected String[] srcFileNames
| Constructor Detail |
|---|
public I18nExtractorTask()
| Method Detail |
|---|
protected void doExecute()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptionpublic void setSrcdir(File srcDir)
public void setDestFile(File destFile)
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionprotected void buildFileList()
protected boolean isNewer(String filein,
String fileout)
protected String[] getExcludes()
protected String[] getIncludes()
public void setIncludes(String includes)
setIncludes in class org.apache.tools.ant.taskdefs.MatchingTaskpublic void setExcludes(String excludes)
setExcludes in class org.apache.tools.ant.taskdefs.MatchingTask
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||