Class: Arachni::UI::Web::AddonManager::RestrictedComponentManager

Inherits:
Component::Manager show all
Defined in:
lib/arachni/ui/web/addon_manager.rb

Constant Summary

Constants inherited from Component::Manager

Component::Manager::EXCLUDE, Component::Manager::WILDCARD

Instance Attribute Summary

Attributes inherited from Component::Manager

#lib, #namespace

Instance Method Summary collapse

Methods inherited from Component::Manager

#[], #available, #clear, #delete, #include?, #initialize, #load, #load_all, #load_by_tags, #loaded, #name_to_path, #parse, #path_to_name, #prep_opts

Methods included from Output

#debug?, #debug_off, #debug_on, #disable_only_positives, #flush_buffer, #mute, #muted?, old_reset_output_options, #only_positives, #only_positives?, #print_bad, #print_debug, #print_debug_backtrace, #print_debug_pp, #print_error, #print_error_backtrace, #print_info, #print_line, #print_ok, #print_status, #print_verbose, #reroute_to_file, #reroute_to_file?, reset_output_options, #set_buffer_cap, #uncap_buffer, #unmute, #verbose, #verbose?

Constructor Details

This class inherits a constructor from Arachni::Component::Manager

Instance Method Details

#pathsObject



173
174
175
176
# File 'lib/arachni/ui/web/addon_manager.rb', line 173

def paths
    cpaths = paths = Dir.glob( File.join( "#{@lib}", "*.rb" ) )
    return paths.reject { |path| helper?( path ) }
end