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 java.util.Map |
doGetAttributes() |
protected long |
doGetContentSize() |
protected java.io.InputStream |
doGetInputStream() |
protected long |
doGetLastModifiedTime() |
protected java.io.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 java.lang.String[] |
doListChildren() |
protected void |
doRename(org.apache.commons.vfs2.FileObject newfile) |
protected void |
doSetAttribute(java.lang.String attrName,
java.lang.Object value) |
protected boolean |
doSetLastModifiedTime(long modtime) |
canRenameTo, childrenChanged, close, copyFrom, createFile, createFolder, delete, delete, doCreateFileContent, doGetCertificates, doIsReadable, doIsSameFile, doIsWriteable, doListChildrenResolved, doRemoveAttribute, 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 java.lang.Exception
doGetType in class org.apache.commons.vfs2.provider.AbstractFileObjectjava.lang.Exceptionprotected void doCreateFolder()
throws java.lang.Exception
doCreateFolder in class org.apache.commons.vfs2.provider.AbstractFileObjectjava.lang.Exceptionprotected long doGetLastModifiedTime()
throws java.lang.Exception
doGetLastModifiedTime in class org.apache.commons.vfs2.provider.AbstractFileObjectjava.lang.Exceptionprotected boolean doSetLastModifiedTime(long modtime)
throws java.lang.Exception
doSetLastModifiedTime in class org.apache.commons.vfs2.provider.AbstractFileObjectjava.lang.Exceptionprotected void doDelete()
throws java.lang.Exception
doDelete in class org.apache.commons.vfs2.provider.AbstractFileObjectjava.lang.Exceptionprotected void doRename(org.apache.commons.vfs2.FileObject newfile)
throws java.lang.Exception
doRename in class org.apache.commons.vfs2.provider.AbstractFileObjectjava.lang.Exceptionprotected java.lang.String[] doListChildren()
throws java.lang.Exception
doListChildren in class org.apache.commons.vfs2.provider.AbstractFileObjectjava.lang.Exceptionprotected void doSetAttribute(java.lang.String attrName,
java.lang.Object value)
throws java.lang.Exception
doSetAttribute in class org.apache.commons.vfs2.provider.AbstractFileObjectjava.lang.Exceptionprotected java.util.Map doGetAttributes()
throws java.lang.Exception
doGetAttributes in class org.apache.commons.vfs2.provider.AbstractFileObjectjava.lang.Exceptionprotected long doGetContentSize()
throws java.lang.Exception
doGetContentSize in class org.apache.commons.vfs2.provider.AbstractFileObjectjava.lang.Exceptionprotected org.apache.commons.vfs2.RandomAccessContent doGetRandomAccessContent(org.apache.commons.vfs2.util.RandomAccessMode mode)
throws java.lang.Exception
doGetRandomAccessContent in class org.apache.commons.vfs2.provider.AbstractFileObjectjava.lang.Exceptionprotected java.io.InputStream doGetInputStream()
throws java.lang.Exception
doGetInputStream in class org.apache.commons.vfs2.provider.AbstractFileObjectjava.lang.Exceptionprotected void doAttach()
throws java.lang.Exception
doAttach in class org.apache.commons.vfs2.provider.AbstractFileObjectjava.lang.Exceptionprotected void doDetach()
throws java.lang.Exception
doDetach in class org.apache.commons.vfs2.provider.AbstractFileObjectjava.lang.Exceptionprotected java.io.OutputStream doGetOutputStream(boolean bAppend)
throws java.lang.Exception
doGetOutputStream in class org.apache.commons.vfs2.provider.AbstractFileObjectjava.lang.Exceptionprotected boolean doIsHidden()
throws java.lang.Exception
doIsHidden in class org.apache.commons.vfs2.provider.AbstractFileObjectjava.lang.ExceptionCopyright © 2018. All rights reserved.