org.apache.tools.ant.taskdefs.optional.net
protected class FTP.FTPDirectoryScanner.AntFTPRootFile extends FTP.FTPDirectoryScanner.AntFTPFile
Since: Ant 1.6
| Constructor Summary | |
|---|---|
| AntFTPRootFile(FTPClient aclient, String remotedir)
constructor | |
| Method Summary | |
|---|---|
| String | getAbsolutePath()
find the absolute path |
| String | getRelativePath()
find out the relative path to root |
Parameters: aclient FTP client remotedir remote directory
Returns: absolute path
Returns: empty string
Throws: BuildException actually never IOException actually never