Class Sftp.SftpDirectoryScanner

java.lang.Object
org.apache.tools.ant.DirectoryScanner
com.sshtools.ant.Sftp.SftpDirectoryScanner
All Implemented Interfaces:
org.apache.tools.ant.FileScanner, org.apache.tools.ant.types.ResourceFactory, org.apache.tools.ant.types.selectors.SelectorScanner
Enclosing class:
Sftp

protected class Sftp.SftpDirectoryScanner extends org.apache.tools.ant.DirectoryScanner
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected SftpClient
     

    Fields inherited from class org.apache.tools.ant.DirectoryScanner

    basedir, DEFAULTEXCLUDES, dirsDeselected, dirsExcluded, dirsIncluded, dirsNotIncluded, DOES_NOT_EXIST_POSTFIX, errorOnMissingDir, everythingIncluded, excludes, filesDeselected, filesExcluded, filesIncluded, filesNotIncluded, haveSlowResults, includes, isCaseSensitive, MAX_LEVELS_OF_SYMLINKS, selectors
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    protected void
    scandir(String dir, boolean fast)
     

    Methods inherited from class org.apache.tools.ant.DirectoryScanner

    addDefaultExclude, addDefaultExcludes, addExcludes, clearResults, couldHoldIncluded, getBasedir, getDefaultExcludes, getDeselectedDirectories, getDeselectedFiles, getExcludedDirectories, getExcludedFiles, getIncludedDirectories, getIncludedDirsCount, getIncludedFiles, getIncludedFilesCount, getNotFollowedSymlinks, getNotIncludedDirectories, getNotIncludedFiles, getResource, isCaseSensitive, isEverythingIncluded, isExcluded, isFollowSymlinks, isIncluded, isSelected, match, match, matchPath, matchPath, matchPatternStart, matchPatternStart, removeDefaultExclude, resetDefaultExcludes, scandir, setBasedir, setBasedir, setCaseSensitive, setErrorOnMissingDir, setExcludes, setFollowSymlinks, setIncludes, setMaxLevelsOfSymlinks, setSelectors, slowScan

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • SftpDirectoryScanner

      public SftpDirectoryScanner(SftpClient sftp)
  • Method Details

    • scan

      public void scan()
      Specified by:
      scan in interface org.apache.tools.ant.FileScanner
      Overrides:
      scan in class org.apache.tools.ant.DirectoryScanner
    • scandir

      protected void scandir(String dir, boolean fast)