IEntryPoint * findEntryPoint(const String &s) override
Entry point by name s.
EntryPointCollection entryPoints() override
List of entry points.
void addEntryPoint(IEntryPoint *) override
Adds an entry point to the manager.
void dumpList(std::ostream &) override
Displays the list of entry points of the manager in \o.
EntryPointList m_entry_points
List of entry points.
Interface for the entry point manager.
Interface of a module entry point.
virtual IModule * module() const =0
Returns the module associated with the entry point.
virtual String name() const =0
Returns the name of the entry point.
Interface of the subdomain manager.