A singleton for managing plugins. More...
#include "../common/STLUtils.h"#include "../common/TerraLib.h"#include "../common/Translator.h"#include "AbstractFinder.h"#include "AbstractPlugin.h"#include "AbstractPluginEngine.h"#include "DefaultFinder.h"#include "PluginEngineFactory.h"#include "PluginInfo.h"#include "PluginManager.h"#include <algorithm>#include <cassert>#include <memory>#include <boost/graph/adjacency_list.hpp>#include <boost/graph/properties.hpp>#include <boost/graph/exception.hpp>#include <boost/graph/topological_sort.hpp>#include <boost/format.hpp>#include <boost/filesystem.hpp>Go to the source code of this file.
A singleton for managing plugins.
Definition in file PluginManager.cpp.