-
Constructors in org.apache.sling.feature.analyser with parameters of type Scanner
Constructor |
Description |
Analyser(Scanner scanner) |
Create a new analyser with the provided scanner and use all available tasks
|
Analyser(Scanner scanner,
String... taskClassNames) |
Create a new analyser with the provided scanner and task class names
|
Analyser(Scanner scanner,
Map<String,Map<String,String>> configurations,
String... taskClassNames) |
Create a new analyser with a provided scanner, task class names and
configurations
|
Analyser(Scanner scanner,
Map<String,Map<String,String>> configurations,
Set<String> includes,
Set<String> excludes) |
Create a new analyser with a provided scanner and includes/excludes for the
task ids and configuration
|
Analyser(Scanner scanner,
Map<String,Map<String,String>> configurations,
AnalyserTask... tasks) |
Create a new analyser with a provided scanner, tasks and configurations
|
Analyser(Scanner scanner,
Set<String> includes,
Set<String> excludes) |
Create a new analyser with a provided scanner and includes/excludes for the
task ids
|
Analyser(Scanner scanner,
AnalyserTask... tasks) |
Create new analyser with a provided scanner and the tasks to run
|