Uses of Enum Class
org.jooq.FilePattern.Sort
Packages that use FilePattern.Sort
-
Uses of FilePattern.Sort in org.jooq
Subclasses with type arguments of type FilePattern.Sort in org.jooqModifier and TypeClassDescriptionstatic enumThe sort algorithm to be applied to directory contents.Methods in org.jooq that return FilePattern.SortModifier and TypeMethodDescriptionstatic final FilePattern.Sortfinal FilePattern.SortFilePattern.sort()static FilePattern.SortReturns the enum constant of this class with the specified name.static FilePattern.Sort[]FilePattern.Sort.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq with parameters of type FilePattern.SortModifier and TypeMethodDescriptionstatic final Comparator<File> FilePattern.fileComparator(FilePattern.Sort sort) final FilePatternFilePattern.sort(FilePattern.Sort newSort)