EnsEMBL::Web::Tools::Document

Location: /modules/EnsEMBL/Web/Tools/Document.pm
Source code · Permalink
No superclasses
No subclasses

Overview

Accessor

Constructor

Desctructor

Instantiation.

Interest.

Method

Documentation coverage: 100 %

Methods

    DESTROY
    Desctructor.
    View source

    _add_module
    Adds a new module object to the array of found modules. The new module will find methods within that package on Instantiation..
    View source

    _package_name
    (filename) Reads package name from .pm fileReturns $package
    View source

    directory
    Accessor.
    View source

    find_modules
    Recursively finds modules located in the directory parameter.
    View source

    generate_html
    (location) Writes HTML documentation to specified export location.
    View source

    identifier
    Accessor.
    View source

    keywords
    Accessor.
    View source

    methods
    Returns all method objets for all found modules
    View source

    module_by_name
    Returns a module object (EnsEMBL::Web::Tools::Document::Module) for a given fully qualified name.
    View source

    modules
    Accessor.
    View source

    new
    Constructor. Inside-out class for automatically generating documentation in e! doc format.

    A new line
    View source

    server_root
    Accessor.
    View source

    wanted
    Callback method used to find packages in the directory of Interest..
    View source