Class XmlAppLoader. More...
#include <yarp/manager/xmlapploader.h>
Public Member Functions | |
XmlAppLoader (const char *szFileName) | |
load only one application indicated by its xml file name More... | |
XmlAppLoader (const char *szPath, const char *szAppName) | |
if szAppName is NULL, XmlAppLoader will load all the applications found in szPath otherwise only one application named szAppname will be loaded. More... | |
~XmlAppLoader () override | |
bool | init () override |
void | fini () override |
void | reset () override |
Application * | getNextApplication () override |
Public Member Functions inherited from yarp::manager::AppLoader | |
AppLoader ()=default | |
virtual | ~AppLoader ()=default |
Class XmlAppLoader.
Definition at line 24 of file xmlapploader.h.
XmlAppLoader::XmlAppLoader | ( | const char * | szFileName | ) |
load only one application indicated by its xml file name
Definition at line 56 of file xmlapploader.cpp.
XmlAppLoader::XmlAppLoader | ( | const char * | szPath, |
const char * | szAppName | ||
) |
if szAppName is NULL, XmlAppLoader will load all the applications found in szPath otherwise only one application named szAppname will be loaded.
Definition at line 36 of file xmlapploader.cpp.
|
override |
Definition at line 65 of file xmlapploader.cpp.
|
overridevirtual |
Implements yarp::manager::AppLoader.
Definition at line 136 of file xmlapploader.cpp.
|
overridevirtual |
Implements yarp::manager::AppLoader.
Definition at line 143 of file xmlapploader.cpp.
|
overridevirtual |
loading single applicaition indicated by its xml file name
Implements yarp::manager::AppLoader.
Definition at line 74 of file xmlapploader.cpp.
|
overridevirtual |
Implements yarp::manager::AppLoader.
Definition at line 129 of file xmlapploader.cpp.