Class FTP.FTPDirectoryScanner.AntFTPRootFile
- java.lang.Object
-
- org.apache.tools.ant.taskdefs.optional.net.FTP.FTPDirectoryScanner.AntFTPFile
-
- org.apache.tools.ant.taskdefs.optional.net.FTP.FTPDirectoryScanner.AntFTPRootFile
-
- Enclosing class:
- FTP.FTPDirectoryScanner
protected class FTP.FTPDirectoryScanner.AntFTPRootFile extends FTP.FTPDirectoryScanner.AntFTPFile
special class to represent the remote directory itself- Since:
- Ant 1.6
-
-
Constructor Summary
Constructors Constructor Description AntFTPRootFile(org.apache.commons.net.ftp.FTPClient aclient, java.lang.String remotedir)
constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAbsolutePath()
find the absolute pathjava.lang.String
getRelativePath()
find out the relative path to root-
Methods inherited from class org.apache.tools.ant.taskdefs.optional.net.FTP.FTPDirectoryScanner.AntFTPFile
exists, getClient, getCurpwd, getCurpwdPlusFileSep, getFastRelativePath, getFile, getLink, getName, isDirectory, isSymbolicLink, isTraverseSymlinks, setCurpwd, toString
-
-
-
-
Method Detail
-
getAbsolutePath
public java.lang.String getAbsolutePath()
find the absolute path- Overrides:
getAbsolutePath
in classFTP.FTPDirectoryScanner.AntFTPFile
- Returns:
- absolute path
-
getRelativePath
public java.lang.String getRelativePath() throws BuildException, java.io.IOException
find out the relative path to root- Overrides:
getRelativePath
in classFTP.FTPDirectoryScanner.AntFTPFile
- Returns:
- empty string
- Throws:
BuildException
- actually neverjava.io.IOException
- actually never
-
-