#include <src/requestad/extractfiles.h>
Public Member Functions | |
FileAd (const std::string &protocol, const std::string &file, unsigned int size) | |
Default Constructor. | |
Static Public Member Functions | |
static void | setMaxFileSize (unsigned int maxFileSize) |
Set the max possible size for a single file. | |
Data Fields | |
std::string | protocol |
Protocol. | |
std::string | file |
absolute path for file | |
unsigned int | size |
size (in Kb) |
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)