::fwRuntime::io::BundleDescriptorReader (defined in fwRuntime::Bundle) | fwRuntime::Bundle | friend |
addExecutableFactory(std::shared_ptr< ExecutableFactory > factory) | fwRuntime::Bundle | |
addExtension(std::shared_ptr< Extension > extension) | fwRuntime::Bundle | |
addExtensionPoint(std::shared_ptr< ExtensionPoint > extension) | fwRuntime::Bundle | |
addLibrary(std::shared_ptr< dl::Library > library) | fwRuntime::Bundle | |
addParameter(const std::string &identifier, const std::string &value) | fwRuntime::Bundle | |
addRequirement(const std::string &requirement) | fwRuntime::Bundle | |
Bundle(const ::boost::filesystem::path &location, const std::string &id, const std::string &version) | fwRuntime::Bundle | protected |
Bundle(const ::boost::filesystem::path &location, const std::string &id, const std::string &version, const std::string &pluginClass) | fwRuntime::Bundle | protected |
createExecutableInstance(const std::string &type) | fwRuntime::Bundle | |
executableFactoriesBegin() const | fwRuntime::Bundle | |
executableFactoriesEnd() const | fwRuntime::Bundle | |
ExecutableFactoryConstIterator typedef | fwRuntime::Bundle | |
ExecutableFactoryContainer typedef | fwRuntime::Bundle | |
ExtensionConstIterator typedef | fwRuntime::Bundle | |
ExtensionContainer typedef | fwRuntime::Bundle | |
ExtensionPointConstIterator typedef | fwRuntime::Bundle | |
ExtensionPointContainer typedef | fwRuntime::Bundle | |
extensionPointsBegin() const | fwRuntime::Bundle | |
extensionPointsEnd() const | fwRuntime::Bundle | |
extensionsBegin() const | fwRuntime::Bundle | |
extensionsEnd() const | fwRuntime::Bundle | |
findExecutableFactory(const std::string &type) const | fwRuntime::Bundle | |
findExtensionPoint(const std::string &identifier) const | fwRuntime::Bundle | |
getBundleStr(const std::string &identifier, const Version &version) (defined in fwRuntime::Bundle) | fwRuntime::Bundle | static |
getClass() const | fwRuntime::Bundle | |
getIdentifier() const | fwRuntime::Bundle | |
getLibraryLocation() const | fwRuntime::Bundle | |
getLoadingBundle() | fwRuntime::Bundle | static |
getParameterValue(const std::string &identifier) const | fwRuntime::Bundle | |
getPlugin() const | fwRuntime::Bundle | |
getResourcesLocation() const | fwRuntime::Bundle | |
getVersion() const | fwRuntime::Bundle | |
hasExtension(const std::string &identifier) const | fwRuntime::Bundle | |
hasExtensionPoint(const std::string &identifier) const | fwRuntime::Bundle | |
hasParameter(const std::string &name) const | fwRuntime::Bundle | |
initialize() | fwRuntime::Bundle | |
isEnable() const | fwRuntime::Bundle | |
isInitialized() (defined in fwRuntime::Bundle) | fwRuntime::Bundle | inline |
isStarted() (defined in fwRuntime::Bundle) | fwRuntime::Bundle | inline |
librariesBegin() const | fwRuntime::Bundle | |
librariesEnd() const | fwRuntime::Bundle | |
LibraryConstIterator typedef | fwRuntime::Bundle | |
LibraryContainer typedef | fwRuntime::Bundle | |
s_VERSION_DELIMITER (defined in fwRuntime::Bundle) | fwRuntime::Bundle | static |
setEnable(const bool state) | fwRuntime::Bundle | |
setEnableExtension(const std::string &identifier, const bool enable) | fwRuntime::Bundle | |
setEnableExtensionPoint(const std::string &identifier, const bool enable) | fwRuntime::Bundle | |
start() | fwRuntime::Bundle | |
stop() | fwRuntime::Bundle | |
uninitialize() (defined in fwRuntime::Bundle) | fwRuntime::Bundle | |