public class SftpFileObject
extends org.apache.commons.vfs2.provider.AbstractFileObject
| Modifier | Constructor and Description |
|---|---|
protected |
SftpFileObject(org.apache.commons.vfs2.provider.AbstractFileName name,
SftpFileSystem fs) |
| Modifier and Type | Method and Description |
|---|---|
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) |
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, toStringprotected SftpFileObject(org.apache.commons.vfs2.provider.AbstractFileName name,
SftpFileSystem fs)
protected org.apache.commons.vfs2.FileType doGetType()
throws Exception
doGetType in class org.apache.commons.vfs2.provider.AbstractFileObjectExceptionprotected void doCreateFolder()
throws Exception
doCreateFolder in class org.apache.commons.vfs2.provider.AbstractFileObjectExceptionprotected long doGetLastModifiedTime()
throws Exception
doGetLastModifiedTime in class org.apache.commons.vfs2.provider.AbstractFileObjectExceptionprotected boolean doSetLastModifiedTime(long modtime)
throws Exception
doSetLastModifiedTime in class org.apache.commons.vfs2.provider.AbstractFileObjectExceptionprotected void doDelete()
throws Exception
doDelete in class org.apache.commons.vfs2.provider.AbstractFileObjectExceptionprotected void doRename(org.apache.commons.vfs2.FileObject newfile)
throws Exception
doRename in class org.apache.commons.vfs2.provider.AbstractFileObjectExceptionprotected String[] doListChildren() throws Exception
doListChildren in class org.apache.commons.vfs2.provider.AbstractFileObjectExceptionprotected Map doGetAttributes() throws Exception
doGetAttributes in class org.apache.commons.vfs2.provider.AbstractFileObjectExceptionprotected long doGetContentSize()
throws Exception
doGetContentSize in class org.apache.commons.vfs2.provider.AbstractFileObjectExceptionprotected org.apache.commons.vfs2.RandomAccessContent doGetRandomAccessContent(org.apache.commons.vfs2.util.RandomAccessMode mode)
throws Exception
doGetRandomAccessContent in class org.apache.commons.vfs2.provider.AbstractFileObjectExceptionprotected InputStream doGetInputStream() throws Exception
doGetInputStream in class org.apache.commons.vfs2.provider.AbstractFileObjectExceptionprotected void doAttach()
throws Exception
doAttach in class org.apache.commons.vfs2.provider.AbstractFileObjectExceptionprotected void doDetach()
throws Exception
doDetach in class org.apache.commons.vfs2.provider.AbstractFileObjectExceptionprotected OutputStream doGetOutputStream(boolean bAppend) throws Exception
doGetOutputStream in class org.apache.commons.vfs2.provider.AbstractFileObjectExceptionCopyright © 2011. All Rights Reserved.