public static interface JDKInstaller.FileSystem
JDKInstaller.FilePathFileSystem
as the canonical documentation of the contract.Modifier and Type | Method and Description |
---|---|
void |
chmod(String file,
int mode) |
void |
delete(String file) |
List<String> |
listSubDirectories(String dir)
List sub-directories of the given directory and just return the file name portion.
|
void |
pullUp(String from,
String to) |
InputStream |
read(String file) |
void delete(String file) throws IOException, InterruptedException
IOException
InterruptedException
void chmod(String file, int mode) throws IOException, InterruptedException
IOException
InterruptedException
InputStream read(String file) throws IOException, InterruptedException
IOException
InterruptedException
List<String> listSubDirectories(String dir) throws IOException, InterruptedException
IOException
InterruptedException
void pullUp(String from, String to) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2017. All rights reserved.