GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Ubic::ServiceLoader(3) User Contributed Perl Documentation Ubic::ServiceLoader(3)

Ubic::ServiceLoader - load service from file

version 1.58

    use Ubic::ServiceLoader;

    $service = Ubic::ServiceLoader->load("/etc/ubic/service/foo.ini");

This module implements polimorphic loading of service configs.

Specific loader ("Ubic::ServiceLoader::ini", "Ubic::ServiceLoader::bin", etc.) is chosen based on config file extension. If config file has no extension then "Ubic::ServiceLoader::default" will be used.

This is considered to be a non-public class. Its interface is subject to change without notice.

ext2loader($ext)
Get loader object by service extension.

Throws exception is extension is unknown.

split_service_filename($filename)
Given service config file basename, returns pair "($service_name, $ext)".

Returns list with undefs if name is invalid.

load($filename)
Load service from config filename.

Throws exception on all errors.

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.

2015-01-27 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.