Class FileUtil


  • public class FileUtil
    extends java.lang.Object
    Utilities for files.
    • Constructor Summary

      Constructors 
      Constructor Description
      FileUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Boolean isValidFileName​(java.lang.String name)
      Checks if filename is valid
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • INVALID_RESOURCE_CHARACTERS

        public static final char[] INVALID_RESOURCE_CHARACTERS
    • Constructor Detail

      • FileUtil

        public FileUtil()
    • Method Detail

      • isValidFileName

        public static java.lang.Boolean isValidFileName​(java.lang.String name)
        Checks if filename is valid
        Parameters:
        name - to check
        Returns:
        true if the name is a valid file name