Uses of Class
org.refcodes.serial.FileSection
-
Uses of FileSection in org.refcodes.serial
Methods in org.refcodes.serial that return FileSectionModifier and TypeMethodDescriptionstatic FileSectionSerialSugar.fileSection(File aFile) Constructs aFileSection.static FileSectionSerialSugar.fileSection(File aBasePath, Supplier<String> aFilePathSupplier) Constructs aFileSection, the underlyingFileis created on demand dynamically using the providedSupplier.static FileSectionSerialSugar.fileSection(String aFilePath) Constructs aFileSection.static FileSectionSerialSugar.fileSection(String aAlias, File aFile) Constructs aFileSection.static FileSectionSerialSugar.fileSection(String aAlias, File aBasePath, Supplier<String> aFilePathSupplier) Constructs aFileSection, the underlyingFileis created on demand dynamically using the providedSupplier.static FileSectionSerialSugar.fileSection(String aAlias, String aFilePath) Constructs aFileSection.static FileSectionSerialSugar.fileSection(String aAlias, String aBasePath, Supplier<String> aFilePathSupplier) Constructs aFileSection, the underlyingFileis created on demand dynamically using the providedSupplier.static FileSectionSerialSugar.fileSection(String aBasePath, Supplier<String> aFilePathSupplier) Constructs aFileSection, the underlyingFileis created on demand dynamically using the providedSupplier.static FileSectionSerialSugar.fileSection(Supplier<String> aFilePathSupplier) Constructs aFileSection, the underlyingFileis created on demand dynamically using the providedSupplier.