Class TextFileBuilder


  • public abstract class TextFileBuilder
    extends Object
    A builder for a new text file. See static methods on TextFile.
    • Method Detail

      • asReadOnly

        public TextFileBuilder asReadOnly()
        Specify that the built file is read only. Some text files are always read-only.
        Returns:
        This builder
      • build

        public abstract TextFile build()
        Creates and returns the new text file.