java.lang.Object
ru.cg.webbpm.studio.subsystems.deploy.appserver.impl.util.CliUtil

public class CliUtil extends Object
Author:
Flyur Karimov
  • Constructor Details

    • CliUtil

      public CliUtil()
  • Method Details

    • launch

      public static Process launch(org.wildfly.core.launcher.CliCommandBuilder cliCommandBuilder) throws IOException
      Throws:
      IOException
    • buildCli

      public static org.wildfly.core.launcher.CliCommandBuilder buildCli(String wildflyHome, String host, Integer port)
    • addFileHandlerCommand

      public static String addFileHandlerCommand(String handlerName, String path)
    • addLocationCommand

      public static String addLocationCommand(String locationName, String handlerName)
    • removeLocationCommand

      public static String removeLocationCommand(String locationName)
    • removeFileHandlerCommand

      public static String removeFileHandlerCommand(String handlerName)