org.gcube.datatransfer.agent.impl.vfs
Class VFileSystemManager

java.lang.Object
  extended by org.gcube.datatransfer.agent.impl.vfs.VFileSystemManager

public class VFileSystemManager
extends Object

Author:
andrea

Constructor Summary
VFileSystemManager(String vfsRoot)
           
 
Method Summary
 org.apache.commons.vfs2.FileObject resolveFile(String filePath)
           
 org.apache.commons.vfs2.FileObject resolveFolder(String filePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VFileSystemManager

public VFileSystemManager(String vfsRoot)
                   throws org.apache.commons.vfs2.FileSystemException
Throws:
org.apache.commons.vfs2.FileSystemException
Method Detail

resolveFile

public org.apache.commons.vfs2.FileObject resolveFile(String filePath)
                                               throws org.apache.commons.vfs2.FileSystemException
Throws:
org.apache.commons.vfs2.FileSystemException

resolveFolder

public org.apache.commons.vfs2.FileObject resolveFolder(String filePath)
                                                 throws org.apache.commons.vfs2.FileSystemException
Throws:
org.apache.commons.vfs2.FileSystemException


Copyright © 2013. All Rights Reserved.