class documentation

class StorageFactory(AbstractStorage):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method exists Undocumented
Method path Undocumented
Method read Undocumented
Method remove Undocumented
Method write Undocumented
Instance Variable driver Undocumented
def __init__(self, config, log):

Undocumented

Parameters
config:AbstractConfigUndocumented
log:AbstractLogUndocumented
def exists(self, file):

Undocumented

Parameters
file:strUndocumented
Returns
boolUndocumented
def path(self, file):

Undocumented

Parameters
file:strUndocumented
Returns
strUndocumented
def read(self, file):

Undocumented

Parameters
file:strUndocumented
Returns
strUndocumented
def remove(self, file):

Undocumented

Parameters
file:strUndocumented
Returns
boolUndocumented
def write(self, file, data):

Undocumented

Parameters
file:strUndocumented
data:strUndocumented
Returns
boolUndocumented
driver =

Undocumented