Package org.eclipse.tycho.bndlib
Class SourceCodeAnalyzer
java.lang.Object
org.eclipse.tycho.bndlib.SourceCodeAnalyzer
- All Implemented Interfaces:
FileVisitor<Path>
-
Constructor Summary
ConstructorsConstructorDescriptionSourceCodeAnalyzer(aQute.bnd.osgi.Analyzer analyzer, SourceCodeResolver typeResolver) -
Method Summary
Modifier and TypeMethodDescriptionpostVisitDirectory(Path dir, IOException exc) preVisitDirectory(Path dir, BasicFileAttributes attrs) visitFile(Path file, BasicFileAttributes attrs) visitFileFailed(Path file, IOException exc)
-
Constructor Details
-
SourceCodeAnalyzer
-
-
Method Details
-
preVisitDirectory
- 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
-