Class LocalFolder

    • Constructor Detail

      • LocalFolder

        public LocalFolder​(java.lang.String folder)
        Create a new LocalFolder for the specified folder.
        Parameters:
        folder - the underlying folder, eg '/home/username'
      • LocalFolder

        public LocalFolder​(java.io.File folder)
        Create a new LocalFolder for the specified folder.
        Parameters:
        folder - the underlying folder
    • Method Detail

      • getLocalFile

        public java.io.File getLocalFile()
        Returns access to the underlying local File.
        Returns:
        the underlying File