Uses of Class
org.apache.juneau.common.utils.FileWriterBuilder
Packages that use FileWriterBuilder
-
Uses of FileWriterBuilder in org.apache.juneau.common.utils
Methods in org.apache.juneau.common.utils that return FileWriterBuilderModifier and TypeMethodDescriptionFileWriterBuilder.append()
Sets the append mode on the writer totrue .FileWriterBuilder.buffered()
Sets the buffer mode on the writer totrue .Sets the character encoding of the file.Sets the character encoding of the file.static FileWriterBuilder
FileWriterBuilder.create()
Creates a new builder.static FileWriterBuilder
Creates a new builder initialized with the specified file.static FileWriterBuilder
Creates a new builder initialized with the specified file path.Sets the file being written to.Sets the path of the file being written to.