xworker.ant.types.filelist
事物 filelist(filelist)点击打开事物点击浏览描述

描述者:
MetaDescriptor3
thing
继承:
antthing

FileLists are explicitly named lists of files. Whereas FileSets act as filters, returning only those files that exist in the file system and match specified patterns, FileLists are useful for specifying files that may or may not exist. Multiple files are specified as a list of files, relative to the specified directory, with no support for wildcard expansion (filenames with wildcards will be included in the list unchanged). FileLists can appear inside tasks that support this feature or as stand-alone types.

字段摘要
           String dir
           The base directory of this FileList.
           String files
           The list of file names. This is a list of file name separated by whitespace, or by commas.
           String id
           
           String idref
           
 
方法摘要
           toString
          
 
子事物摘要
           file
          This represents a file name. The nested element allows filenames containing white space and commas.
 
字段详细信息

dir点击打开事物

The base directory of this FileList.


files点击打开事物

The list of file names. This is a list of file name separated by whitespace, or by commas.


id点击打开事物


idref点击打开事物


 
方法详细信息

toString


 
子事物详细信息

file点击打开事物

This represents a file name. The nested element allows filenames containing white space and commas.