#include <glite/jdl/extractfiles.h>
Public Member Functions | |
FileAd (const std::string &protocol, const std::string &file, unsigned int size) | |
Static Public Member Functions | |
static void | setMaxFileSize (unsigned int maxFileSize) |
Data Fields | |
std::string | protocol |
std::string | file |
unsigned int | size |
FileAd represent a single file name entry
glite::jdl::FileAd::FileAd | ( | const std::string & | protocol, | |
const std::string & | file, | |||
unsigned int | size | |||
) |
Default Constructor
static void glite::jdl::FileAd::setMaxFileSize | ( | unsigned int | maxFileSize | ) | [inline, static] |
Set the max possible size for a single file
maxFileSize | the value (in Kb) of biggest possible file |
std::string glite::jdl::FileAd::file |
absolute path for file
std::string glite::jdl::FileAd::protocol |
Protocol
unsigned int glite::jdl::FileAd::size |
size (in Kb)