Ejemplo n.º 1
0
 def __init__(self, name, schemas):
     '''Class constructor'''
     PluginBaseInterface.__init__(
         self,
         name=name,
         schemas=schemas,
         api=PluginBaseInterface._api_type_saga_filesystem)
Ejemplo n.º 2
0
 def __init__(self, name, schemas):
     '''Class constructor'''
     PluginBaseInterface.__init__(self, name=name, schemas=schemas,
                                  api=PluginBaseInterface._api_type_saga_filesystem)
Ejemplo n.º 3
0
 def __init__(self, name, schemas):
     '''Class constructor'''
     PluginBaseInterface.__init__(self, name=name, schemas=schemas,
                                  api=PluginBaseInterface.Exception_type_saga_resource)
Ejemplo n.º 4
0
 def __init__(self, name, schemas):
     """Class constructor"""
     PluginBaseInterface.__init__(self, name=name, schemas=schemas, api=PluginBaseInterface.Exception_type_saga_sd)