|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.commons.vfs2.provider.AbstractVfsComponent
org.apache.commons.vfs2.provider.AbstractFileSystem
com.maverick.vfs.ssh.SftpFileSystem
public class SftpFileSystem
| Constructor Summary | |
|---|---|
protected |
SftpFileSystem(org.apache.commons.vfs2.provider.GenericFileName rootName,
SshClient ssh,
org.apache.commons.vfs2.FileSystemOptions fileSystemOptions)
|
| Method Summary | |
|---|---|
protected void |
addCapabilities(Collection<org.apache.commons.vfs2.Capability> caps)
|
protected org.apache.commons.vfs2.FileObject |
createFile(org.apache.commons.vfs2.provider.AbstractFileName name)
|
protected void |
doCloseCommunicationLink()
|
protected SftpClient |
getClient()
|
String |
getHome()
|
double |
getLastModTimeAccuracy()
|
protected void |
putClient(SftpClient sftp)
|
| Methods inherited from class org.apache.commons.vfs2.provider.AbstractFileSystem |
|---|
addJunction, addListener, close, closeCommunicationLink, decorateFileObject, doReplicateFile, fireFileChanged, fireFileCreated, fireFileDeleted, getAttribute, getFileFromCache, getFileSystemManager, getFileSystemOptions, getParentLayer, getRoot, getRootName, getRootURI, hasCapability, init, isOpen, isReleaseable, notifyAllStreamsClosed, putFileToCache, removeFileFromCache, removeJunction, removeListener, replicateFile, resolveFile, resolveFile, setAttribute |
| Methods inherited from class org.apache.commons.vfs2.provider.AbstractVfsComponent |
|---|
getContext, getLogger, setContext, setLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected SftpFileSystem(org.apache.commons.vfs2.provider.GenericFileName rootName,
SshClient ssh,
org.apache.commons.vfs2.FileSystemOptions fileSystemOptions)
| Method Detail |
|---|
protected void doCloseCommunicationLink()
doCloseCommunicationLink in class org.apache.commons.vfs2.provider.AbstractFileSystem
protected SftpClient getClient()
throws IOException
IOExceptionprotected void putClient(SftpClient sftp)
protected void addCapabilities(Collection<org.apache.commons.vfs2.Capability> caps)
addCapabilities in class org.apache.commons.vfs2.provider.AbstractFileSystem
protected org.apache.commons.vfs2.FileObject createFile(org.apache.commons.vfs2.provider.AbstractFileName name)
throws org.apache.commons.vfs2.FileSystemException
createFile in class org.apache.commons.vfs2.provider.AbstractFileSystemorg.apache.commons.vfs2.FileSystemExceptionpublic double getLastModTimeAccuracy()
getLastModTimeAccuracy in interface org.apache.commons.vfs2.FileSystemgetLastModTimeAccuracy in class org.apache.commons.vfs2.provider.AbstractFileSystempublic String getHome()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||