Interface CmdUtilMBean

  • All Superinterfaces:
    org.bedework.util.jmx.BaseMBean, CmdUtilProperties, org.bedework.util.jmx.ConfBaseMBean
    All Known Implementing Classes:
    CmdUtil

    public interface CmdUtilMBean
    extends org.bedework.util.jmx.ConfBaseMBean, CmdUtilProperties
    Run the cmd util service
    Author:
    douglm
    • Method Detail

      • execfile

        String execfile​(String path)
        Execute commands from a file.
        Parameters:
        path - to file.
        Returns:
        Completion messages and stats
      • exec

        String exec​(String cmd)
        Execute a single command.
        Parameters:
        cmd - to execute.
        Returns:
        Completion messages and stats