public class FileObjectResolver
extends java.lang.Object
| Constructor and Description |
|---|
FileObjectResolver() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.vfs.FileObject |
resolveToFileObject(org.apache.commons.vfs.FileSystemManager manager,
java.lang.String path)
returns the file object to use
|
public static org.apache.commons.vfs.FileObject resolveToFileObject(org.apache.commons.vfs.FileSystemManager manager,
java.lang.String path)
throws java.lang.IllegalArgumentException,
java.io.IOException
manager - the file system managerpath - the pathjava.lang.IllegalArgumentException - on wrong parametersjava.io.IOException - on resolving errorsCopyright © 2005-2017 FuseSource. All Rights Reserved.