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:
preVisitDirectoryin interfaceFileVisitor<Path>- Throws:
IOException
-
visitFile
- Specified by:
visitFilein interfaceFileVisitor<Path>- Throws:
IOException
-
visitFileFailed
- Specified by:
visitFileFailedin interfaceFileVisitor<Path>- Throws:
IOException
-
postVisitDirectory
- Specified by:
postVisitDirectoryin interfaceFileVisitor<Path>- Throws:
IOException
-