Class: FlexPMD::Executable::Base

Inherits:
Sprout::Executable::Base
  • Object
show all
Defined in:
lib/flexpmd/base.rb

Direct Known Subclasses

FCPD, FPMD, FlexMetrics

Instance Method Summary collapse

Instance Method Details

#system_execute(binary, params) ⇒ Object

This isn’t very friendly to non unix users and needs to be addressed in future releases.



57
58
59
60
# File 'lib/flexpmd/base.rb', line 57

def system_execute binary, params
  sys = Sprout::System::JavaUnixSystem.new
  sys.execute binary, params
end