Uses of Class
org.opencms.main.CmsShell
-
Uses of CmsShell in org.opencms.main
Modifier and TypeFieldDescriptionstatic final ThreadLocal<ArrayList<CmsShell>>
CmsShell.SHELL_STACK
Thread local which stores the currently active shell instance.Modifier and TypeMethodDescriptionstatic CmsShell
CmsShell.getTopShell()
Gets the top of thread-local shell stack, or null if it is empty.Modifier and TypeMethodDescriptionvoid
I_CmsShellCommands.initShellCmsObject
(CmsObject cms, CmsShell shell) Provides access to the shell CmsObject and the shell itself.static void
Pushes shell instance on thread-local stack.