Package | Description |
---|---|
org.apache.sling.feature.analyser |
Constructor and Description |
---|
Analyser(Scanner scanner)
Create a new analyser with the provided scanner and use all available tasks
|
Analyser(Scanner scanner,
AnalyserTask... tasks)
Create new analyser with a provided scanner and the tasks to run
|
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,
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,
String... taskClassNames)
Create a new analyser with a provided scanner, task class names 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,
String... taskClassNames)
Create a new analyser with the provided scanner and task class names
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.