org.gridbus.broker.plan
Class GsiftpFileResolver

java.lang.Object
  extended byorg.gridbus.broker.plan.FileResolver
      extended byorg.gridbus.broker.plan.GsiftpFileResolver

public class GsiftpFileResolver
extends FileResolver

This class contains methods to work with Gsftp files

Author:
Ding Choon Hoong (chd@students.cs.mu.oz.au)

Constructor Summary
GsiftpFileResolver(org.dom4j.Element fragmentElement, java.util.Hashtable dataHostTable, java.util.Collection dataFileList)
          Implements methods for resolving GsiFTP file names
 
Method Summary
 void extractFiles(java.lang.String varName, java.lang.String url)
          Extracts physical file attributes for GSIFTP urls
 
Methods inherited from class org.gridbus.broker.plan.FileResolver
extractFiles, getDataFileList, getDataHostTable, setDataFileList, setDataHostTable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GsiftpFileResolver

public GsiftpFileResolver(org.dom4j.Element fragmentElement,
                          java.util.Hashtable dataHostTable,
                          java.util.Collection dataFileList)
Implements methods for resolving GsiFTP file names

Parameters:
fragmentElement -
dataHostTable -
dataFileList -
Method Detail

extractFiles

public void extractFiles(java.lang.String varName,
                         java.lang.String url)
Extracts physical file attributes for GSIFTP urls

Parameters:
varName -
url -