API Overview API Index Package Overview Direct link to this page
Apache Ant 1.7.1
  org.apache.tools.ant.taskdefs.optional.net. FTP.FTPDirectoryScanner.AntFTPRootFile View Source
Author(s)
Since
Ant 1.6
Version
Serial
Hierarchy
 Object
      FTP.FTPDirectoryScanner.AntFTPFile
          FTP.FTPDirectoryScanner.AntFTPRootFile
Implements
Subclasses
Description
protected class FTP.FTPDirectoryScanner.AntFTPRootFile
  special class to represent the remote directory itself
See also:   
Constructors
public FTP.FTPDirectoryScanner.AntFTPRootFile (FTPClient aclient, java.lang.String remotedir)
  constructor
Methods
Hide/Show inherited methods
public boolean exists () [Inherited From FTP.FTPDirectoryScanner.AntFTPFile]
  find out if the file exists
public java.lang.String getAbsolutePath () [Overrides FTP.FTPDirectoryScanner.AntFTPFile]
  find the absolute path
protected FTPClient getClient () [Inherited From FTP.FTPDirectoryScanner.AntFTPFile]
  return the attached FTP client object.
public java.lang.String getCurpwd () [Inherited From FTP.FTPDirectoryScanner.AntFTPFile]
  returns the path of the directory containing the AntFTPFile.
public java.lang.String getFastRelativePath () [Inherited From FTP.FTPDirectoryScanner.AntFTPFile]
  find out the relative path assuming that the path used to construct this AntFTPFile was spelled properly with regards to case.
public FTPFile getFile (FTPFile theFiles, java.lang.String lastpathelement) [Inherited From FTP.FTPDirectoryScanner.AntFTPFile]
  find a file matching a string in an array of FTPFile.
public java.lang.String getLink () [Inherited From FTP.FTPDirectoryScanner.AntFTPFile]
  if the file is a symbolic link, find out to what it is pointing
public java.lang.String getName () [Inherited From FTP.FTPDirectoryScanner.AntFTPFile]
  get the name of the file
public java.lang.String getRelativePath () throws BuildException java.io.IOException [Overrides FTP.FTPDirectoryScanner.AntFTPFile]
  find out the relative path to root
public boolean isDirectory () [Inherited From FTP.FTPDirectoryScanner.AntFTPFile]
  tell if a file is a directory.
public boolean isSymbolicLink () [Inherited From FTP.FTPDirectoryScanner.AntFTPFile]
  tell if a file is a symbolic link
public boolean isTraverseSymlinks () throws java.io.IOException BuildException [Inherited From FTP.FTPDirectoryScanner.AntFTPFile]
  find out if a symbolic link is encountered in the relative path of this file from rootPath.
protected void setCurpwd (java.lang.String curpwd) [Inherited From FTP.FTPDirectoryScanner.AntFTPFile]
  sets the current path of an AntFTPFile
public java.lang.String toString () [Inherited From FTP.FTPDirectoryScanner.AntFTPFile]
  Get a string rep of this object.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar