public class SmpFileObject
extends org.apache.commons.vfs2.provider.AbstractFileObject
Modifier | Constructor and Description |
---|---|
protected |
SmpFileObject(org.apache.commons.vfs2.provider.AbstractFileName name,
SmpFileSystem fileSystem,
org.apache.commons.vfs2.FileName rootName) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.commons.vfs2.FileContent |
doCreateFileContent() |
protected long |
doGetContentSize() |
protected InputStream |
doGetInputStream() |
protected org.apache.commons.vfs2.FileType |
doGetType() |
protected String[] |
doListChildren() |
URL |
getURL() |
void |
sleepFiveSec() |
canRenameTo, childrenChanged, close, copyFrom, createFile, createFolder, delete, delete, doAttach, doCreateFolder, doDelete, doDetach, doGetAttributes, doGetCertificates, doGetLastModifiedTime, doGetOutputStream, doGetRandomAccessContent, doIsHidden, doIsReadable, doIsSameFile, doIsWriteable, doListChildrenResolved, doRemoveAttribute, doRename, doSetAttribute, doSetLastModifiedTime, endOutput, exists, finalize, findFiles, findFiles, getChild, getChildren, getContent, getFileContentInfoFactory, getFileOperations, getFileSystem, getInputStream, getName, getOutputStream, getOutputStream, getParent, getRandomAccessContent, getType, handleChanged, handleCreate, handleDelete, holdObject, injectType, isAttached, isContentOpen, isHidden, isReadable, isSameFile, isWriteable, moveTo, notifyAllStreamsClosed, onChange, onChildrenChanged, refresh, resolveFile, resolveFile, toString
protected SmpFileObject(org.apache.commons.vfs2.provider.AbstractFileName name, SmpFileSystem fileSystem, org.apache.commons.vfs2.FileName rootName) throws org.apache.commons.vfs2.FileSystemException
org.apache.commons.vfs2.FileSystemException
public URL getURL() throws org.apache.commons.vfs2.FileSystemException
getURL
in interface org.apache.commons.vfs2.FileObject
getURL
in class org.apache.commons.vfs2.provider.AbstractFileObject
org.apache.commons.vfs2.FileSystemException
protected org.apache.commons.vfs2.FileType doGetType() throws Exception
doGetType
in class org.apache.commons.vfs2.provider.AbstractFileObject
Exception
protected String[] doListChildren() throws Exception
doListChildren
in class org.apache.commons.vfs2.provider.AbstractFileObject
Exception
protected long doGetContentSize() throws Exception
doGetContentSize
in class org.apache.commons.vfs2.provider.AbstractFileObject
Exception
public void sleepFiveSec()
protected org.apache.commons.vfs2.FileContent doCreateFileContent() throws org.apache.commons.vfs2.FileSystemException
doCreateFileContent
in class org.apache.commons.vfs2.provider.AbstractFileObject
org.apache.commons.vfs2.FileSystemException
protected InputStream doGetInputStream() throws Exception
doGetInputStream
in class org.apache.commons.vfs2.provider.AbstractFileObject
Exception
Copyright © 2014. All Rights Reserved.