#include <PathResolver.h>
Definition at line 10 of file PathResolver.h.
- Enumerator:
| Ok |
|
| EnvironmentVariableUndefined |
|
| UnknownDirectory |
|
Definition at line 14 of file PathResolver.h.
- Enumerator:
| LocalSearch |
|
| RecursiveSearch |
|
Definition at line 21 of file PathResolver.h.
search_path the name of a path-like environment variable
- Returns
- the result of the verification. Can be one of
Ok, EnvironmentVariableUndefined, UnknownDirectory
Definition at line 197 of file PathResolver.cpp.
{
boost::split( spv, path_list, boost::is_any_of(
path_separator ), boost::token_compress_on);
try {
for (; itr!= spv.
end(); ++itr) {
}
}
} catch(bf::filesystem_error ) {
}
}
logical_file_name the name of the directory to locate in the search path
search_path the name of a path-like environment variable
search_type characterizes the type of search. Can be either LocalSearch or RecursiveSearch
- Returns
- the physical name of the located directory or empty string if not found
Definition at line 166 of file PathResolver.cpp.
logical_file_name the name of the directory to locate in the search path
search_list the prioritized list of possible locations separated by the usual path separator
search_type characterizes the type of search. Can be either LocalSearch or RecursiveSearch
- Returns
- the physical name of the located directory or empty string if not found
Definition at line 179 of file PathResolver.cpp.
{
{
result = "";
}
return (result);
}
logical_file_name the name of the file to locate in the search path
search_path the name of a path-like environment variable
search_type characterizes the type of search. Can be either LocalSearch or RecursiveSearch
- Returns
- the physical name of the located file or empty string if not found
Definition at line 127 of file PathResolver.cpp.
logical_file_name the name of the file to locate in the search path
search_list the prioritized list of possible locations separated by the usual path separator
search_type characterizes the type of search. Can be either LocalSearch or RecursiveSearch
- Returns
- the physical name of the located file or empty string if not found
Definition at line 140 of file PathResolver.cpp.
The documentation for this class was generated from the following files:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v25r0/GaudiKernel/GaudiKernel/PathResolver.h
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v25r0/GaudiKernel/src/Lib/PathResolver.cpp