Class RemoveFiles

    • Field Detail

      • m_RegExp

        protected BaseRegExp m_RegExp
        the regexp for matching files to delete.
      • m_Recursive

        protected boolean m_Recursive
        whether to delete recursively.
    • Constructor Detail

      • RemoveFiles

        public RemoveFiles()
    • Method Detail

      • setDir

        public void setDir​(PlaceholderDirectory value)
        Sets the directory to clean up.
        Parameters:
        value - the dir
      • dirTipText

        public String dirTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setRegExp

        public void setRegExp​(BaseRegExp value)
        Sets the regexp for matching files to delete.
        Parameters:
        value - the regexp
      • getRegExp

        public BaseRegExp getRegExp()
        Returns the regexp for matching files to delete.
        Returns:
        the regexp
      • regExpTipText

        public String regExpTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setRecursive

        public void setRecursive​(boolean value)
        Sets whether to delete files recursively.
        Parameters:
        value - true if recursively
      • getRecursive

        public boolean getRecursive()
        Returns whether to delete files recursively.
        Returns:
        true if recursively
      • recursiveTipText

        public String recursiveTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • doConfigureExecution

        protected Actor doConfigureExecution​(MessageCollection errors)
        Configures the actor to execute after the flow has run (without calling setUp()).
        Specified by:
        doConfigureExecution in class AbstractPostFlowExecution
        Parameters:
        errors - for collecting errors during configuration
        Returns:
        the actor, null if none generated