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>
FileVisitor
implementation for copy unsupported configuration files with modification
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UnsupportedFilesCopyVisitor.Builder
A builder for creating file copy visitor instances.static class
UnsupportedFilesCopyVisitor.FileExtensionPredicateBuilder
Quick builder for predicate which filters file paths by specified file extensions
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileVisitResult
visitFile(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:
visitFile
in interfaceFileVisitor<Path>
- Overrides:
visitFile
in classSimpleFileVisitor<Path>
- Throws:
IOException
-
-