Class FileUtils


  • public class FileUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FileUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.io.File getModelFile​(java.lang.String fileName)  
      static java.lang.String getResource​(java.lang.String resourceLocation)  
      static java.lang.String getScript​(java.lang.String fileName)  
      • Methods inherited from class java.lang.Object

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

      • FileUtils

        public FileUtils()
    • Method Detail

      • getModelFile

        public static java.io.File getModelFile​(java.lang.String fileName)
      • getScript

        public static java.lang.String getScript​(java.lang.String fileName)
      • getResource

        public static java.lang.String getResource​(java.lang.String resourceLocation)