| |
- builtins.object
-
- CdbTxtFiles
class CdbTxtFiles(builtins.object) |
|
CdbTxtFiles(parent_folder: str, files_type: IasCdb.TextFileType.FileType) -> None
|
|
Methods defined here:
- __init__(self, parent_folder: str, files_type: IasCdb.TextFileType.FileType) -> None
- Initialize self. See help(type(self)) for accurate signature.
- get_asce_file_path(self, asce_id: str) -> str
- get_client_file_path(self, client_id)
- get_dasu_file_path(self, dasu_id: str) -> str
- get_ias_file_path(self) -> str
- get_iasio_file_path(self) -> str
- get_plugin_file_path(self, plugin_id)
- get_supervisor_file_path(self, supervisor_id) -> str
- get_template_file_path(self, template_id: str) -> str
- get_tf_file_path(self) -> str
Class methods defined here:
- from_folder(parent_folder: str)
- Build the the CdbTxtFiles from the contento of the passed folder
i.e. it guess the type of the CDB (YAML, JSON) by looking at
the content of the foder
Data descriptors defined here:
- __dict__
- dictionary for instance variables
- __weakref__
- list of weak references to the object
Data and other attributes defined here:
- confFileExtension = '.conf'
| |