org.apache.tools.ant.taskdefs
Class Available.FileDir
- Available
public static class Available.FileDir
EnumeratedAttribute covering the file types to be checked for, either
file or dir.
String[] | getValues()
|
boolean | isDir() - Indicate if the value specifies a directory.
|
boolean | isFile() - Indicate if the value specifies a file.
|
isDir
public boolean isDir()
Indicate if the value specifies a directory.
- true if the value specifies a directory.
isFile
public boolean isFile()
Indicate if the value specifies a file.
- true if the value specifies a file.
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.