Class StringToFile

    • Field Detail

      • m_CreatePlaceholderFileObjects

        protected boolean m_CreatePlaceholderFileObjects
        whether to generate PlaceholderFile objects instead.
      • m_MakeCompliant

        protected boolean m_MakeCompliant
        whether to fix the name part of the filename, in order to make it file-system compliant.
    • Constructor Detail

      • StringToFile

        public StringToFile()
    • Method Detail

      • setCreatePlaceholderFileObjects

        public void setCreatePlaceholderFileObjects​(boolean value)
        Sets whether to create PlaceholderFile objects instead.
        Parameters:
        value - if true then PlaceholderFile objects are created
      • getCreatePlaceholderFileObjects

        public boolean getCreatePlaceholderFileObjects()
        Returns whether to create PlaceholderFile objects instead.
        Returns:
        true if PlaceholderFile objects are created
      • createPlaceholderFileObjectsTipText

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

        public void setMakeCompliant​(boolean value)
        Sets whether to make the file name part file-system compliant.
        Parameters:
        value - if true then file name part is made file-system compliant
      • getMakeCompliant

        public boolean getMakeCompliant()
        Returns whether to make the file name part file-system compliant.
        Returns:
        true if the file name part is made file-system compliant
      • makeCompliantTipText

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