Method |
Description |
|
__construct ( PDepend\Report\ReportGeneratorFactory $reportGeneratorFactory, Engine $engine ) |
|
|
addOption ( string $identifier, string | array $value ) : void |
Adds a logger or analyzer option. |
|
addProcessListener ( PDepend\ProcessListener $processListener ) : void |
Adds a process listener instance that will be hooked into PDepend's
analyzing process. |
|
addReportGenerator ( string $generatorId, string $reportFile ) : void |
Adds a logger to this runner. |
|
getParseErrors ( ) : array(string) |
This method will return an array with error messages for all
failures that happened during the parsing process. |
|
hasParseErrors ( ) : boolean |
This method will return true when there were errors during the
parse process. |
|
run ( ) : boolean |
Starts the main PDepend process and returns true after a successful
execution. |
|
setExcludeDirectories ( array $excludeDirectories ) : void |
Sets a list of exclude directories. |
|
setExcludeNamespaces ( array $excludePackages ) : void |
Sets a list of exclude packages. |
|
setFileExtensions ( array $extensions ) : void |
Sets a list of allowed file extensions. |
|
setSourceArguments ( array $sourceArguments ) : void |
Sets a list of source directories and files. |
|
setWithoutAnnotations ( ) : void |
Should the parser ignore doc comment annotations? |
|