Interface ValidationService


  • public interface ValidationService
    This service is responsible for doing general validation on files and paths.
    • Method Detail

      • isFileNameValid

        boolean isFileNameValid​(org.uberfire.backend.vfs.Path path,
                                String fileName)
        Checks if the path and file name is valid.
      • isFileNameValid

        boolean isFileNameValid​(String fileName)
        Checks if the file name is valid.