Interface WildFlyCliConfigurationFactory

    • Method Detail

      • shutdownServerScript

        ScriptCommand shutdownServerScript()
        Returns:
        Shutdown server CLI script.
      • connectToServerScript

        ScriptCommand connectToServerScript()
        Returns:
        Connect to running server CLI script.
      • addModuleScript

        ScriptCommand addModuleScript​(String moduleName,
                                      List<String> jarFilePaths,
                                      List<String> moduleDependencies)
        Parameters:
        moduleName - Module name.
        jarFilePaths - Paths to module's jar files.
        moduleDependencies - List of module names the module being added depends on.
        Returns:
        Add module CLI script.