Class RootActionImpl

    • Method Detail

      • enterAction

        public Action enterAction​(java.lang.String actionName)
        Description copied from interface: RootAction
        Enters a (child) Action with a specified name on this Action.

        If the given actionName is null or an empty string, no reporting will happen on that RootAction.

        Specified by:
        enterAction in interface RootAction
        Parameters:
        actionName - name of the Action
        Returns:
        Action instance to work with
      • getParentAction

        protected Action getParentAction()
        Description copied from class: BaseActionImpl
        Get the parent Action, which might be null in case the parent does not implement Action.
        Specified by:
        getParentAction in class BaseActionImpl
        Returns:
        The parent action object, or null if parent does not implement Action.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object