14 m_urlHandlersNames.push_back(
"FileReadTool");
16 declareProperty(
"FileAccessTools",m_urlHandlersNames,
17 "List of tools implementing the IFileAccess interface.");
19 declareProperty(
"FallBackProtocol",m_fallBackProtocol =
"file",
20 "URL prefix to use if the prefix is not present.");
67 log <<
MSG::ERROR <<
"No handler specified for fallback protocol prefix "
98 if (std::string::npos == pos) {
114 template <
class Container>
117 append_key(Container &C):
c(C){}
119 template <
class PAIR>
120 void operator() (
const PAIR &x)
122 c.push_back(x.first);