public class WindowsRemoteFileSystem extends Object implements hudson.tools.JDKInstaller.FileSystem
JDKInstaller.FileSystem implementation for remote Windows system.| Constructor and Description |
|---|
WindowsRemoteFileSystem(String hostName,
jcifs.smb.NtlmPasswordAuthentication auth) |
public WindowsRemoteFileSystem(String hostName, jcifs.smb.NtlmPasswordAuthentication auth)
public void delete(String file) throws IOException, InterruptedException
delete in interface hudson.tools.JDKInstaller.FileSystemIOExceptionInterruptedExceptionpublic void chmod(String file, int mode) throws IOException, InterruptedException
chmod in interface hudson.tools.JDKInstaller.FileSystemIOExceptionInterruptedExceptionpublic InputStream read(String file) throws IOException
read in interface hudson.tools.JDKInstaller.FileSystemIOExceptionpublic List<String> listSubDirectories(String dir) throws IOException, InterruptedException
listSubDirectories in interface hudson.tools.JDKInstaller.FileSystemIOExceptionInterruptedExceptionpublic void pullUp(String from, String to) throws IOException, InterruptedException
pullUp in interface hudson.tools.JDKInstaller.FileSystemIOExceptionInterruptedExceptionpublic void mkdirs(String path) throws IOException
IOExceptionCopyright © 2016–2017. All rights reserved.