Package hudson.tools
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.-
Method Summary
-
Method Details
-
delete
- Throws:
IOException
InterruptedException
-
chmod
- Throws:
IOException
InterruptedException
-
read
- Throws:
IOException
InterruptedException
-
listSubDirectories
List sub-directories of the given directory and just return the file name portion.- Throws:
IOException
InterruptedException
-
pullUp
- Throws:
IOException
InterruptedException
-