org.icenigrid.gridsam.core.plugin
Interface FileSystemProvider

All Known Implementing Classes:
AlwaysFailFileSystemProvider, DefaultFileSystemProvider, DelegatingFileSystemProvider, PBSFileSystemProvider, ShellBasedFileSystemProvider

public interface FileSystemProvider

Interface for pluggable file system


Method Summary
 org.apache.commons.vfs.FileObject getFileSystem(JobContext pJob)
          get the file system associated with the job
 

Method Detail

getFileSystem

org.apache.commons.vfs.FileObject getFileSystem(JobContext pJob)
                                                throws java.io.IOException
get the file system associated with the job

Parameters:
pJob - the job
Returns:
FileObject the root file system the job is associated with
Throws:
java.io.IOException - if the file system cannot be accessed


Copyright © 2008. All Rights Reserved.