Class FilenameGenerator

    • Field Detail

      • m_Absolute

        protected boolean m_Absolute
        whether to output absolute or placeholder filenames.
    • Constructor Detail

      • FilenameGenerator

        public FilenameGenerator()
    • Method Detail

      • setGenerator

        public void setGenerator​(AbstractFilenameGenerator value)
        Sets the generator to use.
        Parameters:
        value - the generator
      • generatorTipText

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

        public void setAbsolute​(boolean value)
        Sets whether to output absolute or placeholder filenames.
        Parameters:
        value - true if to output absolute filenames
      • getAbsolute

        public boolean getAbsolute()
        Returns whether to output absolute or placeholder filenames.
        Returns:
        true if to output absolute filenames
      • absoluteTipText

        public String absoluteTipText()
        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.
        Specified by:
        generates in interface OutputProducer
        Returns:
        the Class of the generated tokens