Interface ValidationService
-
public interface ValidationServiceThis service is responsible for doing general validation on files and paths.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisFileNameValid(String fileName)Checks if the file name is valid.booleanisFileNameValid(org.uberfire.backend.vfs.Path path, String fileName)Checks if the path and file name is valid.
-