Interface ScanResult
- All Known Implementing Classes:
DataScanResult,MetadataScanResult
public interface ScanResult
Encapsulates the result of a container scan.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanboolean
-
Method Details
-
hasErrors
boolean hasErrors() -
isDeleted
boolean isDeleted() -
getErrors
List<ContainerScanError> getErrors()
-