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 LanguageProcessor.AnalysisTask
LanguageProcessor.AnalysisTask. withFiles(List<TextFile> newFiles)
Produce a new analysis task with just different files.Methods in net.sourceforge.pmd.lang with parameters of type LanguageProcessor.AnalysisTask Modifier and Type Method Description @NonNull AutoCloseable
LanguageProcessor. launchAnalysis(@NonNull LanguageProcessor.AnalysisTask analysisTask)
Launch the analysis based on the givenanalysis task
. -
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 AutoCloseable
BatchLanguageProcessor. launchAnalysis(@NonNull LanguageProcessor.AnalysisTask task)
-