A C E F G H I L M N O P R S T V W 

F

FileError - Exception in com.github.javinator9889.error
Whether there is an error with a file, this exception class is used
FileError(String) - Constructor for exception com.github.javinator9889.error.FileError
Constructs a new runtime exception with the specified detail message.
FileError(String, Throwable) - Constructor for exception com.github.javinator9889.error.FileError
Constructs a new runtime exception with the specified detail message and cause.
filename - Variable in class StaticTest
 
FileToBytesExporter - Class in com.github.javinator9889.exporter
Files to bytes exporter provides a custom, fast class for generating binary files from plain (or not) text files.
FileToBytesExporter() - Constructor for class com.github.javinator9889.exporter.FileToBytesExporter
Public default constructor - sets filename to null and path to empty String array.
FileToBytesExporter(String) - Constructor for class com.github.javinator9889.exporter.FileToBytesExporter
Constructor that uses only the filename as argument (path is an empty array).
FileToBytesExporter(String, boolean, String...) - Constructor for class com.github.javinator9889.exporter.FileToBytesExporter
Constructor that uses an extra attribute for declaring whether or not the source path will be used also for searching the file.
FileToBytesExporter(String, String...) - Constructor for class com.github.javinator9889.exporter.FileToBytesExporter
Constructor that uses both filename and path as arguments.
FileToBytesExporter(String, ArrayList<String>, String, String, boolean) - Constructor for class com.github.javinator9889.exporter.FileToBytesExporter
Private constructor for cloning or generating a new instance - only visible for this class.
FileToBytesExporter.Glob - Class in com.github.javinator9889.exporter
Class for searching and obtaining files that corresponds to a custom glob.
FileToBytesExporter.Glob.Visitor<E extends java.nio.file.Path> - Class in com.github.javinator9889.exporter
Static visitor for exploring the file tree - it has the same behavior as creating an instance of SimpleFileVisitor.
FileToBytesExporter.Lock - Class in com.github.javinator9889.exporter
Private custom class for synchronizing monitor locks.
A C E F G H I L M N O P R S T V W 
Skip navigation links