Go to the source code of this file.
Data Structures | |
struct | glite::jdl::FileAd |
FileAd represent a single file name entry. More... | |
class | glite::jdl::ExtractedAd |
ExtractedAd represent all the extracted files for a certain job/node/dag etc each FilesAd instance can have recoursively children of any kind. More... | |
Namespaces | |
namespace | glite |
WARNING !!!! This is a generated file obtained with generator 1.6 Any modification you will made to this file will be lost at the following rebuild of the source file. | |
namespace | glite::jdl |
Enumerations | |
enum | glite::jdl::checkType { glite::jdl::EXISTENCE, glite::jdl::WMPROXY, glite::jdl::TRANSFER, glite::jdl::ONLYLOCAL } |
Provides a method for extracting files from a specified path. More... | |
Functions | |
bool | glite::jdl::extractFiles (const std::string &attr_name, const std::string &path, std::vector< std::string > &extracted, checkType lookInto_b, const std::string &wmpURI, const std::string &isbURI, ExtractedAd *extractedAd=NULL) |
Following the classad rules this method parses the specified path and extract/transform it filling all the resulting matching files depending on called parameter. | |
bool | glite::jdl::extractFiles (const std::string &attr_name, std::vector< std::string > &paths, std::vector< std::string > &extracted, checkType lookInto_b, const std::string &wmpURI, const std::string &isbURI, ExtractedAd *extractedAd=NULL) |
Following the classad rules this method parses the specified paths and extract/transform them filling all the resulting matching files depending on called parameter. | |
void | glite::jdl::toBcopied (const std::string &attr_name, const std::string &path, std::vector< std::pair< std::string, std::string > > &result, const std::string &wmpURI, const std::string &isbURI) |
Following the classad rules this method parses the specified path and returns, if necessary, all the files that are to be transfered on remote machine. | |
void | glite::jdl::toBcopied (const std::string &attr_name, std::vector< std::string > paths, std::vector< std::pair< std::string, std::string > > &result, const std::string &wmpURI, const std::string &isbURI) |
This method iteratively calls its omonimous toBcopied method for each of its path contained in paths. | |
bool | glite::jdl::hasWildCards (const std::string &path) |
Determine whether a specified string contains or not any possible wildCard @ param path the string to be parsed @ return true when at least one wildcard has been found, false otherwise. |