public class DbxFileObject
extends org.apache.commons.vfs2.provider.AbstractFileObject
Constructor and Description |
---|
DbxFileObject(org.apache.commons.vfs2.provider.AbstractFileName name,
DbxFileSystem filesystem)
Constructor method.
|
Modifier and Type | Method and Description |
---|---|
DbxClientWrapper |
getDbxClientWrapper()
Provides the
ClientWrapper implementation for this file system. |
VFSLib |
getVFSLib()
Provides the VFSLib instance for this filesystem.
|
void |
refresh()
Refresh this file.
|
canRenameTo, close, compareTo, copyFrom, createFile, createFolder, delete, delete, deleteAll, exists, findFiles, findFiles, getChild, getChildren, getContent, getFileOperations, getFileSystem, getInputStream, getInputStream, getName, getOutputStream, getOutputStream, getParent, getPublicURIString, getRandomAccessContent, getType, getURL, holdObject, isAttached, isContentOpen, isExecutable, isFile, isFolder, isHidden, isReadable, isSymbolicLink, isWriteable, iterator, listFiles, moveTo, resolveFile, resolveFile, setExecutable, setReadable, setWritable, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public DbxFileObject(org.apache.commons.vfs2.provider.AbstractFileName name, DbxFileSystem filesystem) throws org.apache.commons.vfs2.FileSystemException
name
- The file namefilesystem
- The file systemNullPointerException
- If a parameter is null
org.apache.commons.vfs2.FileSystemException
- If something goes wrongpublic void refresh() throws org.apache.commons.vfs2.FileSystemException
refresh
in interface org.apache.commons.vfs2.FileObject
refresh
in class org.apache.commons.vfs2.provider.AbstractFileObject
org.apache.commons.vfs2.FileSystemException
- If something goes wrongpublic VFSLib getVFSLib()
public DbxClientWrapper getDbxClientWrapper() throws IOException
ClientWrapper
implementation for this file system.IOException
- If an I/O error occurs
Copyright © 2005-2024 Leisenfels GmbH. All rights reserved.