org.apache.tools.ant.types

Class FileList.FileName

public static class FileList.FileName extends Object

Inner class corresponding to the <file> nested element.
Method Summary
StringgetName()
voidsetName(String name)
The name attribute of the file element.

Method Detail

getName

public String getName()

Returns: the name of the file for this element.

setName

public void setName(String name)
The name attribute of the file element.

Parameters: name the name of a file to add to the file list.

Copyright