Uses of Interface
org.opencms.main.I_CmsShellCommands
-
Uses of I_CmsShellCommands in org.opencms.main
Modifier and TypeMethodDescriptionvoid
CmsShell.initShell
(List<I_CmsShellCommands> additionalShellCommands, PrintStream out, PrintStream err) Initializes the CmsShell.ModifierConstructorDescriptionCmsShell
(String webInfPath, String servletMapping, String defaultWebAppName, String prompt, I_CmsShellCommands additionalShellCommands) Creates a new CmsShell using System.out and System.err for output of the messages.ModifierConstructorDescriptionCmsShell
(String webInfPath, String servletMapping, String defaultWebAppName, String prompt, List<I_CmsShellCommands> additionalShellCommands) Creates a new CmsShell using System.out and System.err for output of the messages.CmsShell
(String webInfPath, String servletMapping, String defaultWebAppName, String prompt, List<I_CmsShellCommands> additionalShellCommands, PrintStream out, PrintStream err, boolean interactive) Creates a new CmsShell.CmsShell
(CmsObject cms, String prompt, List<I_CmsShellCommands> additionalShellCommands, PrintStream out, PrintStream err) Creates a new CmsShell.