Package org.apache.tools.ant.types
Class FileList.FileName
- java.lang.Object
-
- org.apache.tools.ant.types.FileList.FileName
-
- Enclosing class:
- FileList
public static class FileList.FileName extends java.lang.Object
Inner class corresponding to the <file> nested element.
-
-
Constructor Summary
Constructors Constructor Description FileName()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
void
setName(java.lang.String name)
The name attribute of the file element.
-