Class FileToString

    • Field Detail

      • m_AbsolutePath

        protected boolean m_AbsolutePath
        whether to output an absolute path.
      • m_UseForwardSlashes

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

      • FileToString

        public FileToString()
    • Method Detail

      • setAbsolutePath

        public void setAbsolutePath​(boolean value)
        Sets whether to create absolute paths.
        Parameters:
        value - if true then absolute paths are created
      • getAbsolutePath

        public boolean getAbsolutePath()
        Returns whether to create absolute paths.
        Returns:
        true if absolute paths are created
      • absolutePathTipText

        public String absolutePathTipText()
        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.