public class NonAccessibleFileObject extends Object implements org.apache.commons.vfs.FileObject
Constructor and Description |
---|
NonAccessibleFileObject(String fullyQualifiedName) |
Modifier and Type | Method and Description |
---|---|
boolean |
canRenameTo(org.apache.commons.vfs.FileObject arg0) |
void |
close() |
void |
copyFrom(org.apache.commons.vfs.FileObject arg0,
org.apache.commons.vfs.FileSelector arg1) |
void |
createFile() |
void |
createFolder() |
boolean |
delete() |
int |
delete(org.apache.commons.vfs.FileSelector arg0) |
boolean |
exists() |
org.apache.commons.vfs.FileObject[] |
findFiles(org.apache.commons.vfs.FileSelector arg0) |
void |
findFiles(org.apache.commons.vfs.FileSelector arg0,
boolean arg1,
List arg2) |
org.apache.commons.vfs.FileObject |
getChild(String arg0) |
org.apache.commons.vfs.FileObject[] |
getChildren() |
org.apache.commons.vfs.FileContent |
getContent() |
org.apache.commons.vfs.operations.FileOperations |
getFileOperations() |
org.apache.commons.vfs.FileSystem |
getFileSystem() |
org.apache.commons.vfs.FileName |
getName() |
org.apache.commons.vfs.FileObject |
getParent() |
org.apache.commons.vfs.FileType |
getType() |
URL |
getURL() |
boolean |
isAttached() |
boolean |
isContentOpen() |
boolean |
isHidden() |
boolean |
isReadable() |
boolean |
isWriteable() |
void |
moveTo(org.apache.commons.vfs.FileObject arg0) |
void |
refresh() |
org.apache.commons.vfs.FileObject |
resolveFile(String arg0) |
org.apache.commons.vfs.FileObject |
resolveFile(String arg0,
org.apache.commons.vfs.NameScope arg1) |
public NonAccessibleFileObject(String fullyQualifiedName)
public boolean canRenameTo(org.apache.commons.vfs.FileObject arg0)
canRenameTo
in interface org.apache.commons.vfs.FileObject
public void close() throws org.apache.commons.vfs.FileSystemException
close
in interface org.apache.commons.vfs.FileObject
org.apache.commons.vfs.FileSystemException
public void copyFrom(org.apache.commons.vfs.FileObject arg0, org.apache.commons.vfs.FileSelector arg1) throws org.apache.commons.vfs.FileSystemException
copyFrom
in interface org.apache.commons.vfs.FileObject
org.apache.commons.vfs.FileSystemException
public void createFile() throws org.apache.commons.vfs.FileSystemException
createFile
in interface org.apache.commons.vfs.FileObject
org.apache.commons.vfs.FileSystemException
public void createFolder() throws org.apache.commons.vfs.FileSystemException
createFolder
in interface org.apache.commons.vfs.FileObject
org.apache.commons.vfs.FileSystemException
public boolean delete() throws org.apache.commons.vfs.FileSystemException
delete
in interface org.apache.commons.vfs.FileObject
org.apache.commons.vfs.FileSystemException
public int delete(org.apache.commons.vfs.FileSelector arg0) throws org.apache.commons.vfs.FileSystemException
delete
in interface org.apache.commons.vfs.FileObject
org.apache.commons.vfs.FileSystemException
public boolean exists() throws org.apache.commons.vfs.FileSystemException
exists
in interface org.apache.commons.vfs.FileObject
org.apache.commons.vfs.FileSystemException
public org.apache.commons.vfs.FileObject[] findFiles(org.apache.commons.vfs.FileSelector arg0) throws org.apache.commons.vfs.FileSystemException
findFiles
in interface org.apache.commons.vfs.FileObject
org.apache.commons.vfs.FileSystemException
public void findFiles(org.apache.commons.vfs.FileSelector arg0, boolean arg1, List arg2) throws org.apache.commons.vfs.FileSystemException
findFiles
in interface org.apache.commons.vfs.FileObject
org.apache.commons.vfs.FileSystemException
public org.apache.commons.vfs.FileObject getChild(String arg0) throws org.apache.commons.vfs.FileSystemException
getChild
in interface org.apache.commons.vfs.FileObject
org.apache.commons.vfs.FileSystemException
public org.apache.commons.vfs.FileObject[] getChildren() throws org.apache.commons.vfs.FileSystemException
getChildren
in interface org.apache.commons.vfs.FileObject
org.apache.commons.vfs.FileSystemException
public org.apache.commons.vfs.FileContent getContent() throws org.apache.commons.vfs.FileSystemException
getContent
in interface org.apache.commons.vfs.FileObject
org.apache.commons.vfs.FileSystemException
public org.apache.commons.vfs.operations.FileOperations getFileOperations() throws org.apache.commons.vfs.FileSystemException
getFileOperations
in interface org.apache.commons.vfs.FileObject
org.apache.commons.vfs.FileSystemException
public org.apache.commons.vfs.FileSystem getFileSystem()
getFileSystem
in interface org.apache.commons.vfs.FileObject
public org.apache.commons.vfs.FileName getName()
getName
in interface org.apache.commons.vfs.FileObject
public org.apache.commons.vfs.FileObject getParent() throws org.apache.commons.vfs.FileSystemException
getParent
in interface org.apache.commons.vfs.FileObject
org.apache.commons.vfs.FileSystemException
public org.apache.commons.vfs.FileType getType() throws org.apache.commons.vfs.FileSystemException
getType
in interface org.apache.commons.vfs.FileObject
org.apache.commons.vfs.FileSystemException
public URL getURL() throws org.apache.commons.vfs.FileSystemException
getURL
in interface org.apache.commons.vfs.FileObject
org.apache.commons.vfs.FileSystemException
public boolean isAttached()
isAttached
in interface org.apache.commons.vfs.FileObject
public boolean isContentOpen()
isContentOpen
in interface org.apache.commons.vfs.FileObject
public boolean isHidden() throws org.apache.commons.vfs.FileSystemException
isHidden
in interface org.apache.commons.vfs.FileObject
org.apache.commons.vfs.FileSystemException
public boolean isReadable() throws org.apache.commons.vfs.FileSystemException
isReadable
in interface org.apache.commons.vfs.FileObject
org.apache.commons.vfs.FileSystemException
public boolean isWriteable() throws org.apache.commons.vfs.FileSystemException
isWriteable
in interface org.apache.commons.vfs.FileObject
org.apache.commons.vfs.FileSystemException
public void moveTo(org.apache.commons.vfs.FileObject arg0) throws org.apache.commons.vfs.FileSystemException
moveTo
in interface org.apache.commons.vfs.FileObject
org.apache.commons.vfs.FileSystemException
public void refresh() throws org.apache.commons.vfs.FileSystemException
refresh
in interface org.apache.commons.vfs.FileObject
org.apache.commons.vfs.FileSystemException
public org.apache.commons.vfs.FileObject resolveFile(String arg0) throws org.apache.commons.vfs.FileSystemException
resolveFile
in interface org.apache.commons.vfs.FileObject
org.apache.commons.vfs.FileSystemException
public org.apache.commons.vfs.FileObject resolveFile(String arg0, org.apache.commons.vfs.NameScope arg1) throws org.apache.commons.vfs.FileSystemException
resolveFile
in interface org.apache.commons.vfs.FileObject
org.apache.commons.vfs.FileSystemException