@ProviderType
public interface AnalyserTaskContext
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getConfiguration()
Returns the configuration.
|
org.apache.sling.feature.Feature |
getFeature()
The assembled feature.
|
FeatureDescriptor |
getFeatureDescriptor()
The feature descriptor.
|
BundleDescriptor |
getFrameworkDescriptor()
The framework descriptor
|
void |
reportError(String message)
This method is invoked by a
AnalyserTask to report
an error. |
void |
reportWarning(String message)
This method is invoked by a
AnalyserTask to report
a warning. |
org.apache.sling.feature.Feature getFeature()
FeatureDescriptor getFeatureDescriptor()
BundleDescriptor getFrameworkDescriptor()
Map<String,String> getConfiguration()
void reportWarning(String message)
AnalyserTask
to report
a warning.message
- The message.void reportError(String message)
AnalyserTask
to report
an error.message
- The message.Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.