glite::jdl::FileAd Struct Reference

#include <src/requestad/extractfiles.h>


Detailed Description

FileAd represent a single file name entry.


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)


Constructor & Destructor Documentation

glite::jdl::FileAd::FileAd ( const std::string &  protocol,
const std::string &  file,
unsigned int  size 
)

Default Constructor.


Member Function Documentation

static void glite::jdl::FileAd::setMaxFileSize ( unsigned int  maxFileSize  )  [inline, static]

Set the max possible size for a single file.

Parameters:
maxFileSize the value (in Kb) of biggest possible file


Field Documentation

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)


The documentation for this struct was generated from the following file:
Generated on Wed May 16 15:17:10 2012 for glite-jdl-api-cpp-3.2.5 by  doxygen 1.4.7