Interface TieredStorageConfiguration.ConfigValidation
-
- All Known Implementing Classes:
JCloudBlobStoreProvider
- Enclosing class:
- TieredStorageConfiguration
public static interface TieredStorageConfiguration.ConfigValidationChecks the given TieredStorageConfiguration to see if all of the required properties are set, and that all properties are valid.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvalidate(TieredStorageConfiguration config)
-
-
-
Method Detail
-
validate
void validate(TieredStorageConfiguration config) throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
-
-