字段摘要 | |
---|---|
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
|
字段详细信息 |
---|
Must the include and exclude patterns be treated in a case sensitive way? Defaults to true.
indicates whether default excludes should be used or not (yes | no
); default excludes are used when omitted.
the root of the directory tree of this FileSet.
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.)
comma- or space-separated list of patterns of files that must be excluded; no files (except default excludes) are excluded when omitted.
the name of a file; each line of this file is taken to be an exclude pattern.
shortcut for specifying a single-file fileset
Shall symbolic links be followed? Defaults to true. See the note below.
comma- or space-separated list of patterns of files that must be included; all files are included when omitted.
the name of a file; each line of this file is taken to be an include pattern.
方法详细信息 |
---|
子事物详细信息 |
---|
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.
Each such element defines a single pattern for files to include or exclude.
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.