|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.gridbus.broker.util.FileResolver
|
+--org.gridbus.broker.util.LfnFileResolver
This class has methods to resolve logical file names that appear in the app-description file
| Constructor Summary | |
LfnFileResolver()
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. |
|
LfnFileResolver(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)
Extracts the physical locations of the files from the logical file names This method is to be implemented by different file-resolver subclass types |
| Methods inherited from class org.gridbus.broker.util.FileResolver |
extractFiles, getCatalogs, getDataFileList, getDatafiles, getDataFilter, getDatahosts, getDataHostTable, getLimit, getVarName, setCatalogs, setDataFileList, setDatafiles, setDataFilter, setDatahosts, setDataHostTable, setLimit, setLimit, setVarName |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LfnFileResolver()
public LfnFileResolver(java.util.Hashtable dataHostTable,
java.util.Collection dataFileList)
dataHostTable - dataFileList - | Method Detail |
public void extractFiles(java.lang.String varName,
java.lang.String url)
FileResolver
extractFiles in class FileResolvervarName - (Name of the variable to associate files to)url - (dataFilter)FileResolver.extractFiles()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||