Interface JDKInstaller.FileSystem
- Enclosing class:
JDKInstaller
public static interface JDKInstaller.FileSystem
Abstraction of the file system to perform JDK installation.
Consider
JDKInstaller.FilePathFileSystem as the canonical documentation of the contract.- Since:
- 1.305
- Author:
- Kohsuke Kawaguchi
-
Method Summary
-
Method Details
-
delete
- Throws:
IOExceptionInterruptedException
-
chmod
- Throws:
IOExceptionInterruptedException
-
read
- Throws:
IOExceptionInterruptedException
-
listSubDirectories
List sub-directories of the given directory and just return the file name portion.- Throws:
IOExceptionInterruptedException
-
pullUp
- Throws:
IOExceptionInterruptedException
-