@ProviderType
public interface AnalyserResult
Analyser
.
A result of an analyser run might contain warnings and or errors.Modifier and Type | Interface and Description |
---|---|
static class |
AnalyserResult.ArtifactReport
Report about an artifact, for example a bundle.
|
static class |
AnalyserResult.ConfigurationReport
Report about a configuration
|
static class |
AnalyserResult.ExtensionReport
Report about an extension
|
static class |
AnalyserResult.GlobalReport
Report about the feature in general
|
static class |
AnalyserResult.Report<T>
Base class for a warning or an error.
|
default List<String> getWarnings()
getGlobalWarnings()
, getArtifactWarnings()
, getExtensionWarnings()
,
and getConfigurationWarnings()
instead.List<AnalyserResult.GlobalReport> getGlobalWarnings()
List<AnalyserResult.ArtifactReport> getArtifactWarnings()
List<AnalyserResult.ExtensionReport> getExtensionWarnings()
List<AnalyserResult.ConfigurationReport> getConfigurationWarnings()
default List<String> getErrors()
getGlobalErrors()
, getArtifactErrors()
, ()
,
and getConfigurationErrors()
instead.List<AnalyserResult.GlobalReport> getGlobalErrors()
List<AnalyserResult.ArtifactReport> getArtifactErrors()
List<AnalyserResult.ExtensionReport> getExtensionErrors()
List<AnalyserResult.ConfigurationReport> getConfigurationErrors()
FeatureDescriptor getFeatureDescriptor()
BundleDescriptor getFrameworkDescriptor()
null
.Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.