Class FileSystemTool


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

      Constructors 
      Constructor Description
      FileSystemTool()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean exists​(java.lang.String path)  
      java.lang.String getContents​(java.lang.String path)  
      boolean isDirectory​(java.lang.String path)  
      • Methods inherited from class java.lang.Object

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

      • FileSystemTool

        public FileSystemTool()
    • Method Detail

      • exists

        public boolean exists​(java.lang.String path)
      • isDirectory

        public boolean isDirectory​(java.lang.String path)
      • getContents

        public java.lang.String getContents​(java.lang.String path)
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception