Class Extensions::Export
In: extensions/export.rb
Parent: Extensions::Namespace

The class presents methods to export the dradis knowledge base data to the client Actions:

xml
exports the data to xml format and save it to a file as requested by the user

Included Modules

REXML

Constants

INFO = { :namespace => 'export', :description => 'export the knowledge base to a local file', :commands => { 'xml' => { :desc => 'export to xml', :syntax => [ { :required => true, :label => 'file name', :regexp => /\w+/

[Validate]