| Interface | Description |
|---|---|
| Check |
The check interface has one method that will execute the check against an atlas entity and return
an Optional
CheckFlag. |
| Class | Description |
|---|---|
| BaseCheck<T> |
Abstract BaseCheck for an Integrity Check
|
| CheckResourceLoader |
Loads Checks found on the classpath.
|
| TaskIdentifier |
Extracted the TaskIdentifier into a separate class so it can be reused outside of
BaseCheck or in separate unit tests |