mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-07 01:30:49 +00:00
added check for existing system config when a feature is enabled
This commit is contained in:
@@ -6,5 +6,5 @@ import dev.sheldan.abstracto.core.models.database.AServer;
|
||||
|
||||
public interface FeatureValidatorService {
|
||||
void checkPostTarget(PostTargetEnum postTargetEnum, AServer server, FeatureValidationResult featureValidationResult);
|
||||
void checkSystemConfig(String name, AServer server, FeatureValidationResult featureValidationResult);
|
||||
boolean checkSystemConfig(String name, AServer server, FeatureValidationResult featureValidationResult);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user