Class ReplaceFileExtension

    • Field Detail

      • m_Extension

        protected String m_Extension
        the new file extension to use.
      • m_UseForwardSlashes

        protected boolean m_UseForwardSlashes
        whether to output forward slashes.
    • Constructor Detail

      • ReplaceFileExtension

        public ReplaceFileExtension()
    • Method Detail

      • setExtension

        public void setExtension​(String value)
        Sets the extension to use.
        Parameters:
        value - the extension (incl dot!), empty string for removing the extension
      • getExtension

        public String getExtension()
        Returns the extension to use.
        Returns:
        the extension
      • extensionTipText

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

        public void setUseForwardSlashes​(boolean value)
        Sets whether to use forward slashes in the output.
        Specified by:
        setUseForwardSlashes in interface ForwardSlashSupporter
        Parameters:
        value - if true then use forward slashes
      • getUseForwardSlashes

        public boolean getUseForwardSlashes()
        Returns whether to use forward slashes in the output.
        Specified by:
        getUseForwardSlashes in interface ForwardSlashSupporter
        Returns:
        true if forward slashes are used
      • useForwardSlashesTipText

        public String useForwardSlashesTipText()
        Returns the tip text for this property.
        Specified by:
        useForwardSlashesTipText in interface ForwardSlashSupporter
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.