Uses of Interface
org.sonar.plugins.python.PythonInputFile
Packages that use PythonInputFile
-
Uses of PythonInputFile in org.sonar.plugins.python
Classes in org.sonar.plugins.python that implement PythonInputFileMethods in org.sonar.plugins.python with parameters of type PythonInputFileModifier and TypeMethodDescriptionbooleanPythonScanner.canBeScannedWithoutParsing(PythonInputFile inputFile) booleanScanner.canBeScannedWithoutParsing(PythonInputFile inputFile) static Optional<GeneratedIPythonFile>IpynbNotebookParser.parseNotebook(PythonInputFile inputFile) protected voidPythonScanner.processException(Exception e, PythonInputFile file) protected abstract voidScanner.processException(Exception e, PythonInputFile file) protected voidPythonScanner.scanFile(PythonInputFile inputFile) protected abstract voidScanner.scanFile(PythonInputFile file) booleanPythonScanner.scanFileWithoutParsing(PythonInputFile inputFile) protected booleanScanner.scanFileWithoutParsing(PythonInputFile file) Method parameters in org.sonar.plugins.python with type arguments of type PythonInputFileModifier and TypeMethodDescriptionvoidScanner.execute(List<PythonInputFile> files, org.sonar.api.batch.sensor.SensorContext context) Constructors in org.sonar.plugins.python with parameters of type PythonInputFileModifierConstructorDescriptionPythonHighlighter(org.sonar.api.batch.sensor.SensorContext context, PythonInputFile inputFile) -
Uses of PythonInputFile in org.sonar.plugins.python.indexer
Methods in org.sonar.plugins.python.indexer with parameters of type PythonInputFileModifier and TypeMethodDescriptionbooleanPythonIndexer.canBeFullyScannedWithoutParsing(PythonInputFile inputFile) booleanSonarQubePythonIndexer.canBeFullyScannedWithoutParsing(PythonInputFile inputFile) booleanPythonIndexer.canBePartiallyScannedWithoutParsing(PythonInputFile inputFile) booleanSonarQubePythonIndexer.canBePartiallyScannedWithoutParsing(PythonInputFile inputFile) PythonIndexer.packageName(PythonInputFile inputFile) Method parameters in org.sonar.plugins.python.indexer with type arguments of type PythonInputFileModifier and TypeMethodDescriptionvoidPythonIndexer.collectPackageNames(List<PythonInputFile> inputFiles) voidSonarQubePythonIndexer.computeGlobalSymbols(List<PythonInputFile> files, org.sonar.api.batch.sensor.SensorContext context) Constructor parameters in org.sonar.plugins.python.indexer with type arguments of type PythonInputFileModifierConstructorDescriptionSonarQubePythonIndexer(List<PythonInputFile> inputFiles, CacheContext cacheContext, org.sonar.api.batch.sensor.SensorContext context)