Class FileUtils


  • public final class FileUtils
    extends java.lang.Object
    File Utils.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String readResource​(java.lang.String resource)
      read file from resource as string.
      • Methods inherited from class java.lang.Object

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

      • readResource

        public static java.lang.String readResource​(java.lang.String resource)
        read file from resource as string.
        Parameters:
        resource - resource path.
        Returns:
        file content as string.