Package com._1c.g5.v8.dt.xml
Class UnsupportedFilesCopyVisitor
- java.lang.Object
-
- java.nio.file.SimpleFileVisitor<Path>
-
- com._1c.g5.v8.dt.xml.UnsupportedFilesCopyVisitor
-
- All Implemented Interfaces:
FileVisitor<Path>
public class UnsupportedFilesCopyVisitor extends SimpleFileVisitor<Path>
FileVisitorimplementation for copy unsupported configuration files with modification
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUnsupportedFilesCopyVisitor.BuilderA builder for creating file copy visitor instances.static classUnsupportedFilesCopyVisitor.FileExtensionPredicateBuilderQuick builder for predicate which filters file paths by specified file extensions
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileVisitResultvisitFile(Path sourcePath, BasicFileAttributes attrs)-
Methods inherited from class java.nio.file.SimpleFileVisitor
postVisitDirectory, preVisitDirectory, visitFileFailed
-
-
-
-
Method Detail
-
visitFile
public FileVisitResult visitFile(Path sourcePath, BasicFileAttributes attrs) throws IOException
- Specified by:
visitFilein interfaceFileVisitor<Path>- Overrides:
visitFilein classSimpleFileVisitor<Path>- Throws:
IOException
-
-