#include <FileMapper.h>
|
| FileMapper (const std::string &pathNameSchema) |
|
| ~FileMapper () |
|
void | addRoot (const std::string &) |
|
void | addRoots (const std::vector< std::string > &) |
|
void | checkRoots () const |
|
std::string | encodeRelative (const std::map< std::string, std::string > &values) const |
|
std::vector< std::string > | encode (const std::map< std::string, std::string > &values) const |
|
std::vector< std::string > | keywords () const |
|
|
std::string | patchTime (const std::string &) const |
|
Definition at line 19 of file FileMapper.h.
◆ FileMapper()
FileMapper::FileMapper |
( |
const std::string & |
pathNameSchema | ) |
|
◆ ~FileMapper()
FileMapper::~FileMapper |
( |
| ) |
|
◆ addRoot()
void FileMapper::addRoot |
( |
const std::string & |
p | ) |
|
◆ addRoots()
void FileMapper::addRoots |
( |
const std::vector< std::string > & |
roots | ) |
|
◆ checkRoots()
void FileMapper::checkRoots |
( |
| ) |
const |
◆ encode()
vector< string > FileMapper::encode |
( |
const std::map< std::string, std::string > & |
values | ) |
const |
◆ encodeRelative()
string FileMapper::encodeRelative |
( |
const std::map< std::string, std::string > & |
values | ) |
const |
- Note
- behaviour here has been changed. Old behaviour ran patchTime on both TIME and ANTIME, this does not match correct usage in (ECMWF) operations, and this now ONL patches ANTIME, unles overridden with a Resource
Definition at line 146 of file FileMapper.cc.
◆ keywords()
std::vector< std::string > FileMapper::keywords |
( |
| ) |
const |
◆ parsePathNameSchema()
void FileMapper::parsePathNameSchema |
( |
const std::string & |
pathNameSchema | ) |
|
|
protected |
◆ patchTime()
string FileMapper::patchTime |
( |
const std::string & |
| ) |
const |
|
private |
◆ placeholders_
std::vector<std::string> FileMapper::placeholders_ |
|
private |
◆ roots_
std::vector<std::string> FileMapper::roots_ |
|
private |
◆ separators_
std::vector<std::string> FileMapper::separators_ |
|
private |
The documentation for this class was generated from the following files: