Uses of Enum Class
io.github.ttno1.configvalidation.ConfigFilters.FileState
Packages that use ConfigFilters.FileState
-
Uses of ConfigFilters.FileState in io.github.ttno1.configvalidation
Subclasses with type arguments of type ConfigFilters.FileState in io.github.ttno1.configvalidationModifier and TypeClassDescriptionstatic enum
Represents the state of a file on the file system.Methods in io.github.ttno1.configvalidation that return ConfigFilters.FileStateModifier and TypeMethodDescriptionstatic ConfigFilters.FileState
Returns the enum constant of this class with the specified name.static ConfigFilters.FileState[]
ConfigFilters.FileState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.ttno1.configvalidation with parameters of type ConfigFilters.FileStateModifier and TypeMethodDescriptionstatic ConfigFilter
<String, Path> ConfigFilters.validPath
(ConfigFilters.FileState fileState) Returns a filter that verifies that the input string is a valid file path, and optionally that the file meets the conditions specified by the providedConfigFilters.FileState
, and that converts the string to aPath
.