EnsEMBL::Web::Tools::PluginLocator

Location: /modules/EnsEMBL/Web/Tools/PluginLocator.pm
Source code · Permalink

Inherits from:

No subclasses

Overview

Accessor

Constructor

Desctructor

Method

Unknown

  • _parse_referer (EnsEMBL::Web::Root)
  • filters (EnsEMBL::Web::Root)
  • help_feedback (EnsEMBL::Web::Root)
  • is_available (EnsEMBL::Web::Root)
Documentation coverage: 89 %

Methods

    DESTROY
    Desctructor.
    View source

    _format_error
    Format an error message by wrapping text to 120 columns
    Inherited from EnsEMBL::Web::Root
    View source

    add_child
    Adds a child to the children array.
    View source

    add_result
    Accepts a key value pair, and stores the value in the results hash against the key.
    View source

    call
    Calls one or more methods on the classes found by include. The results are stored in the results array.
    View source

    children
    Accessor.
    View source

    create_all
    Creates an instance of each class found by include, and stores references to the objects in the results array.
    View source

    de_romanize
    Converts a number from roman (IV...) format to number...
    Inherited from EnsEMBL::Web::Root
    View source

    dynamic_use
    Equivalent of USE - but used at runtime
    Inherited from EnsEMBL::Web::Root
    View source

    dynamic_use_failure
    Return error message cached if use previously failed!
    Inherited from EnsEMBL::Web::Root
    View source

    evaluate_bp
    Reverse of round BP - takes a value with a K/M/G at the end and converts to integer value...
    Inherited from EnsEMBL::Web::Root
    View source

    include
    Dynamically includes found modules in the locations specified by locations, ending in a specified (optional) suffix. Any previously loaded modules are not loaded again. include should check for warnings if it's important that a particular module is loaded.Returns true even if modules failed to load. Anything calling
    View source

    is_valid_module_name
    returns true if valid module name...
    Inherited from EnsEMBL::Web::Root
    View source

    locations
    Accessor.
    View source

    make_directory
    Creates a writeable directory - making sure all parents exist!
    Inherited from EnsEMBL::Web::Root
    View source

    method
    Accessor.
    View source

    neat_sr_name
    Returns seq-region name formatted neatly...
    Inherited from EnsEMBL::Web::Root
    View source

    new
    Constructor. Inside-out class for finding and calling plugin modules.
    View source

    new
    Constructor. Constructs the class - as its a base class contains nothing.!
    Inherited from EnsEMBL::Web::Root
    View source

    not_allowed
    Loops through array of filters and returns the first one that fails
    Inherited from EnsEMBL::Web::Root
    View source

    parameters
    Accessor.
    View source

    pretty_date
    Converts a MySQL datetime field into something human-readable
    Inherited from EnsEMBL::Web::Root
    View source

    result_for
    Returns a result from the result array for a particular class. If call has been called, this is the result of whatever methods were called against the class. If create_all has been called most recently, it will return the object reference for that class.
    View source

    results
    Accessor.
    View source

    round_bp
    Returns #bp formatted neatly as either m/k
    Inherited from EnsEMBL::Web::Root
    View source

    seq_region_sort
    Used to sort chromosomes into a sensible order!
    Inherited from EnsEMBL::Web::Root
    View source

    suffix
    Accessor.
    View source

    temp_file_create
    Creates a temporary file name and makes sure its parent directory exists
    Inherited from EnsEMBL::Web::Root
    View source

    temp_file_name
    Creates a random filename
    Inherited from EnsEMBL::Web::Root
    View source

    templatize
    Takes a string, and a template pattern and returns the string with "/" from the template inserted...
    Inherited from EnsEMBL::Web::Root
    View source

    thousandify
    Retuns comma separated version of number...
    Inherited from EnsEMBL::Web::Root
    View source

    ticket
    Returns a random ticket string
    Inherited from EnsEMBL::Web::Root
    View source

    url
    Assembles a valid URL, adding the site's base URL and CGI-escaping any parametersreturns a URL string
    Inherited from EnsEMBL::Web::Root
    View source

    warnings
    Accessor.
    View source