Class DirectorySelector

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File getDirectory​()
      Get the selected directory as a File.
      java.nio.file.Path getPath​()
      Get the selected directory as a Path using the default FileSystem.
      java.lang.String getRawPath​()
      Get the selected directory as a raw path.
      java.lang.String toString​()  
      • Methods inherited from class java.lang.Object

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

      • getDirectory

        public java.io.File getDirectory​()
        Get the selected directory as a File.
        See Also:
        getPath(), getRawPath()
      • getPath

        public java.nio.file.Path getPath​()
        Get the selected directory as a Path using the default FileSystem.
        See Also:
        getDirectory(), getRawPath()
      • getRawPath

        public java.lang.String getRawPath​()
        Get the selected directory as a raw path.
        See Also:
        getDirectory(), getPath()
      • toString

        public java.lang.String toString​()
        Overrides:
        toString in class java.lang.Object