Package org.wildfly.glow.cli.support
Class Utils
java.lang.Object
org.wildfly.glow.cli.support.Utils
- Author:
- jdenise
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidstatic voidstatic BooleangetHaFromConfig(Map<String, String> config) static StringgetServerVersionFromConfig(Map<String, String> config) handleOpenShiftEnvFile(Path envFile) readConfigFile(Path file) static voidsetSystemProperties(Set<String> systemProperties)
-
Constructor Details
-
Utils
public Utils()
-
-
Method Details
-
setSystemProperties
- Throws:
Exception
-
handleOpenShiftEnvFile
- Throws:
Exception
-
readConfigFile
- Throws:
Exception
-
addAddOnsFromConfig
public static void addAddOnsFromConfig(Map<String, String> config, Set<String> addOns) throws Exception- Throws:
Exception
-
getServerVersionFromConfig
- Throws:
Exception
-
addDisableDeployersFromConfig
public static void addDisableDeployersFromConfig(Map<String, String> config, Set<String> addOns) throws Exception- Throws:
Exception
-
addEnableDeployersFromConfig
public static void addEnableDeployersFromConfig(Map<String, String> config, Set<String> addOns) throws Exception- Throws:
Exception
-
getHaFromConfig
-