|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.trilead.ssh2.SFTPv3Client
hudson.plugins.sshslaves.SFTPClient
public class SFTPClient
TODO: moved to Jenkins core, so pick it up from there.
| コンストラクタの概要 | |
|---|---|
SFTPClient(com.trilead.ssh2.Connection conn)
|
|
| メソッドの概要 | |
|---|---|
com.trilead.ssh2.SFTPv3FileAttributes |
_stat(String path)
Graceful SFTPv3Client.stat(String) that returns null if the path doesn't exist. |
void |
chmod(String path,
int permissions)
|
boolean |
exists(String path)
Checks if the given path exists. |
void |
mkdirs(String path,
int posixPermission)
Makes sure that the directory exists, by creating it if necessary. |
InputStream |
read(String file)
|
OutputStream |
writeToFile(String path)
Creates a new file and writes to it. |
| クラス com.trilead.ssh2.SFTPv3Client から継承されたメソッド |
|---|
canonicalPath, close, closeFile, createFile, createFile, createFileTruncate, createFileTruncate, createSymlink, fsetstat, fstat, getCharset, getProtocolVersion, ls, lstat, mkdir, mv, openFileRO, openFileRW, read, readLink, rm, rmdir, setCharset, setstat, stat, write |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public SFTPClient(com.trilead.ssh2.Connection conn)
throws IOException
IOException| メソッドの詳細 |
|---|
public boolean exists(String path)
throws IOException
IOException
public com.trilead.ssh2.SFTPv3FileAttributes _stat(String path)
throws IOException
SFTPv3Client.stat(String) that returns null if the path doesn't exist.
IOException
public void mkdirs(String path,
int posixPermission)
throws IOException
IOException
public OutputStream writeToFile(String path)
throws IOException
IOException
public InputStream read(String file)
throws IOException
IOException
public void chmod(String path,
int permissions)
throws IOException
IOException
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||