|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.commons.vfs2.provider.AbstractFileObject
com.maverick.vfs.ssh.SftpFileObject
public class SftpFileObject
| Constructor Summary | |
|---|---|
protected |
SftpFileObject(org.apache.commons.vfs2.provider.AbstractFileName name,
SftpFileSystem fs)
|
| Method Summary | |
|---|---|
protected void |
doAttach()
|
protected void |
doCreateFolder()
|
protected void |
doDelete()
|
protected void |
doDetach()
|
protected Map |
doGetAttributes()
|
protected long |
doGetContentSize()
|
protected InputStream |
doGetInputStream()
|
protected long |
doGetLastModifiedTime()
|
protected OutputStream |
doGetOutputStream(boolean bAppend)
|
protected org.apache.commons.vfs2.RandomAccessContent |
doGetRandomAccessContent(org.apache.commons.vfs2.util.RandomAccessMode mode)
|
protected org.apache.commons.vfs2.FileType |
doGetType()
|
protected boolean |
doIsHidden()
|
protected String[] |
doListChildren()
|
protected void |
doRename(org.apache.commons.vfs2.FileObject newfile)
|
protected boolean |
doSetLastModifiedTime(long modtime)
|
| Methods inherited from class org.apache.commons.vfs2.provider.AbstractFileObject |
|---|
canRenameTo, childrenChanged, close, copyFrom, createFile, createFolder, delete, delete, doCreateFileContent, doGetCertificates, doIsReadable, doIsSameFile, doIsWriteable, doListChildrenResolved, doRemoveAttribute, doSetAttribute, endOutput, exists, finalize, findFiles, findFiles, getChild, getChildren, getContent, getFileContentInfoFactory, getFileOperations, getFileSystem, getInputStream, getName, getOutputStream, getOutputStream, getParent, getRandomAccessContent, getType, getURL, handleChanged, handleCreate, handleDelete, holdObject, injectType, isAttached, isContentOpen, isHidden, isReadable, isSameFile, isWriteable, moveTo, notifyAllStreamsClosed, onChange, onChildrenChanged, refresh, resolveFile, resolveFile, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected SftpFileObject(org.apache.commons.vfs2.provider.AbstractFileName name,
SftpFileSystem fs)
| Method Detail |
|---|
protected org.apache.commons.vfs2.FileType doGetType()
throws Exception
doGetType in class org.apache.commons.vfs2.provider.AbstractFileObjectException
protected void doCreateFolder()
throws Exception
doCreateFolder in class org.apache.commons.vfs2.provider.AbstractFileObjectException
protected long doGetLastModifiedTime()
throws Exception
doGetLastModifiedTime in class org.apache.commons.vfs2.provider.AbstractFileObjectException
protected boolean doSetLastModifiedTime(long modtime)
throws Exception
doSetLastModifiedTime in class org.apache.commons.vfs2.provider.AbstractFileObjectException
protected void doDelete()
throws Exception
doDelete in class org.apache.commons.vfs2.provider.AbstractFileObjectException
protected void doRename(org.apache.commons.vfs2.FileObject newfile)
throws Exception
doRename in class org.apache.commons.vfs2.provider.AbstractFileObjectException
protected String[] doListChildren()
throws Exception
doListChildren in class org.apache.commons.vfs2.provider.AbstractFileObjectException
protected Map doGetAttributes()
throws Exception
doGetAttributes in class org.apache.commons.vfs2.provider.AbstractFileObjectException
protected long doGetContentSize()
throws Exception
doGetContentSize in class org.apache.commons.vfs2.provider.AbstractFileObjectException
protected org.apache.commons.vfs2.RandomAccessContent doGetRandomAccessContent(org.apache.commons.vfs2.util.RandomAccessMode mode)
throws Exception
doGetRandomAccessContent in class org.apache.commons.vfs2.provider.AbstractFileObjectException
protected InputStream doGetInputStream()
throws Exception
doGetInputStream in class org.apache.commons.vfs2.provider.AbstractFileObjectException
protected void doAttach()
throws Exception
doAttach in class org.apache.commons.vfs2.provider.AbstractFileObjectException
protected void doDetach()
throws Exception
doDetach in class org.apache.commons.vfs2.provider.AbstractFileObjectException
protected OutputStream doGetOutputStream(boolean bAppend)
throws Exception
doGetOutputStream in class org.apache.commons.vfs2.provider.AbstractFileObjectException
protected boolean doIsHidden()
throws Exception
doIsHidden in class org.apache.commons.vfs2.provider.AbstractFileObjectException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||