|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.types.FileList.FileName
public static class FileList.FileName
Inner class corresponding to the <file> nested element.
Constructor Summary | |
---|---|
FileList.FileName()
|
Method Summary | |
---|---|
java.lang.String |
getName()
|
void |
setName(java.lang.String name)
The name attribute of the file element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileList.FileName()
Method Detail |
---|
public void setName(java.lang.String name)
name
- the name of a file to add to the file list.public java.lang.String getName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |