org.gridbus.broker.plan
Class LfnFileResolver
java.lang.Object
org.gridbus.broker.plan.FileResolver
org.gridbus.broker.plan.LfnFileResolver
- public class LfnFileResolver
- extends FileResolver
This class has methods to resolve logical file names that appear in the plan file
- Author:
- Ding Choon Hoong (chd@students.cs.mu.oz.au)
|
Constructor Summary |
LfnFileResolver(org.dom4j.Element fragmentElement,
java.util.Hashtable dataHostTable,
java.util.Collection dataFileList)
Constructor for this class
This method sets up the LfnFileResolver internal data structures, to enable it to extract the physical file attributes from the lfns. |
|
Method Summary |
void |
extractFiles(java.lang.String varName,
java.lang.String url)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LfnFileResolver
public LfnFileResolver(org.dom4j.Element fragmentElement,
java.util.Hashtable dataHostTable,
java.util.Collection dataFileList)
- Constructor for this class
This method sets up the LfnFileResolver internal data structures, to enable it to extract the physical file attributes from the lfns.
- Parameters:
fragmentElement - dataHostTable - dataFileList -
extractFiles
public void extractFiles(java.lang.String varName,
java.lang.String url)
- Parameters:
varName - url - - See Also:
FileResolver.extractFiles()