Package omero :: Package util :: Class Dependency
[hide private]
[frames] | no frames]

Class Dependency

source code


Centralized logic for declaring and logging a service dependency on a non-shipped library. This is called lazily from the run method of the application to give logging time to be initialized.

See #4566

Instance Methods [hide private]
 
__init__(self, key)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
get_version(self, target)
Get version method which returns a string representing.
source code
 
check(self, logger) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, key)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

get_version(self, target)

source code 

Get version method which returns a string representing. Should be overwritten by subclasses for packages/modules with no __version__ field.