Uses of Class
io.annot8.components.files.sources.SimpleFileSystemSource.FileOrder
-
Packages that use SimpleFileSystemSource.FileOrder Package Description io.annot8.components.files.sources -
-
Uses of SimpleFileSystemSource.FileOrder in io.annot8.components.files.sources
Methods in io.annot8.components.files.sources that return SimpleFileSystemSource.FileOrder Modifier and Type Method Description SimpleFileSystemSource.FileOrderSimpleFileSystemSource.Settings. getFileOrder()static SimpleFileSystemSource.FileOrderSimpleFileSystemSource.FileOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static SimpleFileSystemSource.FileOrder[]SimpleFileSystemSource.FileOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.annot8.components.files.sources with parameters of type SimpleFileSystemSource.FileOrder Modifier and Type Method Description voidSimpleFileSystemSource.Settings. setFileOrder(SimpleFileSystemSource.FileOrder fileOrder)
-