Interface ReportContext
public interface ReportContext
-
Method Summary
Modifier and Type Method Description voidaddReport(String key, List<String> output)List<org.apache.sling.feature.Feature>getFeatures()org.apache.sling.feature.scanner.ScannergetScanner()booleanmatches(org.apache.sling.feature.ArtifactId id)
-
Method Details
-
getScanner
org.apache.sling.feature.scanner.Scanner getScanner() -
getFeatures
List<org.apache.sling.feature.Feature> getFeatures() -
addReport
-
matches
boolean matches(org.apache.sling.feature.ArtifactId id)
-