xworker.ant.file.copy/@fileset
事物 fileset(fileset)点击打开事物点击浏览描述

父事物:
copy
描述者:
事物
thing
继承:
fileset

字段摘要
           String casesensitive
           Must the include and exclude patterns be treated in a case sensitive way? Defaults to true.
           String defaultexcludes
           indicates whether default excludes should be used or not (yes | no); default excludes are used when omitted.
           String dir
           the root of the directory tree of this FileSet.
           String erroronmissingdir
           Specify what happens if the base directory does not exist. If true a build error will happen, if false, the fileset will be ignored/empty. Defaults to true. Since Apache Ant 1.7.1 (default is true for backward compatibility reasons.)
           String excludes
           comma- or space-separated list of patterns of files that must be excluded; no files (except default excludes) are excluded when omitted.
           String excludesfile
           the name of a file; each line of this file is taken to be an exclude pattern.
           String file
           shortcut for specifying a single-file fileset
           String followsymlinks
           Shall symbolic links be followed? Defaults to true. See the note below.
           String id
           
           String idref
           
           String includes
           comma- or space-separated list of patterns of files that must be included; all files are included when omitted.
           String includesfile
           the name of a file; each line of this file is taken to be an include pattern.
 
方法摘要
           toString
          
 
子事物摘要
           exclude
          
           excludesfile
          If you want to list the files to include or exclude external to your build file, you should use the includesfile/excludesfile attributes or elements. Using the attribute, you can only specify a single file of each type, while the nested elements can be specified more than once - the nested elements also support if/unless attributes you can use to test the existance of a property.
           include
          Each such element defines a single pattern for files to include or exclude.
           includesfile
          If you want to list the files to include or exclude external to your build file, you should use the includesfile/excludesfile attributes or elements. Using the attribute, you can only specify a single file of each type, while the nested elements can be specified more than once - the nested elements also support if/unless attributes you can use to test the existance of a property.
           not
          
           patternset
          
 
字段详细信息

casesensitive点击打开事物

Must the include and exclude patterns be treated in a case sensitive way? Defaults to true.


defaultexcludes点击打开事物

indicates whether default excludes should be used or not (yes | no); default excludes are used when omitted.


dir点击打开事物

the root of the directory tree of this FileSet.


erroronmissingdir点击打开事物

Specify what happens if the base directory does not exist. If true a build error will happen, if false, the fileset will be ignored/empty. Defaults to true. Since Apache Ant 1.7.1 (default is true for backward compatibility reasons.)


excludes点击打开事物

comma- or space-separated list of patterns of files that must be excluded; no files (except default excludes) are excluded when omitted.


excludesfile点击打开事物

the name of a file; each line of this file is taken to be an exclude pattern.


file点击打开事物

shortcut for specifying a single-file fileset


followsymlinks点击打开事物

Shall symbolic links be followed? Defaults to true. See the note below.


id点击打开事物


idref点击打开事物


includes点击打开事物

comma- or space-separated list of patterns of files that must be included; all files are included when omitted.


includesfile点击打开事物

the name of a file; each line of this file is taken to be an include pattern.


 
方法详细信息

toString


 
子事物详细信息

exclude点击打开事物


excludesfile点击打开事物

If you want to list the files to include or exclude external to your build file, you should use the includesfile/excludesfile attributes or elements. Using the attribute, you can only specify a single file of each type, while the nested elements can be specified more than once - the nested elements also support if/unless attributes you can use to test the existance of a property.


include点击打开事物

Each such element defines a single pattern for files to include or exclude.


includesfile点击打开事物

If you want to list the files to include or exclude external to your build file, you should use the includesfile/excludesfile attributes or elements. Using the attribute, you can only specify a single file of each type, while the nested elements can be specified more than once - the nested elements also support if/unless attributes you can use to test the existance of a property.


not点击打开事物


patternset点击打开事物