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 TgetKey()The key for the messageStringgetTaskId()Return the task id of the analyser task issuing this reportStringgetValue()The messageStringtoString()
-