# File 'lib/tasks/thorfile.rb', line 7deffull(file_path)detect_and_set_project_scopeimporter=Dradis::Plugins::Nexpose::Full::Importer.new(task_options)importer.import(file:file_path)end
#simple(file_path) ⇒ Object
15
16
17
18
19
20
# File 'lib/tasks/thorfile.rb', line 15defsimple(file_path)detect_and_set_project_scopeimporter=Dradis::Plugins::Nexpose::Simple::Importer.new(task_options)importer.import(file:file_path)end