7 #ifndef __FWRUNTIME_EXECUTABLEFACTORY_HPP__ 8 #define __FWRUNTIME_EXECUTABLEFACTORY_HPP__ 12 #include "fwRuntime/config.hpp" 13 #include "fwRuntime/BundleElement.hpp" 14 #include "fwRuntime/RuntimeException.hpp" 52 FWRUNTIME_API
virtual ~ExecutableFactory();
68 FWRUNTIME_API
const std::string getType()
const;
82 #endif // __FWRUNTIME_EXECUTABLEFACTORY_HPP__ Implements the base class for all element managed by a bundle.
Defines the abstract executable factory class.
Defines the base executable interface.An executable object is an instance created by an extension poi...
The namespace fwRuntime contains classes to manage bundle, configuration element, extension point in ...