This class implements the functionality of the rrscan.rb command.
Creates the correct scan class. Parameters as defined under BaseRunner#create_processor
# File lib/rubyrep/scan_runner.rb, line 19 def create_processor(left_table, right_table) TableScanHelper.scan_class(session).new session, left_table, right_table end
Generated with the Darkfish Rdoc Generator 2.