C# Class Eksi.Tasks.JSLintTask

Inheritance: NAnt.Core.Task
Mostra file Open project: ssg/Eksi.Tasks

Private Properties

Property Type Description
createProcessStartInfo void
getCmdPath string
getJsLintPath string
runJSLint bool

Protected Methods

Method Description
ExecuteTask ( ) : void

Private Methods

Method Description
createProcessStartInfo ( string cmd, string jsLintPath ) : void
getCmdPath ( ) : string
getJsLintPath ( ) : string
runJSLint ( string fileName ) : bool

Method Details

ExecuteTask() protected method

protected ExecuteTask ( ) : void
return void