#ifndef UTILITY_PATH_DETECTION_H #define UTILITY_PATH_DETECTION_H #include "utility/path_detector/CombinedPathDetector.h" namespace utility { std::shared_ptr getJavaRuntimePathDetector(); std::shared_ptr getJreSystemLibraryPathsDetector(); std::shared_ptr getMavenExecutablePathDetector(); std::shared_ptr getCxxVsHeaderPathDetector(); std::shared_ptr getCxxHeaderPathDetector(); std::shared_ptr getCxxFrameworkPathDetector(); } #endif // UTILITY_PATH_DETECTION_H