public class VFileSystemManager extends Object
Constructor and Description |
---|
VFileSystemManager(String vfsRoot) |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.vfs2.FileObject |
resolveFile(String filePath) |
org.apache.commons.vfs2.FileObject |
resolveFolder(String filePath) |
public VFileSystemManager(String vfsRoot) throws org.apache.commons.vfs2.FileSystemException
org.apache.commons.vfs2.FileSystemException
public org.apache.commons.vfs2.FileObject resolveFile(String filePath) throws org.apache.commons.vfs2.FileSystemException
org.apache.commons.vfs2.FileSystemException
public org.apache.commons.vfs2.FileObject resolveFolder(String filePath) throws org.apache.commons.vfs2.FileSystemException
org.apache.commons.vfs2.FileSystemException
Copyright © 2020. All Rights Reserved.