Class ConfigCheck
-
- All Implemented Interfaces:
public final class ConfigCheckConveniently access all different check-types, whether they passed and which errors, if any, were encountered.
Griefed
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ConfigCheck()
-
Method Summary
-
-
Method Detail
-
getConfigErrors
final List<String> getConfigErrors()
-
getConfigChecksPassed
final Boolean getConfigChecksPassed()
-
getModpackErrors
final List<String> getModpackErrors()
-
getModpackChecksPassed
final Boolean getModpackChecksPassed()
-
getInclusionErrors
final List<String> getInclusionErrors()
-
getInclusionsChecksPassed
final Boolean getInclusionsChecksPassed()
-
getMinecraftVersionErrors
final List<String> getMinecraftVersionErrors()
-
getMinecraftVersionChecksPassed
final Boolean getMinecraftVersionChecksPassed()
-
getModloaderErrors
final List<String> getModloaderErrors()
-
getModloaderChecksPassed
final Boolean getModloaderChecksPassed()
-
getModloaderVersionErrors
final List<String> getModloaderVersionErrors()
-
getModloaderVersionChecksPassed
final Boolean getModloaderVersionChecksPassed()
-
getServerIconErrors
final List<String> getServerIconErrors()
-
getServerIconChecksPassed
final Boolean getServerIconChecksPassed()
-
getServerPropertiesErrors
final List<String> getServerPropertiesErrors()
-
getServerPropertiesChecksPassed
final Boolean getServerPropertiesChecksPassed()
-
getPluginsErrors
final List<String> getPluginsErrors()
-
getPluginsChecksPassed
final Boolean getPluginsChecksPassed()
-
getOtherErrors
final List<String> getOtherErrors()
-
getOtherChecksPassed
final Boolean getOtherChecksPassed()
-
getEncounteredErrors
final List<String> getEncounteredErrors()
-
getAllChecksPassed
final Boolean getAllChecksPassed()
-
and
final ConfigCheck and(ConfigCheck check)
Merge this check with the given check into one.
Note that no checks are performed for already existing errors. Therefor, duplicate entries are possible.
-
-
-
-