public interface Verifiable
Modifier and Type | Method and Description |
---|---|
void |
verify()
Verifies the internal state of this Verifiable.
|
void |
verify(@NotNull AssetTree assetTree,
@NotNull String fullName)
Verifies this object installed at the provided
fullName path
against the provided fully populated assetTree . |
void verify()
This method is guaranteed to be invoked before any other components have been installed.
IllegalStateException
- if the verification failsvoid verify(@NotNull @NotNull AssetTree assetTree, @NotNull @NotNull String fullName)
fullName
path
against the provided fully populated assetTree
.
This method is guaranteed to be invoked before all components have been installed.
assetTree
- to verify againstfullName
- of the path where this Verifiable is installedIllegalStateException
- if the verification failsCopyright © 2021. All rights reserved.