Class DeletingPathVisitor

  • All Implemented Interfaces:
    FileVisitor<Path>

    public class DeletingPathVisitor
    extends SimpleFileVisitor<Path>
    Visitor that allows to delete quietly (no exceptions) the root path and its content.
    Author:
    silveryocha