Class AbstractWekaPackageManagerAction

    • Field Detail

      • m_FlowContext

        protected Actor m_FlowContext
        the flow context.
    • Constructor Detail

      • AbstractWekaPackageManagerAction

        public AbstractWekaPackageManagerAction()
    • Method Detail

      • getFlowContext

        public Actor getFlowContext()
        Returns the flow context, if any.
        Specified by:
        getFlowContext in interface FlowContextHandler
        Returns:
        the actor, null if none available
      • getQuickInfo

        public String getQuickInfo()
        Returns a quick info about the object, which can be displayed in the GUI.
        Default implementation returns null.
        Specified by:
        getQuickInfo in interface QuickInfoSupporter
        Returns:
        null if no info available, otherwise short string
      • check

        protected String check()
        Hook method for performing checks.
        Returns:
        null if checks passed, otherwise error message
      • doExecute

        public abstract void doExecute​(MessageCollection errors)
        Executes the action.
        Parameters:
        errors - for collecting errors
      • execute

        public void execute​(MessageCollection errors)
        Executes the action.
        Parameters:
        errors - for collecting errors