Interface ReportContext
-
public interface ReportContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addReport(String key, List<String> output)
org.apache.sling.feature.builder.ArtifactProvider
getArtifactProvider()
List<org.apache.sling.feature.Feature>
getFeatures()
org.apache.sling.feature.scanner.Scanner
getScanner()
boolean
matches(org.apache.sling.feature.ArtifactId id)
-
-
-
Method Detail
-
getScanner
org.apache.sling.feature.scanner.Scanner getScanner()
-
getFeatures
List<org.apache.sling.feature.Feature> getFeatures()
-
matches
boolean matches(org.apache.sling.feature.ArtifactId id)
-
getArtifactProvider
org.apache.sling.feature.builder.ArtifactProvider getArtifactProvider()
-
-