Class NewTempFile

    • Field Detail

      • m_Prefix

        protected String m_Prefix
        the prefix.
      • m_Suffix

        protected String m_Suffix
        the suffix (incl dot).
    • Constructor Detail

      • NewTempFile

        public NewTempFile()
    • Method Detail

      • setDirectory

        public void setDirectory​(PlaceholderDirectory value)
        Sets the directory to use.
        Parameters:
        value - the directory
      • getDirectory

        public PlaceholderDirectory getDirectory()
        Returns the directory to use.
        Returns:
        the directory
      • directoryTipText

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

        public void setPrefix​(String value)
        Sets the prefix to use.
        Parameters:
        value - the prefix
      • getPrefix

        public String getPrefix()
        Returns the prefix to use.
        Returns:
        the prefix
      • prefixTipText

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

        public void setSuffix​(String value)
        Sets the suffix to use.
        Parameters:
        value - the suffix
      • getSuffix

        public String getSuffix()
        Returns the suffix to use.
        Returns:
        the suffix
      • suffixTipText

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

        public Class[] generates()
        Returns the class of objects that it generates.
        Returns:
        the Class of the generated tokens
      • doExecute

        protected String doExecute()
        Executes the flow item.
        Specified by:
        doExecute in class AbstractActor
        Returns:
        null if everything is fine, otherwise error message