Uses of Class
org.opencms.main.CmsShell
Packages that use CmsShell
-
Uses of CmsShell in org.opencms.main
Fields in org.opencms.main with type parameters of type CmsShellModifier and TypeFieldDescriptionstatic final ThreadLocal<ArrayList<CmsShell>>
CmsShell.SHELL_STACK
Thread local which stores the currently active shell instance.Methods in org.opencms.main that return CmsShellModifier and TypeMethodDescriptionstatic CmsShell
CmsShell.getTopShell()
Gets the top of thread-local shell stack, or null if it is empty.Methods in org.opencms.main with parameters of type CmsShellModifier 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.