|
bool | addAppName (const std::string &appName) |
|
bool | clearAppNames () |
|
bool | configure (Property &config, int argc, char *argv[], bool skip) |
|
bool | setDefault (Property &config, const std::string &key, const yarp::os::Value &val) |
|
bool | isAbsolute (const std::string &str) |
|
bool | isRooted (const std::string &str) |
|
std::string | getPath (const std::string &base1, const std::string &base2, const std::string &base3, const std::string &name) |
|
std::string | check (const std::string &base1, const std::string &base2, const std::string &base3, const std::string &name, bool isDir, const Bottle &doc, const std::string &doc2) |
|
std::string | findPath (Property &config, const std::string &name, const ResourceFinderOptions *externalOptions) |
|
yarp::os::Bottle | findPaths (Property &config, const std::string &name, const ResourceFinderOptions *externalOptions, bool enforcePlural=true) |
|
std::string | findPath (Property &config) |
|
std::string | findFile (Property &config, const std::string &name, const ResourceFinderOptions *externalOptions) |
|
std::string | findFileByName (Property &config, const std::string &fname, const ResourceFinderOptions *externalOptions) |
|
std::string | findFileBase (Property &config, const std::string &name, bool isDir, const ResourceFinderOptions *externalOptions) |
|
bool | canShowErrors (const ResourceFinderOptions &opts) const |
|
void | findFileBase (Property &config, const std::string &name, bool isDir, Bottle &output, const ResourceFinderOptions &opts) |
|
void | addString (Bottle &output, const std::string &txt) |
|
void | findFileBaseInner (Property &config, const std::string &name, bool isDir, bool allowPathd, Bottle &output, const ResourceFinderOptions &opts, const Bottle &predoc, const std::string &reason) |
|
bool | exists (const std::string &fname, bool isDir) |
|
std::string | getContext () |
|
Bottle | getContexts () |
|
std::string | getHomeContextPath (Property &config, const std::string &context) |
|
std::string | getHomeRobotPath () |
|
Definition at line 142 of file ResourceFinder.cpp.