Uses of Interface
org.apache.sling.feature.analyser.task.AnalyserTask
Packages that use AnalyserTask
-
Uses of AnalyserTask in org.apache.sling.feature.analyser
Constructors in org.apache.sling.feature.analyser with parameters of type AnalyserTaskModifierConstructorDescriptionCreate a new analyser with a provided scanner, tasks and configurationsAnalyser(Scanner scanner, AnalyserTask... tasks) Create new analyser with a provided scanner and the tasks to run -
Uses of AnalyserTask in org.apache.sling.feature.analyser.task
Methods in org.apache.sling.feature.analyser.task that return AnalyserTaskModifier and TypeMethodDescriptionstatic AnalyserTask[]AnalyzerTaskProvider.getTasks()Get all tasks.static AnalyserTask[]AnalyzerTaskProvider.getTasksByClassName(String... taskClassNames) Get tasks from class namesstatic AnalyserTask[]AnalyzerTaskProvider.getTasksByIds(Set<String> includes, Set<String> excludes) Get all tasks and obey the includes/excludes rules.