glite::jdl::FileAd Struct Reference

FileAd represent a single file name entry. More...

#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)

Detailed Description

FileAd represent a single file name entry.


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

absolute path for file

Protocol.

size (in Kb)


The documentation for this struct was generated from the following file:

Generated on 15 May 2012 for glite-jdl-api-cpp-3.2.5 by  doxygen 1.6.1