NAME
Ubic::ServiceLoader::Base - abstract base class for service loaders
VERSION
version 1.60
DESCRIPTION
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.
METHODS
- new
-
Constructor.
- load($file)
-
Service loading code. Should return Ubic::Service object based on config file
$file
.
AUTHOR
Vyacheslav Matyukhin <mmcleric@yandex-team.ru>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 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.