Package org.bedework.tools.cmdutil
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringexec(String cmd)Execute a single command.Stringexecfile(String path)Execute commands from a file.-
Methods inherited from interface org.bedework.util.jmx.BaseMBean
getServiceName, isRunning, start, stop
-
Methods inherited from interface org.bedework.calfacade.configs.CmdUtilProperties
getAccount, getDataOut, getSuperUser, setAccount, setDataOut, setSuperUser
-
-