Class AnalyserResult.Report<T>
- java.lang.Object
-
- org.apache.sling.feature.analyser.AnalyserResult.Report<T>
-
- Direct Known Subclasses:
AnalyserResult.ArtifactReport
,AnalyserResult.ConfigurationReport
,AnalyserResult.ExtensionReport
,AnalyserResult.GlobalReport
- Enclosing interface:
- AnalyserResult
public static class AnalyserResult.Report<T> extends Object
Base class for a warning or an error.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getKey()
The key for the messageString
getTaskId()
Return the task id of the analyser task issuing this reportString
getValue()
The messageString
toString()
-