# Functions
ClassNamesToResolve returns the list of class names which should be satisfied with BUILD dependencies.
FilesToParse returns the list of files to parse based on 'arg'.
LogRulesToFix prints 'rules'.
ReportAddedDeps prints which deps this Jadep run added to which consuming rule.
ReportMissingDeps logs the dependencies that Jadep detected as missing.
ReportUnresolvedClassnames logs the class names that Jadep couldn't find any BUILD dependencies for.
RulesToFix returns the set of rules whose 'deps' Jade should manipulate, based on 'arg'.
StartProfiler starts CPU profiling and writes the output to outFile.
Workspace returns the directory path of the workspace in which Jade should operate (workspaceDir) and the working dir relative to it (relWorkingDir).