
Ubic::ServiceLoader::Base - abstract base class for service loaders

version 1.44

If you want to add new loader for file with extension .foo,
you should implement Ubic::ServiceLoader::Ext::foo module,
inheriting from this class and overriding its methods.

Constructor.
Service loading code.
Should return Ubic::Service object based on config file $file.

Vyacheslav Matyukhin <mmcleric@yandex-team.ru>

This software is copyright (c) 2012 by Yandex LLC.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.