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_STACKThread local which stores the currently active shell instance.Methods in org.opencms.main that return CmsShellModifier and TypeMethodDescriptionstatic CmsShellCmsShell.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 TypeMethodDescriptionvoidI_CmsShellCommands.initShellCmsObject(CmsObject cms, CmsShell shell) Provides access to the shell CmsObject and the shell itself.static voidPushes shell instance on thread-local stack.