Checkstyle transformation writer; generates checkstyle report
package |
Default |
---|
checkForSpacesInPath(string $path) : void
Throws |
|
---|
string
checkRequirements() : void
If one of the requirements is missing for this Writer then an exception of type RequirementMissing should be thrown; this indicates to the calling process that this writer will not function.
Throws |
|
---|
getDestinationPath(\phpDocumentor\Transformer\Transformation $transformation) : string
getTranslator() : \phpDocumentor\Translator\Translator
saveCheckstyleReport(string $artifact, \DOMDocument $document) : void
string
Target name for the report
\DOMDocument
The actual xml document being saved
setTranslator(\phpDocumentor\Translator\Translator $translator) : void
transform(\phpDocumentor\Descriptor\ProjectDescriptor $project, \phpDocumentor\Transformer\Transformation $transformation) : void
translator : \phpDocumentor\Translator\Translator