Class CommandSetInfo

java.lang.Object
org.nuxeo.launcher.info.CommandSetInfo

public class CommandSetInfo extends Object
Since:
5.6
  • Field Details

  • Constructor Details

    • CommandSetInfo

      public CommandSetInfo()
  • Method Details

    • newCommandInfo

      public CommandInfo newCommandInfo(String cmdType)
      Parameters:
      cmdType - Command type. See constants in CommandInfo
      Returns:
      new CommandInfo added to commands
    • log

      public void log()
      Log commands in error
      Since:
      5.7
    • log

      public void log(boolean debug)
      Log full content of the command set (parse commands and their content)
      Since:
      5.7