Class FTPTaskMirrorImpl.FTPDirectoryScanner.AntFTPRootFile
java.lang.Object
org.apache.tools.ant.taskdefs.optional.net.FTPTaskMirrorImpl.FTPDirectoryScanner.AntFTPFile
org.apache.tools.ant.taskdefs.optional.net.FTPTaskMirrorImpl.FTPDirectoryScanner.AntFTPRootFile
- Enclosing class:
FTPTaskMirrorImpl.FTPDirectoryScanner
protected class FTPTaskMirrorImpl.FTPDirectoryScanner.AntFTPRootFile
extends FTPTaskMirrorImpl.FTPDirectoryScanner.AntFTPFile
special class to represent the remote directory itself
- Since:
- Ant 1.6
-
Constructor Summary
ConstructorsConstructorDescriptionAntFTPRootFile(org.apache.commons.net.ftp.FTPClient aclient, String remotedir) constructor -
Method Summary
Modifier and TypeMethodDescriptionfind the absolute pathfind out the relative path to rootMethods inherited from class FTPTaskMirrorImpl.FTPDirectoryScanner.AntFTPFile
exists, getClient, getCurpwd, getCurpwdPlusFileSep, getFastRelativePath, getFile, getLink, getName, isDirectory, isSymbolicLink, isTraverseSymlinks, setCurpwd, toString
-
Constructor Details
-
AntFTPRootFile
constructor- Parameters:
aclient- FTP clientremotedir- remote directory
-
-
Method Details
-
getAbsolutePath
find the absolute path- Overrides:
getAbsolutePathin classFTPTaskMirrorImpl.FTPDirectoryScanner.AntFTPFile- Returns:
- absolute path
-
getRelativePath
find out the relative path to root- Overrides:
getRelativePathin classFTPTaskMirrorImpl.FTPDirectoryScanner.AntFTPFile- Returns:
- empty string
- Throws:
BuildException- actually neverIOException- actually never
-