Class Require.PathStateChecker

  • Enclosing class:
    Require

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

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

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

      • isFile

        public java.nio.file.Path isFile()
      • isDirectory

        public java.nio.file.Path isDirectory()