13 m_urlHandlersNames.push_back(
"FileReadTool");
15 declareProperty(
"FileAccessTools",m_urlHandlersNames,
16 "List of tools implementing the IFileAccess interface.");
18 declareProperty(
"FallBackProtocol",m_fallBackProtocol =
"file",
19 "URL prefix to use if the prefix is not present.");
66 log <<
MSG::ERROR <<
"No handler specified for fallback protocol prefix "
97 if (std::string::npos == pos) {
113 template <
class Container>
116 append_key(Container &C):
c(C){}
118 template <
class PAIR>
119 void operator() (
const PAIR &x)
121 c.push_back(x.first);