Package org.apache.tools.ant.types
Class FileList.FileName
java.lang.Object
org.apache.tools.ant.types.FileList.FileName
- Enclosing class:
- FileList
Inner class corresponding to the <file> nested element.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
FileNamepublic FileName()
 
- 
- 
Method Details- 
setNameThe name attribute of the file element.- Parameters:
- name- the name of a file to add to the file list.
 
- 
getName- Returns:
- the name of the file for this element.
 
 
-