com.supermap.services.components.spi
Interface ConfigValidatable
-
- All Known Implementing Classes:
- UGCMapProviderSetting
public interface ConfigValidatableUsed to mark the configuration class to support validation. Usually by a specific service configuration class to achieve.- Since:
- 6.1.4
-
-
Method Summary
Methods Modifier and Type Method and Description voidvalidate()Verifies the configuration
-
-
-
Method Detail
-
validate
void validate() throws InvalidConfigExceptionVerifies the configuration- Throws:
InvalidConfigException
-
-