Interface BndBaselineEvaluation
- All Superinterfaces:
FaultAware, Resource
- All Known Implementing Classes:
DefaultBndBaselineEvaluation
Provides the results from a baseline evaluation.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIf set, indicates that baselining failed because the artifact to use as baseline was not found.The path of the baselined jar.booleanmismatch()If set, indicates that a mismatch was detected.name()The bundle symbolic name name of the baselined jar.project()The project.reason()If there is a mismatch, the reason for the mismatch.The location where the report can be found.Methods inherited from interface FaultAware
isFaulty, setFaultyMethods inherited from interface Resource
asOf, asOfLocalized, type
-
Method Details
-
project
-
name
-
bundlePath
-
baselineArtifactMissing
boolean baselineArtifactMissing()If set, indicates that baselining failed because the artifact to use as baseline was not found.- Returns:
- true, if successful
-
mismatch
-
reason
-
reportLocation
-