Uses of Class
de.aristaflow.adept2.util.FileTools.Compatibility
-
Packages that use FileTools.Compatibility Package Description de.aristaflow.adept2.util -
-
Uses of FileTools.Compatibility in de.aristaflow.adept2.util
Methods in de.aristaflow.adept2.util that return FileTools.Compatibility Modifier and Type Method Description static FileTools.Compatibility
FileTools.Compatibility. valueOf(String name)
Returns the enum constant of this type with the specified name.static FileTools.Compatibility[]
FileTools.Compatibility. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.aristaflow.adept2.util with parameters of type FileTools.Compatibility Modifier and Type Method Description static String
FileTools. sanitise(String filename, String replacement, FileTools.Compatibility comp)
Sanitises the name of a file (i.e. without any path) by replacing every illegal character with the designated replacement.
-