FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Utilities to scan directories. More...
#include "directoryScan.hpp"
Go to the source code of this file.
Functions | |
void | scanDirectory (const bool json, const string &directoryPath) |
Utilities to scan directories.
Definition in file directoryScan.cc.
void scanDirectory | ( | const bool | json, |
const string & | directoryPath | ||
) |
Scan a given directory with OJO and print as JSON or to STDOUT based on json parameter.
json | Set true to print results as JSON, false to print as plain text |
directoryPath | Directory to be scanned. |
Definition at line 23 of file directoryScan.cc.