Package | Description |
---|---|
org.apache.sling.feature.analyser | |
org.apache.sling.feature.analyser.task |
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
static AnalyserTask[] |
AnalyzerTaskProvider.getTasks()
Get all tasks.
|
static AnalyserTask[] |
AnalyzerTaskProvider.getTasksByClassName(String... taskClassNames)
Get tasks from class names
|
static AnalyserTask[] |
AnalyzerTaskProvider.getTasksByIds(Set<String> includes,
Set<String> excludes)
Get all tasks and obey the includes/excludes rules.
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.