Attribute | Description | Required |
defaultexcludes | indicates whether default excludes should be used or not ("yes"/"no"). Default excludes are used when omitted. | No |
excludes | comma- or space-separated list of patterns of files that must be excluded. No files (except default excludes) are excluded when omitted. | No |
excludesfile | the name of a file. Each line of this file is taken to be an exclude pattern | No |
fromExtention | The string that files must end in to be renamed | Yes |
includes | comma- or space-separated list of patterns of files that must be included. All files are included when omitted. | No |
includesfile | the name of a file. Each line of this file is taken to be an include pattern | No |
replace | Whether the file being renamed to should be replaced if it already exists | No |
srcDir | The starting directory for files to search in | Yes |
toExtension | The string that renamed files will end with on completion | Yes |