|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.vfs.provider.AbstractVfsComponent
org.apache.commons.vfs.provider.AbstractFileSystem
org.icenigrid.gridsam.core.plugin.vfs.gsiftp.GSIFTPFileSystem
public class GSIFTPFileSystem
A GSIFTP file system
Constructor Summary | |
---|---|
protected |
GSIFTPFileSystem(org.apache.commons.vfs.FileName pRootName,
org.apache.commons.vfs.FileSystemOptions pOptions)
default constructor |
Method Summary | |
---|---|
protected void |
addCapabilities(java.util.Collection caps)
Adds the capabilities of this file system. |
protected org.apache.commons.vfs.FileObject |
createFile(org.apache.commons.vfs.FileName name)
Creates a file object. |
protected void |
doCloseCommunicationLink()
Close the underlaying link used to access the files |
protected org.globus.ftp.GridFTPClient |
getFileClient()
get File Client |
protected org.globus.cog.abstraction.interfaces.FileResource |
getFileResource()
get File Resource |
Methods inherited from class org.apache.commons.vfs.provider.AbstractFileSystem |
---|
addJunction, addListener, close, closeCommunicationLink, decorateFileObject, doReplicateFile, fireFileChanged, fireFileCreated, fireFileDeleted, getAttribute, getFileFromCache, getFileSystemManager, getFileSystemOptions, getLastModTimeAccuracy, getParentLayer, getRoot, getRootName, hasCapability, init, isOpen, isReleaseable, notifyAllStreamsClosed, putFileToCache, removeFileFromCache, removeJunction, removeListener, replicateFile, resolveFile, resolveFile, setAttribute |
Methods inherited from class org.apache.commons.vfs.provider.AbstractVfsComponent |
---|
getContext, getLogger, setContext, setLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected GSIFTPFileSystem(org.apache.commons.vfs.FileName pRootName, org.apache.commons.vfs.FileSystemOptions pOptions) throws org.apache.commons.vfs.FileSystemException
pRootName
- the root system namepOptions
- any file system options
org.apache.commons.vfs.FileSystemException
Method Detail |
---|
protected org.apache.commons.vfs.FileObject createFile(org.apache.commons.vfs.FileName name) throws java.lang.Exception
createFile
in class org.apache.commons.vfs.provider.AbstractFileSystem
java.lang.Exception
protected void addCapabilities(java.util.Collection caps)
addCapabilities
in class org.apache.commons.vfs.provider.AbstractFileSystem
protected org.globus.cog.abstraction.interfaces.FileResource getFileResource()
protected org.globus.ftp.GridFTPClient getFileClient() throws org.apache.commons.vfs.FileSystemException
org.apache.commons.vfs.FileSystemException
protected void doCloseCommunicationLink()
doCloseCommunicationLink
in class org.apache.commons.vfs.provider.AbstractFileSystem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |