Uses of Class
net.sourceforge.pmd.lang.LanguageProcessor.AnalysisTask
-
Packages that use LanguageProcessor.AnalysisTask Package Description net.sourceforge.pmd.lang net.sourceforge.pmd.lang.impl -
-
Uses of LanguageProcessor.AnalysisTask in net.sourceforge.pmd.lang
Methods in net.sourceforge.pmd.lang that return LanguageProcessor.AnalysisTask Modifier and Type Method Description static LanguageProcessor.AnalysisTaskInternalApiBridge. createAnalysisTask(net.sourceforge.pmd.lang.rule.internal.RuleSets rulesets, List<TextFile> files, GlobalAnalysisListener listener, int threadCount, net.sourceforge.pmd.cache.internal.AnalysisCache analysisCache, PmdReporter messageReporter, LanguageProcessorRegistry lpRegistry)static LanguageProcessor.AnalysisTaskInternalApiBridge. taskWithFiles(LanguageProcessor.AnalysisTask originalTask, List<TextFile> newFiles)Methods in net.sourceforge.pmd.lang with parameters of type LanguageProcessor.AnalysisTask Modifier and Type Method Description @NonNull AutoCloseableLanguageProcessor. launchAnalysis(@NonNull LanguageProcessor.AnalysisTask analysisTask)Launch the analysis based on the givenanalysis task.static LanguageProcessor.AnalysisTaskInternalApiBridge. taskWithFiles(LanguageProcessor.AnalysisTask originalTask, List<TextFile> newFiles) -
Uses of LanguageProcessor.AnalysisTask in net.sourceforge.pmd.lang.impl
Methods in net.sourceforge.pmd.lang.impl with parameters of type LanguageProcessor.AnalysisTask Modifier and Type Method Description @NonNull AutoCloseableBatchLanguageProcessor. launchAnalysis(@NonNull LanguageProcessor.AnalysisTask task)
-