Package hudson.util

Class DirScanner.Full

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    DirScanner.Filter
    Enclosing class:
    DirScanner

    public static class DirScanner.Full
    extends DirScanner
    Scans everything recursively.

    Note that all file paths are prefixed by the name of the root directory. For example, when scanning a directory /tmp/dir containing a file file, the relativePath sent to the FileVisitor will be dir/file.

    See Also:
    Serialized Form