Ubic::ServiceLoader::Base - abstract base class for service loaders
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.
- new
- Constructor.
- load($file)
- Service loading code. Should return Ubic::Service object based on config
file $file.
Vyacheslav Matyukhin <mmcleric@yandex-team.ru>
This software is copyright (c) 2015 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.