Class: FlexPMD::FPMD
- Inherits:
-
Executable::Base
- Object
- Sprout::Executable::Base
- Executable::Base
- FlexPMD::FPMD
- Defined in:
- lib/flexpmd/pmd.rb
Overview
FlexPMD API
(-s|--sourceDirectory)
Instance Method Summary collapse
-
#executable ⇒ Object
The default executable target.
-
#source_directory ⇒ Object
The source path to run flexpmd against.
Methods inherited from Executable::Base
Instance Method Details
#executable ⇒ Object
The default executable target.
38 |
# File 'lib/flexpmd/pmd.rb', line 38 set :executable, :flexpmd |
#source_directory ⇒ Object
The source path to run flexpmd against.
15 |
# File 'lib/flexpmd/pmd.rb', line 15 add_param :source_directory, Path, { :required => true, :shell_name => '-s', :default => 'src' } |