Uses of Class
org.apache.juneau.common.utils.FileReaderBuilder
Packages that use FileReaderBuilder
-
Uses of FileReaderBuilder in org.apache.juneau.common.utils
Methods in org.apache.juneau.common.utils that return FileReaderBuilderModifier and TypeMethodDescriptionFileReaderBuilder.allowNoFile()
If called and the file isnull or non-existent, then thebuild()
command will return an empty reader instead of aFileNotFoundException
.Sets the character encoding of the file.Sets the character encoding of the file.static FileReaderBuilder
FileReaderBuilder.create()
Creates a new builder.static FileReaderBuilder
Creates a new builder initialized with the specified file.Sets the file being written from.Sets the path of the file being written from.