org.apache.tools.ant.types
Class FileList.FileName
java.lang.Object
org.apache.tools.ant.types.FileList.FileName
- FileList
public static class FileList.FileName
extends java.lang.Object
Inner class corresponding to the <file> nested element.
String | getName()
|
void | setName(String name) - The name attribute of the file element.
|
getName
public String getName()
- the name of the file for this element.
setName
public void setName(String name)
The name attribute of the file element.
name
- the name of a file to add to the file list.
Copyright B) 2000-2008 Apache Software Foundation. All Rights Reserved.