Class Require.FileChecker

  • Enclosing class:
    Require

    public static class Require.FileChecker
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File isDirectory()  
      java.io.File isFile()  
      • Methods inherited from class java.lang.Object

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

      • isFile

        public java.io.File isFile()
      • isDirectory

        public java.io.File isDirectory()