Constructor and Description |
---|
VFSFileFactory() |
VFSFileFactory(org.apache.commons.vfs2.FileSystemManager manager) |
VFSFileFactory(org.apache.commons.vfs2.FileSystemManager manager,
org.apache.commons.vfs2.FileSystemOptions opts) |
VFSFileFactory(org.apache.commons.vfs2.FileSystemManager manager,
org.apache.commons.vfs2.FileSystemOptions opts,
java.lang.String defaultDirectory) |
VFSFileFactory(org.apache.commons.vfs2.FileSystemManager manager,
java.lang.String defaultDirectory) |
VFSFileFactory(org.apache.commons.vfs2.FileSystemOptions opts) |
VFSFileFactory(org.apache.commons.vfs2.FileSystemOptions opts,
java.lang.String defaultDirectory) |
VFSFileFactory(java.lang.String defaultDirectory) |
Modifier and Type | Method and Description |
---|---|
VFSFile |
getDefaultPath() |
VFSFile |
getFile(java.lang.String path) |
VFSFile |
getFile(java.lang.String parent,
java.lang.String path) |
org.apache.commons.vfs2.FileSystemManager |
getFileSystemManager() |
boolean |
isReturnURIForPath() |
com.sshtools.common.events.Event |
populateEvent(com.sshtools.common.events.Event evt) |
void |
setDefaultPath(java.lang.String path) |
void |
setReturnURIForPath(boolean useURI) |
public VFSFileFactory() throws java.io.FileNotFoundException
java.io.FileNotFoundException
public VFSFileFactory(java.lang.String defaultDirectory) throws java.io.FileNotFoundException
java.io.FileNotFoundException
public VFSFileFactory(org.apache.commons.vfs2.FileSystemOptions opts) throws java.io.FileNotFoundException
java.io.FileNotFoundException
public VFSFileFactory(org.apache.commons.vfs2.FileSystemOptions opts, java.lang.String defaultDirectory) throws java.io.FileNotFoundException
java.io.FileNotFoundException
public VFSFileFactory(org.apache.commons.vfs2.FileSystemManager manager) throws java.io.FileNotFoundException
java.io.FileNotFoundException
public VFSFileFactory(org.apache.commons.vfs2.FileSystemManager manager, java.lang.String defaultDirectory) throws java.io.FileNotFoundException
java.io.FileNotFoundException
public VFSFileFactory(org.apache.commons.vfs2.FileSystemManager manager, org.apache.commons.vfs2.FileSystemOptions opts) throws java.io.FileNotFoundException
java.io.FileNotFoundException
public VFSFileFactory(org.apache.commons.vfs2.FileSystemManager manager, org.apache.commons.vfs2.FileSystemOptions opts, java.lang.String defaultDirectory) throws java.io.FileNotFoundException
java.io.FileNotFoundException
public org.apache.commons.vfs2.FileSystemManager getFileSystemManager()
public boolean isReturnURIForPath()
public void setReturnURIForPath(boolean useURI)
public VFSFile getFile(java.lang.String parent, java.lang.String path) throws com.sshtools.common.permissions.PermissionDeniedException, java.io.IOException
com.sshtools.common.permissions.PermissionDeniedException
java.io.IOException
public VFSFile getFile(java.lang.String path) throws com.sshtools.common.permissions.PermissionDeniedException, java.io.IOException
getFile
in interface com.sshtools.common.files.AbstractFileFactory<VFSFile>
com.sshtools.common.permissions.PermissionDeniedException
java.io.IOException
public com.sshtools.common.events.Event populateEvent(com.sshtools.common.events.Event evt)
populateEvent
in interface com.sshtools.common.files.AbstractFileFactory<VFSFile>
public void setDefaultPath(java.lang.String path) throws java.io.FileNotFoundException
java.io.FileNotFoundException
public VFSFile getDefaultPath() throws com.sshtools.common.permissions.PermissionDeniedException, java.io.IOException
getDefaultPath
in interface com.sshtools.common.files.AbstractFileFactory<VFSFile>
com.sshtools.common.permissions.PermissionDeniedException
java.io.IOException
Copyright © 2023. All rights reserved.