MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / ~ClassLoader

Method ~ClassLoader

libminifi/include/core/ClassLoader.h:255–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253 ClassLoader();
254
255 ~ClassLoader() {
256 for (auto& initializer : initializers_) {
257 initializer->deinitialize();
258 }
259 loaded_factories_.clear();
260 for (auto ptr : dl_handles_) {
261 dlclose(ptr);
262 }
263 }
264
265 /**
266 * Sets the class loader

Callers

nothing calls this directly

Calls 2

deinitializeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected