Package org.jrd.frontend.utility
Class CommonUtils.ClassVisitor
java.lang.Object
org.jrd.frontend.utility.CommonUtils.ClassVisitor
- All Implemented Interfaces:
FileVisitor<Path>
- Enclosing class:
CommonUtils
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) List
<io.github.mkoncek.classpathless.api.IdentifiedSource> -
Constructor Summary
ConstructorsConstructorDescriptionClassVisitor
(List<io.github.mkoncek.classpathless.api.IdentifiedSource> loaded) -
Method Summary
Modifier and TypeMethodDescriptionpostVisitDirectory
(Path path, IOException e) preVisitDirectory
(Path path, BasicFileAttributes attributes) visitFile
(Path path, BasicFileAttributes attributes) visitFileFailed
(Path path, IOException e)
-
Field Details
-
identifiedSources
List<io.github.mkoncek.classpathless.api.IdentifiedSource> identifiedSources
-
-
Constructor Details
-
ClassVisitor
ClassVisitor(List<io.github.mkoncek.classpathless.api.IdentifiedSource> loaded)
-
-
Method Details
-
preVisitDirectory
public FileVisitResult preVisitDirectory(Path path, BasicFileAttributes attributes) throws IOException - Specified by:
preVisitDirectory
in interfaceFileVisitor<Path>
- Throws:
IOException
-
visitFile
- Specified by:
visitFile
in interfaceFileVisitor<Path>
- Throws:
IOException
-
visitFileFailed
- Specified by:
visitFileFailed
in interfaceFileVisitor<Path>
- Throws:
IOException
-
postVisitDirectory
- Specified by:
postVisitDirectory
in interfaceFileVisitor<Path>
- Throws:
IOException
-